Method1(){
Set OID1=##class(Table).%OpenId(100)
// do Kill OID
}
&SQL(Update Table Set Column=88)
Method2(){
Set OID2=##class(Table).%OpenId(100)
// Or do %Reload()
Set OID.Column=99
Do OID.%Save()
}
// Column 1 still holds value as 1
For getting the updated value I should do Kill OID in Method1
Working fine in localhost. While connecting to remote server getting the above error. Tried with Web Port 1972 and 80 both. Also there is no log in audit viewer.