Search

Clear filter
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
Question
Scott Roth · Jan 13, 2024

Accessing EnsLib.HL7.Message Header properties within a DTL

You can pass the value to the DTL using the transformation auxiliary parameter, as described in the documentation : Working with Rules | Developing Business Rules | InterSystems IRIS
Question
Uri Shmueli · Jul 13, 2017

.Net Gateway Parallel Calls – Optimal Number?

We're interested in hearing both what InterSystems folks have to say about this (Development, Support, SEs), and also our fellow developers out there. Thanks Hi Uri.
Question
Murillo Braga · Jan 26, 2017

Issue with encoding (special character) - Business service

I don't work for InterSystems.
Question
Jenna Makin · Feb 24, 2016

Web development methodolgies

Hi-I'm curious to know what InterSystems clients are using for csp based web development methodology.Are you doing tag based development, or class based development?
Article
Jonathan Pham · Nov 1, 2016

Wireshark installer could affect Studio.exe and csystray.exe on Windows

The Intersystems technologies affected are the Studio IDE and the ‘cube’ icons in Windows. Cstudio.exe and csystray.exe use shared DLLs from the redistributable package.
Question
Nikita Savchenko · Nov 2, 2016

Startup Tag^Routine property for UnknownUser

Namespace: USER You're in namespace USER Default directory is c:\intersystems\ensemble2\mgr\user\ USER> If you wanted to make this a per-user setting, it'd take a bit more