cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access user DDIC and SAP*

Former Member
0 Kudos

+Hi GURUS,+

+I installed solutionmanager 4.0 and i loggen in the system(000) with DDIC user and check the TCODE SICK.+

++When i restarted the server it was not allow me to login awith user DDIC and SAP in 000 client.++*

+It's giving error message:+

+Password log on nolonger possible too many times failed attempts.+

++Could you please help me out is there any way to set DDIC and SAP from windows level(i mean sap inst directry..usr/sap/<sid>/sys/profile)*

Regards

JAn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Unlock it at Database level

UPDATE usr02 SET uflag = 0 WHERE bname = "SAP*" AND mandt = <client number>

Or

Run the sql query at sql prompt and then login to sap with sap* and password "pass".

SQL> delete from usr02 where mandt=<your login client> and banme='SAP*';

Rakesh

Answers (0)