Hello,
I used the arcpy.ListUsers() tool to list current schema locks. I then tried to use the arcpy.DisconnectUser() tool with the lock ID value and the SDE schema connection. When I run the command, there is no error but when I run the arcpyListUsers() again, the schema lock still exists. I am trying to find out why the command ran with no error but the schema lock remained.
I am connecting to an Oracle 11g database with an Esri 10.2 geodatabase (SDE schema). Any thoughts?
Thanks - Peter