cancel
Showing results for 
Search instead for 
Did you mean: 

2EETW169 no connect possible: "DBMS = ADABAS D

Former Member
0 Kudos

Hi all,

when we execute the command R3trasn - d we obtain the following error:

"ETW000 [dbsdbsql ,00000] *** ERROR => Connect to database failed, rc = -4008 (POS(1) Unknown user name/password combination)".

In the past we think that somebody has changed the passowrd of user SAP<SID> and SUPERDBA.

How can we proceed?

Regards,

Bob

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

So did someone change the password? If yes, you need to reflect that change in the XUSER file:

With

xuser list | more

you can find out all users that are created.

use

xuser -U DEFAULT -u SAP<SID>,<newpassword> -d <SID> -n <host> set

to set the new password.

--

Markus

Former Member
0 Kudos

Hi Markus,

many thanks for your help. Now (after executing the command "xuser -U DEFAULT -u SAP<SID>,<newpassword> -d <SID> -n <host> set" for SAP<SID> and SUPERDBA) the R3trans has return code 0.

Now the work processes die with the following error message:

      • ERROR => the connected user (SUPERDBA) does not work with the right user/schema[dbslsdb.cpp 4780]

C *** ERROR => application has to work with schema SAPSM1 (dbs/ada/schema) [dbslsdb.cpp 4782]

Can you help us.

Thank you in advance

Bob

markus_doehr2
Active Contributor
0 Kudos

This was wrong.

the key for superdba is "w", not DEFAULT, you overwrote the original DEFAULT entry.

Do that once for <sid>adm and try if your system comes up.

--

Markus

Former Member
0 Kudos

Markus,

you are number one. All works fine.

Many thanks for your immeasurable help.

Cheers,

Bob