Search

Clear filter
Question
Hansel Stange Gaete · Feb 18, 2020

Starting Mirror Failure

addresss /etc/hosts fixed with all ip definitions : serverpri X.X.X.67serversec X.X.X.65servervip X.X.X.85serverarb X.X.X.99 Network Mask 255.255.255.128 Last Error journal: InterSystems
Question
Dustin Knudsen · May 27, 2021

Business process pointing to operation, can't discover the reason why

Hello, I'm quite new at InterSystems. I have a business process that's pointing two different business operations, but one of them I don't want it to point to.
Question
Daniel Goerke · Aug 19, 2024

Question about PKI Configuration

Best regards,Daniel Goerke Please note, "InterSystems urges users to discontinue use of the PKI features". https://docs.intersystems.com/iris20242/csp/docbook/Doc.View.cls?
Article
Hiroshi Sato · May 16, 2024

How to run SQL in terminal

InterSystems FAQ rubric Too run SQL in Terminal use $system.SQL.Shell(). Please refer to the sample below.
Question
Marcel den Ouden · May 8, 2024

IIS webserver much slower than PWS

issues (and it dropped from my radar due to still being on 2022.1.2 with no immediate pressures to upgrade)I need to upgrade the version of web gateway following a recent email from Intersystems
Question
Rich Taylor · Jun 27, 2024

Finding the Inode value for a file

%OpenId("C:\InterSystems\IRIS\mgr\user") %SYS>w db.SFN8%SYS> If the System File Numbers in question are related to the database files themselves instead of the journal files,
Question
john.smith4237 · Nov 17, 2024

Installing IRIS in Linux

I would recommend you select Red Hat or Ubuntu rather than Amazon Linux; InterSystems officially supports those.
Question
Abdul Majeed · Oct 1, 2025

Cannot Access Authorization Bearer Token in EnsLib.REST.Service - Getting 500 Internal Server Error

My Environment: InterSystems ensemble 2018 Using EnsLib.REST.Service with HTTP Inbound Adapter REST API URL: http://ip:port/api-kiosk/patientData My Code: objectscript Class
Question
steven Henry · Jul 10, 2025

Display date format in DD-MM-YYYY

$ZDATE (ObjectScript) | ObjectScript Reference | InterSystems IRIS Data Platform 2025.1 @DCAI.Bot set DOB=$ZDATE(paper.PAPERDob,15,,,4) is not working for me it still give the same
Question
Phillip Wu · Jul 21, 2025

Activate a mirror database gives "protected" error

[1]Sources:1.Using Resources to Protect Assets | Authorization Guide | InterSystems IRIS Data Platform 2024.3 I found out the problem.The Linux permissions were wrong on IRIS.DAT
Article
Robert Cemper · Oct 12, 2021

Generating OFX [V1]

Hey Robert, Your video is now on InterSystems Developers YouTube: ⏯ CSV to MS OFX App Demo Thanks for your contribution! 👏🏼 BIG THANKS !
Article
Lucas Enard · May 9, 2022

Benchmark time of response for messages in python and objectscript

This is a benchmark built in python and objectscript in InterSystems IRIS.
Article
Pravin Barton · Mar 28, 2019

ObjectScript error handling snippets

my favorite code snippet that will log an error and return a status: set ok=$$$OKtry {}catch (ex) { do ex.Log() set ok=ex.AsStatus()}quit ok The article is considered as InterSystems
Question
Guilherme Koerber · Sep 9, 2021

Default Purge Does Not Delete Streams

InterSystems informed that this is a characteristic and that it is explained in the documents mentioned below.
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

IntroductionSince version 2019.2, InterSystems IRIS has provided their Native API for Python as a high-performance data access method.