cancel
Showing results for 
Search instead for 
Did you mean: 

Systemcopy wrong ddic password

Former Member
0 Kudos

Dear forum, during systemcopy via sapinst I typed the wrong ddic password for cliet 000.

Sapinst canot logon to client 000. Can i change the password afterwords or do I have to do it all over?

Best regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You don't have to start all over. You can change the DDIC password using SAP* in 000.

Otherwise, follow this trick

go to SQL -->

Target password - SELECT PASSCODE FROM SAPSR3.USR02 WHERE BNAME='DDIC' AND MANDT='000';

copy the target password -- its long string - Just copy it.

Update SAPSR3.USR02 SET PASSCODE='<long string' WHERE BNAME='DDIC' AND MANDT='000';

COMMIT;

Try again - you should be all set.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks a lot. That helps!

Best regards

Andreas