Error while opening the Caché class instance
Hi All,I have an error when I try to openId via terminal and studio.
If "classname"'=class Quit $zobjclassmethod(class,"%Open",oid,concurrency,.s ^ c) <CLASS DOES NOT EXIST>%Open+
Any one know how to recover this problem
Discussion (1)1
Comments
Possible reasons
- Class doesn't have a %Open method. Check class value, and try to execute in a terminal: zw ##class(<class>).%Open(oid)
- Passing id instead of oid. Try to use %OpenId method instead.