Search

Clear filter
Article
Ariel Glikman · Jan 13

Configuring Mirroring for Healthcare Products

You may have noticed that to configure a mirror for InterSystems IRIS for Health™ and HealthShare® Health Connect there is a special requirement.
Question
Antonio Garcia Martinez · Jul 25, 2018

EnsLib.HL7.Operation.FileOperation - Line Feed

Thanks Apparently this is exactly what I am looking for: intersystems help but the problem is that I would prefer to use the standard file operation rather than create a new custom
Question
Scott Hawkins · Oct 30, 2018

MSSQL Data Warehouse

Hello,I have been trying to pull data through a linked server in SSMS from an InterSystems Cache Database for a while, this is to enable us to join the data to other source systems
Question
Ben Spead · Aug 22, 2023

Best practice for automatically deploying and activating changes to CSP.ini?

KEY=GCGI_registry#GCGI_registry2) Does anyone know if this works even if the web server is on a different VM from InterSystems IRIS?
Article
Mihoko Iijima · Nov 9, 2023

Introducing a way to create user-defined errors

InterSystems FAQ rubric To create a user-defined error you need to prepare the XML that describes the error code and corresponding message that you want to use as a user-defined error
Article
Hiroshi Sato · Apr 27, 2023

How to migrate data created based on class definition to another system

InterSystems FAQ rubric Migrating data to another system takes two steps. 1.
Article
Dmitry Maslennikov · Apr 8, 2022

A new way to browse globals

I recommend adding the tool to a usual InterSystems IRIS developer toolset! @Robert.Cemper1003, why did you provide such a low assessment for the tool in your review?
Article
Nicholai Mitchko · Apr 12, 2022

Embedded Python, Using Output Parameters

# Background In InterSystems IRIS versions >=2021.2 we can use the accompanying [irispython binary to directly write python code on top of our IRIS instances](https://docs.intersystems.com
Announcement
Timothy Leavitt · Jun 27, 2022

Accelerate your IRIS full-stack application development with three new Open Exchange packages (+ a demo)

At the heart of this is isc.rest: a continuation of apps-rest with broader use within InterSystems and some new killer features - most notably, OpenAPI spec generation. isc.rest makes
Question
Sathish Devendran · Jun 28, 2022

Executing a .sh file from Object Script

Thanks in Advance Hello, Sathish, I recently published test-data app that utilizes a shell script to create a test file: InterSystems Open Exchange facture.cls defines the parameters
Question
Mike Williamson · Nov 17, 2023

How to find out details on what caused an automatic transaction rollback.

I'm working for an organisation that is running a very old version of InterSystems Cache (5.016) which runs on AIX .
Question
Evgeny Shvarov · Jun 19, 2023

How do I use $znspace and Other $Functions and $Variables in Embedded Python?

ZTIMEZONE – Contains the time zone offset from the Greenwich meridian >>> iris.cls("%SYSTEM.SYS").TimeZone() 0 $ZVERSION – Contains a string describing the current version of InterSystems
Question
Gautam Rishi · Jun 21, 2023

Need help with git-source-control setup in IRIS

(write $zv) In general, feel free to file a GitHub issue at https://github.com/intersystems/git-source-control/issues Hi Gautam!
Question
Lewis Houlden · Jun 30, 2023

Is it possible to revert the BRE editor UI in 2023.1

Hello We are in the process of upgrading to 2023.1 for InterSystems Health Connect, and the Business Rule Engine editor is very difficult to use compared to 2022.1.
Question
Dmitry Maslennikov · Nov 4, 2022

Get the primary id of inserted line in SQL

KEY=RSQL_setoption#RSQL_setoption_pkeyisidkey InterSystems DB-API Driver does not support it, yet, But yeah, this can solve it, and I like this way more. sqlalchemy.exc.InterfaceError