cancel
Showing results for 
Search instead for 
Did you mean: 

DISP+Work processe terminated

Former Member
0 Kudos

Hallo,

I have performed a system copy from a SAP produktive system P01 to a quality assurance

system Q01. This action has been performed several times . It was always successful.

But this time a have a problem. The Database MAXDB startet succesfully, but the

disp+work processes terminated with following messages: Log of dev_w1

C SQLDBC SDK Version : SQLDBC.H 7.6.0 BUILD 002-121-083-965

C SQLDBC Library Version : libSQLDBC 7.6.4 BUILD 011-123-181-372

C SQLDBC client runtime is MaxDB 7.6.4.011 CL 181372

C SQLDBC supports new DECIMAL interface : 0

C SQLDBC supports VARIABLE INPUT data : 1

C SQLDBC supports keepAlive indicator : 0

C INFO : SQLOPT= -I 0 -t 0 -S SAPR3

C Try to connect (DEFAULT) on connection 0 ...

C

C Fri Dec 26 16:47:59 2008

C *** ERROR => Connect to database failed, rc = -4008 (POS(1) Unknown user name

/password combination)

[dbsdbsql.cpp 137]

B ***LOG BY2=> sql error -4008 performing CON [dbsh#2 @ 1204] [dbsh 1204 ]

B ***LOG BY0=> POS(1) Unknown user name/password combination [dbsh#2 @ 1204] [d

bsh 1204 ]

B ***LOG BY2=> sql error -4008 performing CON [dblink#5 @ 431] [dblink 0431 ]

B ***LOG BY0=> POS(1) Unknown user name/password combination [dblink#5 @ 431] [

dblink 0431 ]

M ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c 1449]

M in_ThErrHandle: 1

M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thx

xhead.c 10520]

Can you help me ?

Best regards

Volker

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

User and password for the connect is not working.

Basically you need to change the "DEFAULT" user key like

xuser -U DEFAULT -u <user>,<password> -d <SID> -n <hostname> set

Markus

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Markus + Yoganand,

I'm very happy . Thanks for your fast help. When I set the DEFAULT user SAPR3 in the xuser-File,

the Instanz can started.

Best regards

Volker

Former Member
0 Kudos

Hai,

Guess you would have changed the password of the Standard DB user, Please check the below link at page 40..

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/96fb411f-0801-0010-22a9-864039b4...

Check that your dbms_type is set correctly.

http://help.sap.com/saphelp_nw04/helpdata/en/dc/490649872211d5aaaf006094b92fad/frameset.htm

Regards,

Yoganand.V

Edited by: Yoganand Vedagiri on Dec 26, 2008 8:05 PM