There were three questions for error with RuntimeDelegateImpl. Have you looked there? Maybe they have some solutions for your question
https://community.intersystems.com/search?
csession can be called with a variety of arguments:
tag+offset^routinetag^routine([parameter-list])##CLASS(package.class).method([parameter-list])
For example I can call:
csession
In our current UCR arhcitecture, we use two installations. We have one machine with Access, Registry and Edges and one machine with the ODS. On the machine with the Registry, I can
I created and then compiled a routine using the %Routine library
s routine = ##class(%Routine).%New(fileName_"."_extension)d routine.Write(parsedRule)//s status = routine.Save(
Hi folks!
Often while debugging you want to know the values of all the parameters.
Using VSCode Debugger is not an option.
What do you use to know what parameters came to the method
Is there a way to make the system users like _SYSTEM and ensadm bypass the Delegated sign-on and not cause it to fill up the Audit trail with "Programmer mode login failure"?? I figured
I am trying to set up a web application with Delegated Authentication via IPM. It is possible to give a specific application Delegated Authentication:
<WebApplication
Name
We have some ObjectScript code in a custom business process:
When Log Trace Events is ticked on the business process in the Production view in the management portal, the argument is
Hello Everyone
I use VB.NET to dev. some program for query data
Code in VB like this
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
In my previous article, we reviewed possible use-cases for macros, so let’s now proceed to a more comprehensive example of macros usability. In this article we will design and build
I had heard that sample classes are available somewhere. @Hugh.Badian - I suggest you add the tag 'CCR' to your question.
The %Studio.SourceControl.CCREventHandler.cls is included
Hello everybody.I have task to find out possibility call method from background task. I need run some class with methods. I've found out than I can run it via ^%ZSTART routine. And
InterSystems FAQ rubric
If you want to run an OS executable file, command, or a program created within an InterSystems product when the InterSystems product starts, write the processing
This is my delphi code
procedure TForm2.Button1Click(Sender: TObject);var cmd:string; sResult:string;begin cmd:='$$Check^logininput()'; vism1.Code:=cmd; sResult:=vism1.
Does anyone has an ini parser/writer in ObjectScript they can share?
I have an (some ten years old) one which I use in the %ZSTART routine. Sometimes (for maintenance or whatever

