cancel
Showing results for 
Search instead for 
Did you mean: 
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
View Entire Topic
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