Written by

Question sansa stark · Apr 11, 2017

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

Comments

Eduard Lebedyuk · Apr 11, 2017

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.
0