You can try to resolve the issue by clicking 'retry edit', but it usually fails.
In order to get around this, there are two SQL queries that you will need to do which will allow you to edit the object immediately. They are the following:
select * from SEDO_LockState where LockStateID <> 0
and
DELETE from SEDO_LockState where LockID = ‘<LockID of the record identified in the previous query>’
That's it! Once you've done that, you should be able to go into the ConfigMgr console and open up the object that was previously locked.
No comments:
Post a Comment