Question Suman Samanta · Aug 7, 2022 SendRequest Async pass HS.SDA3.Container Object I am trying to avoid parsing the SDA3 stream in each process. I am doing some section wise validation in different processes so i need to pass the SDA3 to each process. When i pass that SDA3 stream that takes a lot of space in HD and takes a lot of time to parse the SDA3 object. Is there any way that once i parse that SDA3 i can pass the same object to other processes, and i can save my storage and process that fast. I cannot pass this by default to other process as non persistent object cannot be passed to another job(as per my finding). #InterSystems IRIS 0 1 0 283
Question Suman Samanta · Mar 22, 2022 load and compile from java Hi i am trying to load and compile one class from java . I am following this code. I am using iris 2021.2 irisConnection = (IRISConnection) DriverManager .getConnection("jdbc:IRIS://10.20.30.40:51773/MYNAMESPACE", "username", "password"); iris = IRIS.createIRIS(irisConnection); iris.classMethodStatusCode("%SYSTEM.OBJ", "Load", "/filePath/SumanPramodTest.test3.CLS.xml","/displaylog=0 /displayerror=0"); #InterSystems IRIS 0 5 0 350
Question Suman Samanta · Jan 16, 2019 Any good way to find xpath from Line and offset. I am validating a v3 document against one xsd and using %XML.SAX.ContentHandler class . My requirment is to find the xpath of the error location. There is no method which does it.I can find the line and offset using LocatePosition method. Can someone help me on this.Thanks Suman #XML #Ensemble 1 2 0 532
Question Suman Samanta · Oct 2, 2018 %NOLOCK in insert query I would like to know , if its safe to use %NOLOCK in insert query while doing some parallel processing in Ensemble. We will have pool size of more than 1 for a business process. The business process does an entry in internal meta data table , which will be used for some internal reporting. The same row might get updated by some other process later point of time. i could not produce any error or any issues . Looking forward to hear some opinion on this. #SQL #Ensemble 1 1 0 1.3K
Question Suman Samanta · Aug 24, 2018 Angular4 , webserver , deployment Hello Everyone, We are planning to build angular UI and Cache REST as backend. Can we deploy angular in Cache Private web server. What would be the best way to do it. Did any one configure apache with csp gateway . if so can anyone guide me to a good document or some steps here which might help. I have looked into this - https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY... Somehow i am not able to join the dots . #Caché 0 6 0 629