How you will do client copy? If SAP * user is not available
at all
in your system then how u will do client copy?
Answer Posted / c00ki3
We can go to sql query and unlock the user sap*
To unlock all the users who are locked
update sapr3.usr02 set uflag='0' where mandt='<client number>';
To Unlock particular users:
update SAPR3.USR02 set UFLAG = 0 where MANDT = <client number> and BNAME != <don't lock user 1>
AND BNAME != <don't lock user 2>;
U can unlock all the users locked with uflag =64 or 128 (locked by admin or wrong pass attempt
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where will you change the parameters in three profiles?
you want to take sap backup using brtools. How would you do that?
what can we do if shadow instance is down and getting up in prepare phase of upgrade
Explain the system trace?
What will you do if u got Update failure?
In what ways you would know whether a system is unicode or non-unicode?
What is the difference between Party & Service without party in XI (ID)?
What do you understand by transport management in sap basis?
Is system user sap basis consultant and dialogue user other user like fico, hr, mm user?
Explain segment?
What is the procedure to applying patches?
What are common background jobs that will run in your system?
How to analysis abap dumps?
Explain what is the purpose of tdevc ?
describe where they would look at the buffer statistics, and what steps they would use to adjust them?