cancel
Showing results for 
Search instead for 
Did you mean: 

Database error 1017 at PRE access to table PAKDATBUF

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

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 Kudos

Hi Stefan, thanks for your reply.

How Can I get the work process trace file ?

Reagan
Advisor
Advisor
0 Kudos

Hello

cd /usr/sap/ED1/DVEBMGS00/work

check the trace file dev_w2

Good Luck

RB

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

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 Kudos

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.