cancel
Showing results for 
Search instead for 
Did you mean: 

ddic error at system copy using export/import

Former Member
0 Kudos

Hello guys,

i am installing ECC 6.0 with oracle on windows 2003 with system copy using export and import method

but i got the following error and the mmc is up and the systme is running but ddic and sap*password are not opening

at the phase check DDIC passwod i am getting error

Test logon to SAP system <SID> failed.

make sure that system is startted,that the user DDIC exsists and password of user DDIC is correct.

please provide me a solution

thanks and regards

ravi dusa

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189725
Active Contributor
0 Kudos

Please check in the MMC if SAP system is started . IF not , try to find the reason for the SAP system not being started in dev_disp located in the directory <drive>:\usr\sap\<SID>\DVEBMGS<XX>\work.

If you know the Password of DDIC , please check if you can login to the system with the password .

Else , reset the password of DDIC in 000(using the automatic sap* login mechanism) and enter the password in the sapinst when it prompts for.

Edited by: Ratnajit Dey on Jan 30, 2012 4:12 PM

Former Member
0 Kudos

hello sir

sap system is started and but only ddic and sap* password are not working in client 000 and in client 001 ddic user is working

with regards

ravi dusa

Edited by: ravidusa on Jan 30, 2012 11:54 AM

former_member188883
Active Contributor
0 Kudos

Hi,

You can do the following

1) delete SAP* user from your database using SQL command

SQL> delete * from <SAPSCHEMA>.USR02 where bname = 'SAP*' and mandt='000';

2) Set the profile paramete login_no_sapstar =0 in instance profile.

3) Take SAP restart

4) Login with SAP* with password as "pass" in client 000. reset password for DDIC.

Repeat steps (1) and (4) for client 001.

5) Login with DDIC and then create SAP* again.

Regards,

Deepak Kori

former_member189725
Active Contributor
0 Kudos

Please reset the password of DDIC in 000. delete the sap* user from the database table USR02 and set the sap profile parameter login/no_automatic_user_sapstar to 0 . restart sap . login as sap* in 000 with password pass. reset password of ddic .

Former Member
0 Kudos

hello sir

>

> sap system is started and but only ddic and sap* password are not working in client 000 and in client 001 ddic user is working

>

> with regards

> ravi dusa

>

> Edited by: ravidusa on Jan 30, 2012 11:54 AM

The procedure requires client "000" not "001"

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hello guys,

Thanks for your help, bocz of u r help i got the solution for my problem

with regards

ravi dusa