cancel
Showing results for 
Search instead for 
Did you mean: 

Client Login

Former Member
0 Kudos

Hi,

We have one client on that mistakanly our technical team entered password wrongly

because of which our SAP* as well as DDIC login got lock now

how to enter into that client to create userID

pls help us?

Regards,

Akshay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you don't have any other user to unlock these two ID's then you have to unlock them at DB Level.

Log on the oracle --> sqlplus /nolog

conn /as sysdba

sql> delete <SCHEMA ID>.usr02 where MANDT='<client no>' and bname='SAP*'

This will reset your password to default i.e. pass

Shutdown SAP Instance & Set Parameter in instance profile or Default profile file at -->/usr/sap/SID/SYS/profile

Log in as user sap* & password = pass

BR,

Darshan..

Answers (1)

Answers (1)

former_member185031
Active Contributor
0 Kudos

You have to unlock the user SAP* to login into system

Please check this link,

[How to unlock SAP*|http://www.sap-img.com/basis/different-methods-to-lock-or-unlock-sap-users.htm]

[How to reset password of SAP*|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-reset-sap-and-ddic-password-1229590]

Regards,

Subhash

Edited by: Subhash Chandra on Nov 16, 2009 2:26 PM