Search

Clear filter
Announcement
Anastasia Dyubaylo · Nov 26, 2018

New InterSystems Developer Community Moderator – Sean Connelly

of my technical writing. I also actively write open source frameworks and tools for these products and regularly use them to accelerate development services. [CHECK OUT SEAN'S DC
Announcement
Bob Kuszewski · Jun 21, 2022

IAM 2.8.1 Release

significant new functionality, including: Core Consumer Groups - Lets you group together consumers to create service tiers Event Hooks - Enables IAM to call a web hook when
Announcement
Fabiano Sanches · Nov 1, 2023

InterSystems announces its fourth preview, as part of the developer preview program for the 2023.3 release

to the Supported Platforms document. Installation packages and preview keys are available from the WRC's preview download site or through the evaluation services website (use the flag "Show
Article
Luis Angel Pérez Ramos · Apr 25, 2023

Configuring Mirror in Docker

in Docker For this article, we are going to set up a small project in Docker that allows us to set up 2 failover instances with an Arbiter. By default, the IRIS images available
Question
Evgeny Shvarov · Jan 15, 2023

CSV to CSV data transformation using Interoperability

instead of seeing output file. Please take a look in git repo here (just start the production and look for messages from File Passthrough Service): https://github.com/oliverwilms
Question
Yuri Marx · Mar 17, 2023

Custom %CSP.Login for app /csp/sys

Hi guys, I defined a subclass to %CSP.Login and assigned csp/sys login page to this subclass: But did not work, I get this error: And more, the default %CSP.Login continues
Article
Iryna Mykhailova · Feb 24, 2021

Transferring Files via REST to Store in a Property, Part 2

called RestTransfer.Client and added to it parameters Server = "localhost" and Port = 52773 to describe my web server. And I created a GetLink class method in which I create a new
Question
Steve Pisani · Jun 6, 2017

Running the Management Portal pages over HTTPS

to the Management portal as hosted by the private Apache Web server instance installed with Cache. (I know how to do this for regular web sites hosted on, for example, IIS). I would imagine
Question
Mathieu Van Sevenant · Sep 13, 2019

Updating Atelier - Sites not found & Proxy Authentication

expiring regularly. I later discovered that Basic Proxy Authentication was disabled by default as part of a JRE 8u111 Update under the heading 'Disable Basic authentication for HTTPS
Question
Henrique Dias · Jun 29, 2020

Calling Custom Sensors using ZPM

the same behavior using the module.xml to work with ZPM. <?xml version="1.0" encoding="UTF-8"?> <Export generator="Cache" version="25"> <Document name="iris
Article
Evgeny Shvarov · Mar 14, 2019

Using Docker with your InterSystems IRIS development repository

every time a clean page (or a clean IRIS container) which we use to setup environment (namespaces, databases, web-apps, users/roles ) and import code into a clean just created
Article
Lorenzo Scalese · Aug 16, 2023

Http request response time monitoring

. Package web-timing-logger Recently, I have developed a small tool for the community that allows us to log all incoming HTTP requests. It is available on Open Exchange if you got
Question
Yone Moreno · Mar 27, 2020

How could we paralelize two different calls

we get them with a soap operation, parse it to xml and return: However we do have a question, how do we make sure that both calls are being held concurrently? Because
Question
Addy Naik · Jun 12, 2024

Trouble running healthshare_unifiedcarerecord_insight_patientindex containers

Im trying to run a local instance of the UCR/Patient Index in a container but its giving me an error. Here is my docker compose file: version: "3.2" services: iris
Question
Brian Shingle · Nov 18, 2020

JWT generation for Google

Greetings! The application I work with has a need to update a user's google password using a service account and no user intervention other than clicking a link. I'm