Call Object Kernel holding locks on a library

DRezanka

DRezanka

Reputable Poster
Does anyone know how to release an object lock on a library that is held by a COK? It seems like whenever a COK uses objects in a library, it gets and holds a lock indefinitely. In the past, I've killed the COK, but right now, there are 4 production users identified as using the COK. I'd hate to do any damage to their transactions, but I still need to unlock this library for maintenance. Any suggestions?
 
Whenever I have dealt with these I assumed that I would have to bounce services to unlock or obtain a lock on that particular object. Maybe I am mistaken?
 
Use the wrkobjlck command to see the locks on a library or object. From there, you can use option 4 to end those jobs. To end immediately, you can use option 5 and then 41 and change to *immed for each job that has a lock.
 
Back
Top