you should check the status after retrieving dic:
set dic =
##class(%Dictionary.ClassDefinition).%OpenId(..%ClassName(1),,.status)
write:($$$ISERR(status)) ##class(%SYSTEM.Status).GetErrorText(status),!
What is the error message?
If you see Error #5804 then User.test is locked and %OpenId() times out.
Check that the class isn't open in Cach� Studio with unsaved changes.
Hth,
Thomas
kevin furze schrieb:
Anil
Anil Mathew wrote:
> Hi All,
>
> Is there any way of accessing Routines written in Cache Object Script
> from C# directly?
>
> Thanks a bunch.
> Anil
>
>
VisMClass
vsm = new VisMClass();// vsm is the object for VISM control.vsm.MServer =
"";vsm.MServer =
"CN_IPTCP:127.0.0.1[1972]:Your name space";//your server path & name spacevsm.NameSpace =
"your name space"; // your name spacevsm.PLIST =
"";vsm.PDELIM =
"*";vsm.VALUE =
""; string VBDATA = "";vsm.P0 = VBDATA;
vsm.Code ="$$SUBROUTINE^MYROUTINE(P0)";
vsm.ExecFlag = 1;
Regards
Anil
Hi, Anil,
Can you send to me this Vism, to connect whtin CACHÉ
2010/6/16 Anil Mathew <an...@fiestahms.com>
--
InterSystems: Advanced software technologies for breakthrough applications
Caché 2010.1.2 released on May 29, 2010
--
Victor França
--
InterSystems: Advanced software technologies for breakthrough applications
Caché 2010.1.2 released on May 29, 2010