Search

Clear filter
Announcement
Anastasia Dyubaylo · Jan 9, 2023

Key Questions of the Month: December 2022

How could we get Authorization Bearer from a SOAP Serviceby Yone Moreno Web Application 'Api Atelier'by Tiago Pereira is ZPM compatibile with Cache 2018.1?by Luiz Henrique
Announcement
Developer Community Admin · Apr 9, 2024

Meet the Global Masters Winners for March 2024

using different bindings (Java, C# and even ActiveX :) ) and now it progressed to creating RESTful and SOAP web services. I'm from Ukraine but now live in the UK. Since COVID-19
Article
Sean Connelly · May 15, 2017

Security Alerts

that is enabled by default, even on Windows 10 machines.I have decided to completely disable this service on my internal machines without any issues, I found this command on stackoverflow
Article
Yuri Marx · Oct 7, 2020

Run your local IRIS http endpoints as https on the internet from your env

By default InterSystems IRIS expose your endpoints using http, but can be necessary run https from your dev env and/or get public internet access to your app. You can buy or get
Article
Daniel Kutac · Aug 21, 2020

Dynamically changing production items poolsize

on their utilization. Sometimes, an unexpected traffic volume occurs, and default pool size allocated to production components may become a bottleneck. To avoid such situations, I created
Question
Mehul Patel · Jan 3, 2023

How to disable outdated TLS version (1.0 and 1.1

is on the same physical network. The remote service accepts connections encrypted using TLS 1.1. TLS 1.1 lacks support for current and recommended cipher suites. Ciphers
Announcement
Anthony Jackson · Jun 3

InterSystems HealthShare developer interoperability Developer/Lead

IRIS, InterSystems HealthShare. Familiarity / Experience working with Medical Claims data Experience with Amazon Web Services (AWS). Experience developing Continuous Integration
Article
Eduard Lebedyuk · Sep 4, 2017

RESTForms - REST API for your classes. Part 2: Queries

/:query, to execute a simple query. Second :query parameter determines query name - the contents of query between SELECT and FROM. Here are default query types: Query
Question
Larry Cardinal · Jan 1, 2023

Cannot login to Test version of Cache 2017.2.2.865.0 installed my Personal laptop

have not changed the Admin password or SuperUser password. Does anyone know what the default password would be for the Admin and/or SuperUser Id's? Or if someone knows how I can
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
Article
Eduard Lebedyuk · Mar 14, 2018

REST Design and Development

- Status or exception ### Web API Converts an incoming request into a form understood by terminal API and calls it. The result returned by the terminal API is converted into client
Question
Laura Blázquez García · Feb 18, 2020

openssl_public_encrypt for Ensemble

Hello. We have to call a service, and we have to encrypt the request using a public key. We have an example of how to make the call in PHP. Also we have the public key and all
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