on ‎2018 Jan 26 8:29 PM
I have installed sap trail system in my laptop but unfortunately sap* gets locked i want to reset it using database query how can i reset it please help me ?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Dear Shubham,
Please follow the below instructions,
1.Login to your DB.
2.Execute the below statement to check the sap* entry.
select * from <db_schema>.usr02 where mandt = ‘000’ and bname = ‘SAP*’;
3.Execute the below statement to delete the sap* entry.
delete from <db_schema>.usr02 where mandt = ‘000’ and bname = ‘SAP*’;
Kindly mention the respective client in the place of 'mandt'. Once you execute this command sap* entry will be deleted and will be created automatically so that next time you can login with default password of pass
Regards,
Jeganraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 14 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.