Search

Clear filter
Question
Evgeny Shvarov · Jun 9, 2023

How can I change a production setting programmatically

the ZPM code this afternoon. What I discovered is the need to implement AbstractInstaller and include in your module resources. Here is a class that implements loading System Default
Question
Eduard Lebedyuk · Jan 11, 2023

Inbound Adapter safe shutdown strategy

processing time is too long - the entire time OnTask runs, Adapter and the corresponding Business Service can't be shut down. The EnableConfigItem/TempStopConfigItem calls would
Question
Nina NifAdmin · Mar 21

Special character appearing in downstream system but not seen in HL7 message

systems is compatible. If the receiving system uses UTF-8, you might need to change the encoding of your messages to UTF-8. This can be done by setting the `Default Char Encoding
Question
Victor Castanon · Jul 9

Why isn't my SearchTable Generating Anything When I Run BuildTable

; } Storage Default { <Type>%Storage.Persistent</Type> } } Are the Cerner custom schemas shown in your SearchTable based on InterSystems-supplied
Announcement
Shane Nowack · Feb 14, 2023

Beta testers needed for our upcoming InterSystems HL7 Interface Specialist certification exam

ACK mode settings Identifies default ACK/NACK settings for business service Determines reply code actions for desired behaviors Manages messages
Article
Mikhail Khomenko · Jan 5, 2022

Deploy IRIS Application to Azure Using CircleCI

. Additionally, we’ve seen how to run an IRIS-based application in AWS Kubernetes in Deploying a Simple IRIS-Based Web Application Using Amazon EKS. Now, let’s look at how to deploy
Question
Scott Roth · Aug 22, 2023

GetCredentials() within ZAUTHENTICATE

(%request.Data("password",1)) ; quit $System.Status.OK() ; } ;} // For any other service, deny them access ;q $SYSTEM.Status.Error($$$AccessDenied) // By default, we
Question
Ali Chaib · Apr 1, 2020

Post standard HTTP requests to the server with special parameters on the URL, the server returns data records instead of HTML pages

/ocs/pswd=123&rpt=1 pswd correspond to the password rpt represent the report How can I do the above using code in cache studio ? What type of services should I use
Article
Yuri Marx · Jun 10, 2020

Mapping Intersystems IRIS documentation to a Corporate Data Architecture

://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GDOCDB API and Web Services: https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GREST, https
Article
Eric Fortenberry · May 30

hc-export-editor: Making Interface Changes to Exports Before Deploying to Prod

to production? If you’ve ever needed to make any changes to an interface or lookup table before deploying to production, then Export Editor is for you! Export Editoris a Python/WSGI web
Article
Chris Stewart · Apr 24, 2017

Let's write an Angular 1.x app with a Caché REST backend - Part 7

, this will make the PageController hard to find, so we should refactor it into a sensible location and file name. So let's create modules/page/PageController.js under our web
Question
Scott Roth · Jul 8, 2022

Bulk Testing Business Process (Rules

the raw data from Business Services, so I just was looking to write a process to run those through the Business Rules, and the output of the Business Rules to files, so I can
Question
Thembelani Mlalazi · Jun 22, 2018

Custom file pass through Operation writing out unreadable pdf files

I have a service that takes a file and pass it through to the production .While I am passing the file through I get the file stream and set it to a variable within my message
Article
Tani Frankel · May 6, 2020

SystemPerformance Utility (pka pButtons) API (and REST API) [and sample UI

for the web side, is to see the Web Application was created and defined correctly (including authentication, pointing to the correct physical folder, etc.). Let me know what you find
Question
Christopher Kennedy · May 8, 2020

Import WSDL for ScriptLink Error #6301

SOAP source into a local file and validate it against an XML checker.it could be your own or any public available service.Google is your friend to find it. Thank you Robert for your