Question Ashok Kumar T · Jul 9 <DIRECTORY> Error while connecting the studio Hello Community, I got below error while connecting the IRIS studio. However, executes Write ##class(%File).DirectoryExists("c:\intersystems\irishealthcomm\mgr\hscustom")returns true and terminal and SMP works thanks! #Studio #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 36
Question Ashok Kumar T · Jun 27 Identifying System-Defined vs User-Defined Web Applications in IRIS Hello Community, Is there a programmatic method or specific property to differentiate system-defined (/csp/altelier , /api/mgmnt and so on) or user-defined web applications in IRIS? Thanks! #API #REST API #InterSystems IRIS #InterSystems IRIS for Health 0 5 0 76
Question Ashok Kumar T · Jun 27 Accessing Response Content in %CSP.REST Before Writing to Output Buffer Hello Community, When handling a %CSP.REST API response for a custom endpoint, how can I capture or access the response content before it is written to the output buffer and sent through the Web Gateway to the UI? #API #JSON #REST API #Web Gateway #InterSystems IRIS #InterSystems IRIS for Health 0 5 0 54
Question Ashok Kumar T · Jun 27 Http Request and Response format from %request object Hello community, #API #REST API #HealthShare #InterSystems IRIS for Health #Health Connect #InterSystems IRIS 0 7 0 113
Question Ashok Kumar T · Jun 10 InterSystems Package Manager (ZPM) Installation errors Hello Community, I encountered the following errors while installing the ZPM module on version 2025.1. The ZPM install command failed on the Community Edition of IRIS for Health. #InterSystems Package Manager (IPM) #InterSystems IRIS for Health #Open Exchange 3 6 0 72
Question Ashok Kumar T · May 22 Subscript indirection behaves differently in if statement Hello Community, When I run the following code with x undefined in terminal, it throws a syntax error and returns control to the program stack. After issuing a GO command, execution continues, and setting the global variable ^zz1. code 1: #Globals #ObjectScript #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 0 7 0 87
Question Ashok Kumar T · May 16 Take subroutines from the Deployed Mode Routine Hello Community, Is it possible to retrieve/find all the names of subroutines, procedures, or functions from a deployed routine?. in the routine below, how can I extract names like x2 and execsql? I’ve just tried using openId on %RoutineMgr but it didn’t help. #ObjectScript #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 34
Question Ashok Kumar T · May 8 Embedded SQL result issues inside %ZLANGC routine Hello Community, I executed the below query in the %ZLANGC00.mac routine. It returns results when using dynamic SQL, but not with embedded SQL(returns 0). #ObjectScript #SQL #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 58
Question Ashok Kumar T · May 7 Actual Use Cases for %Stream.DynamicBinary and %Stream.DynamicCharacter Hello Community, #JSON #Object Data Model #ObjectScript #InterSystems IRIS #InterSystems IRIS for Health 0 5 0 81
Question Ashok Kumar T · Apr 29 WorkMgr execution issues Hello Community, I have a queue that I need to traverse and perform operations on. To distribute the workload across multiple processes, I used a Work Queue Manager do process and I'm not expecting any status from it So, I skipped Sync / WaitForComplete in my implementation #Globals #ObjectScript #Performance #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 87
Question Ashok Kumar T · Apr 15 IRIS xDBC protocol is not compatible error while python execution Hello Team, I got xDBC protocol is not compatible while executing python script. How to fix this error C:\Users\ak\Desktop\lpyth\iris>C:/Users/ak/AppData/Local/Programs/Python/Python312/python.exe c:/Users/ak/Desktop/lpyth/iris/irisconn.pyAn error occurred: connection failed: IRIS xDBC protocol is not compatible py -m pip listPackage Version------------------ ---------intersystems-iris 3.9.2 #Python #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 50
Question Ashok Kumar T · Apr 11 Subroutine execution issues in WorkMgr Hello Community, The subroutine ^routine is not executed while the queue is being processed in WorkMgr. However, it works when defined as a function. Is it mandatory to define subroutine^routine as a function for it to execute properly? #Globals #ObjectScript #Performance #InterSystems IRIS #InterSystems IRIS for Health 0 3 0 55
Question Ashok Kumar T · Feb 6 Track the global set location Hello Community, Is it possible to track or determine where the global variable was set (routine or class) in a form of like label+offset^routine? Regards, Ashok #Globals #InterSystems IRIS #InterSystems IRIS for Health 1 9 0 105
Question Ashok Kumar T · Jan 8 <MAXSTRING>CompileRtns+295^%occRoutine in SQL execution I tried executing the SQL JSON_TABLE query with large JSON string(more than 200000 characters) and I got the below error. I'm curious about this under the hood workflow and how does it reach reaches MAXSTRING. #JSON #ObjectScript #SQL #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 83
Question Ashok Kumar T · Dec 16, 2024 Identify who terminated the process Hello Community, Is there any option or log is available to identify who killed/terminated the running process? Thanks! #InterSystems IRIS #InterSystems IRIS for Health 2 5 0 119
Question Ashok Kumar T · Dec 12, 2024 Permanently Deletes all the commands shows inline recall History (:h[istory] ) Hello Community, Is there any way to permanently clear all the commands displayed in the line recall History. The :clear deletes all the commands in that particular process/recall buffer. Thanks! #Terminal #InterSystems IRIS #InterSystems IRIS for Health 1 4 1 98
Question Ashok Kumar T · Dec 11, 2024 HTTP Message format from %Net.HttpRequest Hello Community, Is there any built in methods available to generate the both HTTP message format(request/response) from %Net.HttpRequest and it's response. Thanks! #API #Key Question #REST API #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 0 9 0 201
Question Ashok Kumar T · Nov 6, 2024 Stream Compression Not Applied to Some Text Hello Community, I have a stream property which uses %Stream.GlobalCharacter and I set some dummy texts like "a1a2a3a4a5a6a7...."(more than 1024 characters) in to that stream and the stream values are not compressed. However, The streams are compressed If I use the Lorem ipsum is a dummy or placeholder text or other text "This is part four of a long memo." which length is greater than 1024 #InterSystems IRIS #InterSystems IRIS for Health 1 3 0 95
Question Ashok Kumar T · Oct 16, 2024 File generation issues while using $ZF(-100 asynchronously Hello Community, We use $ZF(-1 synchronous call to generate the pdf files. Now I want to change to asynchronously. So, I use $ZF(-100 with "/ASYNC" function. I use "/ASYNC" directly write $ZF(-100,"/ASYNC","notepad.exe") in windows/linux it throws the <NOTOPEN> error, However If I use $ZF(-100,"/ASYNC /SHELL","notepad.exe") it opens the notepad without issues. #InterSystems IRIS for Health 0 0 0 70
Question Ashok Kumar T · Sep 2, 2024 <PROTECT> *Function not allowed in IRIS Native python Hello Community, I got the PROTECT error while running functions. But, I could able to call the classmethods and methods in class definition with classMethodObject, classMethodValue etc.. from python. without any errorspython code #Embedded Python #Python #InterSystems IRIS for Health 1 7 0 211