Question prashanth ponugoti · Mar 21 Dynamic query execution any error found How to log it Hi Friends, In my business process I am updating cache table using dynamic query. ex: #InterSystems IRIS 0 5 0 148
Question prashanth ponugoti · Mar 3 Utility method should wait till some other process in progress Hi Friends, I have created one utility method to check given id exist some reference table or not. If exist the method return1 otherwise 0. But some times the backed table data will be reload with another process (REST request) , on any point of time. This reload process max it will take 30 seconds. My Requirement is , the utility method should wait , if table reload is in progress. Could you give me any suggestion for this issue. Thanks, Prashanth #InterSystems IRIS for Health 0 7 0 68
Question prashanth ponugoti · Mar 3 How to expose business service as Rest endpoint Hi Friends , We have requirement to load data into chache tables from external database (ref data). This process will take 1 min to complete all data load. Currently I have created Business Service to trigger Business Operation with out bound db adapter to load data into cache tables. process will be trigger when i restarted business service. But requirement is , this business service should be triggered from outside ensemble environment i.e , this should expose as REST endpoint and share with the external team. #Ensemble #HealthShare 0 1 0 62
Question prashanth ponugoti · Feb 16 How to send json from on-premises outbound (operation) to cloud business service with out using REST service? Hi Team, Here we have requirement to send json data from on-premises iris to business service in cloud iris namespace. we have firewalls opened. Could you please suggest any other ways with out using WEB Service (soap or rest) solution? Thanks, Prashanth #Caché #Ensemble #Global Masters 0 2 0 91
Question prashanth ponugoti · Dec 22, 2022 How to trigger inbound db adapter business service at 10am everyday only once Hi Friends , I have created inbound DB adapter business service. Now my requirement to trigger this service at 10am daily. I used scheduler , but I don't know when should i configure for stop. this not suits for my requirement. Is there any other way , where I need to trigger service only once , in configured times. Thanks, Prashanth #Business Service #Ensemble #HealthShare 0 3 0 166
Question prashanth ponugoti · Nov 25, 2022 WSDL SOAP service is creating web sessions leads to server down Hi Friends, I have created and exposed a web service for the given WSDL. daily 500+ requests are processed via this SOAP service in live. after 2 days live server got stopped with no web sessions available. We removed this SOAP service, now live is working fine. We are investigating why web sessions got increased. Could you please give me any clue, as to why web sessions got increased with the unknown user while processing requests through SOAP service? Thanks, Prashanth #InterSystems IRIS 0 1 0 281
Question prashanth ponugoti · Nov 15, 2022 for loop to loop xml repetitive tag content Hi Friends , Here I need fetch the OrgCode value from party tag whose AgentId=1 <Msg> <Parties> <Party AgentId=0> <OrgCode>abcd</OrgCode> </Party> <Party AgentId=1> #InterSystems IRIS for Health 0 2 0 152
Question prashanth ponugoti · Oct 20, 2022 Not able to convert %Stream.TmpBinary; to JSON property Hello, I’m creating a REST API service but I need to convert my object in JSON. Class message_B Extends Ens.Request { Property ClientId As %String(MAXLEN = ""); Property mesagge As %Stream.TmpBinary;} set pRequest = ##Class(message_B).%New()do ##class(Ens.Util.JSON).ObjectToJSONStream(pRequest, .content) it is ignoring message property in json dueto its data type %Stream.TmpBinary Could you please help me to resolve it? #InterSystems IRIS 0 2 0 120
Question prashanth ponugoti · Oct 19, 2022 Not able to convert pdf to base64 if pdf size is more than 4MB Hi Friends, I have a requirement to convert pdf from URL to Base64 format. I have created one utility method and used in the DTL. Working fine for small pdf files , we got one pdf with size 4MB , this method is failing (creating corrupted base64 content). Could you please suggest me the way to convert big pdfs? #DTL #Ensemble #InterSystems IRIS 0 6 0 187
Question prashanth ponugoti · Oct 8, 2022 How much memory will it take to use maxlen for String type? Hi Friends, If I created Property as below Property Abc as %String (Maxlen = 3000000) how much space will be used in cache DB, if assigned "hello" to Abc? The cache will use 3000000 bytes or 5 bytes? This conformation is very important for my implementation Thanks, Prashanth #Caché 1 3 0 163