Apr 26, 2002 #1 Hunter007 MIS Apr 25, 2002 5 US I accidently locked DDIC and SAP* account in Client 000 and 001, how can I unlock those. I don;t have any other accounts in those clients.
I accidently locked DDIC and SAP* account in Client 000 and 001, how can I unlock those. I don;t have any other accounts in those clients.
Apr 30, 2002 #2 apb99 MIS Oct 2, 2001 15 GB you need to delete the entry from the sap db if oracle then using ora<sid> user run svrmgrl connect sapr3/<sapr3 password> delete from usr02 where mandt='<client>' and bname='SAP*'; ( sap* needs to be in upper case ) You should recieve a message that says: 1 row processed. type: commit You should recieve the message: Statement Processed. type: exit. sap* should now be the default password this may not work if the sap profiles contain the lock out for default sap* user Upvote 0 Downvote
you need to delete the entry from the sap db if oracle then using ora<sid> user run svrmgrl connect sapr3/<sapr3 password> delete from usr02 where mandt='<client>' and bname='SAP*'; ( sap* needs to be in upper case ) You should recieve a message that says: 1 row processed. type: commit You should recieve the message: Statement Processed. type: exit. sap* should now be the default password this may not work if the sap profiles contain the lock out for default sap* user