cancel
Showing results for 
Search instead for 
Did you mean: 

Database error 1017 at PRE access to table PAKDATBUF

08-09-2013 3:47 AM
1982 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi all,

         I just simply use FK03 to display vendor master, system dumps, issuing runtime error DBIF_RSQL_SQL_ERROR. I checked system log in SM21 and it recorded Database error 1017 at PRE access to table PAKDATBUF.

Below is dump description and system log.

Can anyone help? Great thanks.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Likes

Hi Hans,

unfortunately the corresponding work process trace file (WP 2 of app server saped1) is missing, but the error seems to be pretty clear.

DB_CON = R/3*INACT_PACK

ORA ERROR = ORA-01017

shell> oerr ORA 1017

01017, 00000, "invalid username/password; logon denied"

// *Cause:

// *Action:

Checkout the corresponding <ORACLE_SID> from the work process trace file and correct the user / password. That's it :-))

@Deepak: I don't get your connection between an "invalid username/password" and a full tablespace. How do you get to this conclusion?

Regards

Stefan

Former Member
0 Likes

Hi Stefan, thanks for your reply.

How Can I get the work process trace file ?

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello

cd /usr/sap/ED1/DVEBMGS00/work

check the trace file dev_w2

Good Luck

RB

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Hans,

From the logs it appears that write activity for a remote database is failing. Could you check whether there is enough space in the tablespaces for remote database specified in dbcon.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Likes

Hi Deepak, at first we checked this table's space was highly used to 99%, so we increased table space, but the problem remained the same.