How to unlock the identity once it is locked

Dear Team,

one identity is locked in my production, I was trying to refresh the identity but it got stuck because identity is locked, can you guys help me to unlock the identity.

thanks,
Charan.

Hi @charankoona,

the easy way is: go to debug, search the identity and on the first line of xml you can find a key called lock wint an id/number, like this:
image

Delete the key for unlock the identity.

1 Like

Hi @enistri_devo ,

tried doing that but it is not removing from the identity xml

do you have some process running onn this identity?

Hi @charankoona,

Sailpoint will take care of lock and unlock the identity.
Once the identity is locked, it will unlocked after sometimes. just wait and check.
if it is not unlocked, you can break the lock.

Regards,
Arun

Also, you can try with a little rule to unlock the identity, using

ObjectUtil.unlockIdentity(context,identity);

yes but i have marked it as completed the process, but in identity still i can see that

Ok, understand.

If you can, make a restart of the tomcat service and retry.

Marking a process like complete. dont resolve the problem. Better if you terminate the process form UI and later try to unlock the identity.

I tried terminating task, but it didn’t. so, I marked it as completed,

is there any other solution apart form the restarting the tomcat ?

you can try via console with > terminateOrphans please command or with > terminate taskName command

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.