Search

Clear filter
Question
MARK PONGONIS · Aug 18, 2025

Expose Cache Globals using SQL Storage and SQLMAP

,obj.Phone Paul Chicago 556-666-777 USER> $zel, $zlp - two new ObjectScript functions in one day after more than 10 years in InterSystems... Love this community!
Question
Dmitrii Baranov · Aug 8, 2025

count() is too slow. Why?

In contrast to global variables, InterSystems IRIS does not treat a SET or KILL of a local variable or a process-private global as a journaled transaction event; rolling back the transaction
Question
Dmitrii Baranov · Oct 12, 2025

EnsLib.Kafka.Service, performance issues when working with topics that contain many messages

%Save() $$$LOGINFO("Saved") } Catch (ex) { Set tSC = ex.AsStatus() } Quit tSC } } ``` InterSystems' Kafka component is Java-based.
Article
David Loveluck · Feb 25, 2019

Using Grafana directly from IRIS

💡 This article is considered as InterSystems Data Platform Best Practice.
Article
Jeffrey Drumm · Jan 7, 2020

Load Ensemble Messages into HL7 Spy v2020.1

Can this tool connect to IRIS when its in the Intersystems cloud in AWS? Theoretically, yes.
Article
Anastasia Dyubaylo · Oct 2, 2022

How to get the most out of posting on Dev Community!

After you're done writing the text, you have to choose the Group, which is usually the technology, product, or service provided by InterSystems.
Article
Mark Connelly · Mar 9, 2018

Sending Alerts to Mobile Phone using Pushover from HTTP.OutboundAdapter

working perfectly, so thank you for sharing.I also added the Token and User Key as a setting to be set from the Operation within Ensemble.It would be good to catch up outside of the Intersystems
Article
Gevorg Arutiunian · Aug 16, 2018

Routine to Parse Options in Args Array

(Originally posted by Timur Safin on Intersystems CODE, 3/2/15) This code snippet is a routine that parses options saved in an arguments array.
Question
Jani Hurskainen · Jan 17, 2025

Are package names case sensitive?

It's unclear to me if in InterSystems/ObjectScript parlance class name includes also the packages or not.
Article
Yuri Marx · Jun 1, 2022

Web app to Predict Maternal Risk using IRIS IntegratedML

52773/disease-predictor/index.html to use the Disease Predictor frontend and predict diseases like this: Behind the scenes Backend ClassMethod to predict MaternalRisk Disease InterSystems
Article
Guillaume Rongier · Oct 23, 2020

HL7 PID Obfuscation

In addition, this POC is not supported by InterSystems and is not intended to go into production.
Question
Jenny Ames · Jun 8, 2016

Reasons to use Code Actions in a DTL?

And finally there is a second CODE action to end the loop with "}".It works, but only as long as InterSystems keep the compiled code for the assigns nice and simple.A similar use was
Article
Jorma Sinnamo · Nov 8, 2016

Returning Disk Space to File Systems

But fear not, InterSystems provides tools that let you do just that, when needed.
Question
Tiago Ribeiro · Feb 18, 2016

Message Error - CSP.Page

do ##class(%MessageDictionary).Import("messages_sqlcode_new_en.xml") You have to remember that it is a system localization, and InterSystems can change it, add or remove
Question
Augie Turano · Oct 9, 2020

How to Create a Cache SQL Temp Table?

If you are on VSCode try SQL Tools InterSystems addon - it has schema code completion. Is this what you are looking for?