cancel
Showing results for 
Search instead for 
Did you mean: 

creating a new client in 2004s pi system

Former Member
0 Kudos

hi all,

i am unable to create the new client.

sap* pass is not working for new client.

is there any procedure is there to create a client in nw2004s pisystem.

regards,

KRUSHI

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you cannot log in as SAP*, you can carefully delete it at the database level.

Issue a delete statement against table USR02, which is the one that keeps the passwords.

Example: delete USR02 where BNAME = 'SAP*' and MANDT='100'

Make sure you delete it only in the desired client.

After this, you will be able to log on as SAP* again with password PASS.

Then, you can change the DDIC password and go from there.