Search

Clear filter
Article
Megumi Kakechi · Apr 18, 2024

How to restore the prompt when an error occurs while running a program in the terminal

InterSystems FAQ rubric When you run a routine in the terminal and an error occurs in the program, if you have not set the error trap properly, the program will enter debug mode as
Announcement
John Murray · Oct 4, 2024

Since VS Code 1.94 the Explorer's Find widget (Ctrl+Alt+F) on server-side (isfs) folders requires v2.12.9-beta.4 or later with proposed APIs enabled

See https://github.com/intersystems-community/vscode-objectscript/issues/1443 for more information.
Article
Hiroshi Sato · Aug 28

Prevent specific table data from being rolled back

InterSystems FAQ rubric There is data, such as execution log data, that you do not want to return to its previous state even if a rollback occurs during a transaction.
Question
Touggourt · Sep 3

Creating multiple production

concurrently without interference [1][2].Sources:1.When doing conversion work, separate production or namespace2.Viewing Messages from Multiple Productions | Monitoring Productions | InterSystems
Announcement
Anastasia Dyubaylo · Sep 19

[Video] The Evolution of AI: Embracing Agency

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ The Evolution of AI: Embracing Agency @ Ready 2025 This video explores the evolution and future
Article
Alexander Koblov · Nov 19, 2018

Syntax highlighting for ObjectScript

It would be good if InterSystems will open it to use for everybody. What would be great if InterSystems will make LanguageServer based on this parser?
Announcement
Evgeny Shvarov · Oct 8, 2020

Full Stack Contest Applications and Bonuses

The REST API description requests the usage of InterSystems REST API to have IRIS be a REST API server.
Article
Jose-Tomas Salvador · Nov 27, 2019

Hints to understand, and deal with, persistence in Docker for Windows

As you likely are aware, the new version of InterSystems IRIS for Health (I4H) it's already available in Docker Hub. It's the Community version and is free and fully functional.
Article
sween · Sep 21, 2022

FHIR Server powers Project Vulcan @ HL7 FHIR Connectathon

We provisioned a couple of ghetto blaster sized InterSystems FHIR Servers, 16 core/128GB, one for each project and went to work for each team.
Question
Roberto Cahanap · Aug 16, 2018

%UnitTest.TestCase

Mike,We're using UnitTesting for application validation for internal application development within InterSystems.
Question
Ashok Kumar T · Jul 21

Unexpected Application Error with Log Date 01/06/1841

$ZTRAP (ObjectScript) | ObjectScript Reference | InterSystems IRIS Data Platform 2025.14.Error Logging | Using ObjectScript | InterSystems IRIS Data Platform 2025.15.
Question
Scott Roth · Jan 10, 2022

How are XML Schema Structures saved within Ensemble?

InterSystems IRIS can store X12 schemas in the current format, in an old format, or in both formats.
Question
Laura Cavanaugh · Mar 21, 2018

Is there a temporary-password concept in Caché 2016?

And perhaps InterSystems will add this concept in the 2017 (2018?)
Article
Daniel Kutac · May 15, 2020

Debugging in HealthShare

Is it available for InterSystems IRIS? Some projects make use of dynamic objects and it would be great to show them in Visual Trace. Hi Eduard, I don't think so.
Article
Benjamin Thorne · Aug 1, 2018

Find diff between two ObjectScript lists

(Originally posted by @Eduard.Lebedyuk on Intersystems CODE, 6/26/14) This code snippet determines the difference between two ObjectScript lists.