Question prashanth ponugoti · Apr 7, 2022 @sql in cache object script , sql explorer resulting different results Hi Community, I have below embeded sql query in object script class #Caché 2 5 0 265
Question prashanth ponugoti · Apr 5, 2022 if anybody has used NHS 111 API in health share - ITK ? Hi Community, Anybody has used NHS 111 API in healthshare - ITK ? We need more details on this API, please share any kind of info regarding it. Thanks, Prashanth #HealthShare #InterSystems IRIS for Health 2 2 0 239
Question prashanth ponugoti · Mar 17, 2022 ERROR while assigning 1800-12-25T00:00:00 to variable type %TimeStamp Hi Community, I DTL I am assigning value to %TimeStamp type praport named BirthDate. 18001225 converted to 1800-12-25T00:00:00 but giving below error ERROR #7208: Datatype value '1800-12-25T00:00:00' is not a valid timestamp format> ERROR #5802: Datatype validation failed on property 'xxx.xxx.xxxx.xxxxx:BirthDate', with value equal to "1800-12-25T00:00:00" 20000612 converted to 2000-06-12T00:00:00 is not giving any error Please help me to resolve this. #InterSystems IRIS 2 3 0 341
Question prashanth ponugoti · Mar 9, 2022 How to import exported classes from studio into vscode? Hi Community, We are not using github or any source safe till now. We have ensemble hl7 interfaces (business services, processes, operations)available in production. Now we want to deploy these interfaces to a brand new cloud server with iris instance. Here in current production we have studio access but new cloud server iris we have only vscode access. I have exported all the classes from current production using Studio and I have exported xml file with me. #InterSystems IRIS 3 2 0 752
Question prashanth ponugoti · Feb 28, 2022 InterSystems IRIS Community version does not have Samples Namespace Hi Community , I have installed InterSystems IRIS Community in my personal laptop to do some POCs. Here are the defined namespaces available: %SYS HSCUSTOM HSLIB HSSYS PPONUGOTINS USER How to create samples in it? please advice me. Thanks, Prashanth #InterSystems IRIS 2 3 1 257
Question prashanth ponugoti · Feb 28, 2022 Can we customize EnsembleMonitor.zen for my monitoring requirement as expose as independent webpage Hi Community, Can I customize below Monitoring page and expose as webpage outside as webpage. http://localhost:52773/csp/sys/%25CSP.UI.Portal.EnsembleMonitor.zen Please give the source code location of this webpage in studio? Thanks, Prashanth #Ensemble #InterSystems IRIS for Health 2 1 0 143
Question prashanth ponugoti · Feb 28, 2022 How to refresh my CSP page and reload data every 5 min Hi Community, I have created CSP page should show my Queue status. Now I need to refresh this page every 5 min.(same like live score website) to reload new queue status. Any tag in CSP will do this auto refresh? Thanks, Prashanth #InterSystems IRIS 2 2 0 273
Question prashanth ponugoti · Feb 28, 2022 How to make my webpage (csp page ) unauthenticated I have created person.csp in my namespace using studio and view->webpage then web page opened in below url http://localhost:52773/csp/healthshare/pponugotins/person.csp I have crated new web application as /csp/test. only change is selected unauthenticated http://localhost:52773/csp/test/person.csp it should open same webpage , but showing "Invalid Action" please help me what should i do. #InterSystems IRIS 2 3 0 506
Question prashanth ponugoti · Feb 28, 2022 How to reset Web Gateway username and password Hi Community, I have forgotten my gateway username and password. C:\InterSystems\IRISHealth\CSP\bin.csp.cni has a user name, but pwd is encrypted ,how to decrypt? Thx! #InterSystems IRIS 2 5 0 1K
Question prashanth ponugoti · Feb 24, 2022 How to Iterate un even Multi Dimensional Array global Programmatically Hi Community, I have created global with below values , now I want to iterate programatically. ^Book("Auto1","Properties","Color")="Red"^Book("Auto1","Properties","Color1")="Yellow"^Book("Auto1","Properties","Model")="SUV"^Book("Auto2","Owner")="Prashanth"^Book("Auto2","Properties","Color")="Green"^Book("Color")="Red"^Book("Color1")="Red" i have used below method but only printing last2 elements properly #InterSystems IRIS 3 4 0 436
Question prashanth ponugoti · Feb 24, 2022 IRIS for Health is it free to install in my windows desktop for practice? Hi Community, I have downloaded IRIS for Health, I want to install it on my personal desktop and want to use it for my POCs. Is it free or does need a License for it? I want to confirm before installation. Thanks, Prashanth #InterSystems IRIS for Health 2 4 0 198
Question prashanth ponugoti · Feb 7, 2022 How to delay few seconds in BusinessProcess custom code Hi Community, Here we have requirement to process messages min 10 sec delay. Current time it is taking my businessProcess is less than 1 sec. To implement this requirement , I need to sleep 10 sec in business process custom code. Could somebody help me to implement delay in BusinessProcess. Thanks, Prashanth #Ensemble 4 6 0 765
Question prashanth ponugoti · Feb 7, 2022 How to save my data from resltset into file Hi Community, We need to export last 5 days Ens.MessageHeader data for a specific messages into file. I have written custom code to execute SQL query in object script. Could somebody help me to iterate resultSet and write the data to text file. #SQL #Ensemble 2 5 0 544
Question prashanth ponugoti · Feb 5, 2022 Best Practises to follow to lift and shift migration form cache2017.1 to iris2020.1 Hi Community, We got requirement to Migrate whole interfaces from prod instance (cache2017.1 ) to new instance iris2020.1. Currently around 100+ integrations (health share and health connect) up and running in prod instance (cache2017.1 ) , we need to migrate this live server to brand new server with iris2020.1. Could you please suggest me guidelines and best practises while doing this migration. Please ping me any document reference for this kind of Lift and Shift Migration. After migration done, we will use new Live (iris2020.1 )instance only. #Health Connect #InterSystems IRIS 2 6 0 384
Question prashanth ponugoti · Feb 3, 2022 Writing big JSON xml object to httpRequest.EntityBody in POST method not working Hi Community, I have json equivalent persistent object in pjsonObj variable. Final JSON example below. { "Document": { "FileExtension": "pdf", "FileContent": "JVBERi0xLjUNCiW1tbW1DQo...(very large bsae64 string)" }} Here FileContent field in json will contain converted base64 string of very large pdf(10pages). I need to submit this json as a payload to REST endpoint. below code is working fine. #JSON #XML #InterSystems IRIS 2 1 0 421
Question prashanth ponugoti · Jan 27, 2022 not able to see whole log message in message viewer in Management Portal Hi Community I have logged final generated json in the object script class using below statement $$$LOGINFO("JSON = " _newMsg.Read()) where newMsg contains JSON stream, which contains nearly 1000000 + bytes. #Management Portal #InterSystems IRIS 2 3 0 363
Article prashanth ponugoti · Jan 26, 2022 2m read How to apply DTL on XML String in Object Script Requirement: Transform source XML message to target JSON. step1: First create json equivalent xml from any online tool. step2: use add in studio utility create persistent classes from json equivalent xml and compile it , now target persistent classes are ready step3: Do the above step for source xml or xsd and generate persistent classes for source and compile it step4: complete the DTL by selecting root node from source, target persistent classes and complete the mappings and compile it #DTL #XML #Ensemble 5 0 0 400
Question prashanth ponugoti · Jan 24, 2022 source and target in DTL are persistent classes for given xsds , test result reference instead of value Hi Community, I have created persistent classes for source, target XSDs and completed DTL. When I tested in DTL window by passing source xml it is generating below target xml as result. DTL result: #DTL #Ensemble 2 1 0 166
Question prashanth ponugoti · Jan 20, 2022 How to expose business service as soap endpoint to outside production for public access with out authentication Hi Community, I have created SOAP service and WSDL generated. While accessing WSDL URLs, it is redirecting to login page and giving access with production credentials. I have tried to invoke form webservice clinet (soapui /postman), endup with authentication failed error. Same service I am able to access from Terminal. Could you please help me to access Production exposed SOAP service with out authentication. #SOAP #Caché 2 1 0 316
Question prashanth ponugoti · Jan 11, 2022 SOAP BUSINESS Service giving security exception in ensemble Hi Developers, I have created SOAP webservice , did not mentioned any security. Configured business service. When I try to invoke from soaup UI, getting below error. #SOAP #Ensemble 2 9 0 730