Search

Clear filter
Article
Ariel Glikman · Apr 15

When to account for useIrisFsGroup in your IKO Deployments

. FsGroup refers to the file system group. By default, Kubernetes volumes are owned by root, but we need IRIS to own its files (IRIS in containers is installed under irisowner user
Question
Evgeny Shvarov · Mar 8, 2019

How to enable IRIS Text Analytics programmatically

on per-application basis. Interoperability/Ensemble/HealthShare are enabled on a per-namespace basis.First you need to get default application from the namespace: set namespace
Article
Eduard Lebedyuk · Aug 9, 2016

Tips & Tricks - Process-private Globals as a class storage

Default { <Data name="PoolDefaultData"> <Value name="1"> <Value>%%CLASSNAME</Value> </Value> </Data> <DataLocation>^||Utils.PoolD
Article
Dzmitry Rabotkin · Dec 3, 2022

Guide how to run and use IRIS for Health docker image in GCloud

here only 52773 which is for web user interface. My Kotlin app will run on same vm and use 1972 internally, so I didn’t allow it too. Let’s Install docker-compose then run IRIS
Article
Oleg Dmitrovich · Jan 4, 2018

Caché audit & DeepSee

of adding OLAP functionality to your Caché application. Another standard component is an Audit subsystem with a web interface, which has the options for expanding with your own
Question
Pietro Di Leo · Apr 10, 2024

Initiating a Method After a Timeout During Message Delivery

Timeout (30) are the default values. We usually do not get timeout, but we sometimes receive 500 Internal Server Error. In this case I check the response in BPL and initiate a retry
Article
Henrique Dias · Apr 20, 2020

IRIS History Monitor using custom built-in REST API /api/monitor/metrics

://localhost:"_webPort_"/csp/sys/SYS.WSMon.Service.cls" Set dashboard = client.GetDashboard() Quit $$$OK } } For the source of additional information, I chose the Web Service
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 1

definitions In this post, it will be used an IRIS Web Application called “/SampleService”. As you can see from the screenshot below, this is an unauthenticated REST service deployed in IRIS
Question
Kurro Lopez · May 20, 2019

How to sync Server and local cache code using Visual Studio Code

your Serenji service process on port 43221 rather than the default port, which is 43211?You can check the status of that service process by running this command in a Cache
Question
Martin Staudigel · Apr 14, 2021

Fine tuning access permissions for CSP application

to execute an operation within a CSP service on the messagebank (which however works on the other machines). Unfortunately, the message in the errorlog does not tell where exactly
Article
Kurro Lopez · Aug 4, 2021

Add a business item in your production by code

Hi community, This is another article about how to perform actions that you can do in the web portal but via code. Today.... Add a business item in your production by code
Question
bold t · May 7, 2024

docker run iris ,the container log always show Starting InterSystems IRIS instance IRIS... and can not open web page

/irissys/startISCAgent.sh 2188[INFO] Starting InterSystems IRIS instance IRIS... I have tried many versions, but these problems always occur. I cannot open the 52337 web page
Question
Robert Cemper · Jun 2, 2020

Local editing in WebTeminal ?

In the default IRISterminal or using PuTTY I have a set of "Routine Commands" available PRINT – Displays lines of code from the current routine on the current device
Question
Martin Staudigel · Jan 2

Acessing FHIR Server using SLES Apache Server with WebGateway

;/Directory> </VirtualHost> This configuration allows us to define an independent default web-application on Port 80. This is a precondition to enable certificate creation
Article
Yuri Marx · Aug 2, 2021

InterSystems IRIS REST Application Patterns

CrudUtilService.cls file inside service folder. Write the content: CrudUtilService content Class dc.movie.service.CrudUtilService Extends %CSP.REST { Parameter CHARSET