Search

Clear filter
Question
Phillip Wu · Mar 13, 2023

IRIS Production - What

at, is related to a Gateway. What is a definition of a Gateway? How is this different to an Interface? Under Gateway Production, there are "Services", "Processes", "Operations". How
Question
Chris Stewart · Jan 5, 2017

URL Security over 2 applications

and REST services are hosted from the same Caché instance and the same namespace, but the REST services have their own CSP application, with all calls being routed through a Dispatch
Article
Sergey Mikhailenko · Apr 16, 2021

Access Matrix - Assigning a List of Roles to a List of Users

/default/files/inline/images/screenshot_9_0.png) Then, load the web terminal from the menu. ![image](/sites/default/files/inline/images/screenshot_10_0.png) Load the application
Article
Pete Greskoff · Jun 27, 2018

Creating SSL-Enabled Mirror on InterSystems IRIS Using Public Key Infrastructure (PKI

then assign attribute values for your Distinguished Name. I’ll set Country to ‘US’ and Common Name to ‘CASrv’. You can accept defaults for validity periods, leave the email section
Question
Jon Astle · May 5, 2023

Healthshare File Adaptor Don't Delete Source File from Server

of what files it has copied. The log for the passthrough service will be a bit messy at first. but you'll end up with something like: However, if the directory you're going
Question
Paul Coviello · Jul 8, 2022

CSP event log error

/bin/Systems/Module.cxw (Internal WebServer)or http://servername/csp/bin/Systems/Module.cxw (External WebServer) Also...In the Web Gateway under Configuration -> Default
Question
Anthony Harrison · Jul 29, 2020

Generating JSON & how to encapsulate a digit as a string

the methods that can be applied to a %DynamicArray/%DynamicObject class object can be found in Class Reference web pages for the %Libraray.DynamicArray, %Library.DynamicObject
Question
Udo Leimberger · Nov 28, 2019

Problem connection IRIS to Atelier

credentials of a user with a %Developer Role but I am not able to authorize. The api/atelier web application is enabled in the Management Portal. I have this bevhavior only
Article
sween · Dec 7, 2020

IRIS Python Native API in AWS Lambda

If you are looking for a slick way to integrate your IRIS solution in the Amazon Web Services ecosystem, server less application, or `boto3` powered python script, using
Article
Adam Coppola · Mar 26

Create business processes with custom Python code: a quick guide

, and use the Language Override drop-down menu on a given code field to override the BPL default. The <code> activity is not the only activity that parses code in a BPL business
Question
Vivek Nayak · Aug 26, 2019

Debugging in Visual studio code using Serenji

to add support for the setting of breakpoints in CLS source.Also on our roadmap is the addition of a mechanism to let you debug the web gateway's server-side process that services
Question
Kurro Lopez · Oct 29, 2021

Use Rule to call WS 1 to n

Hi all. I'm trying to create a route rule that can call to a web service according to a parameter of a message. My first attempt is the following: I have a common class
Question
Amir Samary · Apr 8, 2016

EnsLib.EDI.XML.Document with schema returning full tag instead of only the text value on GetValueAt

Hi everyone! I have imported a schema (HL7 v2.5 XML schema) using the "Ensemble > Interoperate > XML" and I have built a Web Service that receives a string with an XML
Question
Terri Tattan · May 16, 2016

INSERT into a SQL table in another namespace

) Wrap in a web service and return the results that way3) ZN4) Use extended syntax5) Map the class / table / routine you can use the class %RemoteResultSet to insert from another
Question
Yani Idoughi · Aug 1, 2017

How To implement full Oauth2 schema on Caché/HealthShare

and dont' to use google server.Also, i need to be able to consume Oauth from my web services as caché REST application (whitout csp ui) .An Idea Please ?Thank youYani Hi Yani,I'm