tstart
for I=1:1:N {
set test = ##class(Test.Test).%New()
set test.ID = I
do test.%Save() //create a "Exclusive_e->Delock" lock on ^Test.TestD(..)
}
hang 5
tcommit //locks are removed hereTest.Test is a persistent class that inherit from %Persistent :
Class Test.Test Extends %Persistent
{
Property ID As %Integer [ Required ];
Index IDKEY On ID [ IdKey ];
//.png)

I dont get any Errpr when i log my request message at this time i want to call a operation.
.png)
.png)
.png)


