Search

Clear filter
Article
Joel Solon · Dec 30, 2021

Did you know that IRIS Terminal could do this?!?! History and Aliases!

When it's just a few sentences wrapped around a link to InterSystems documentation!
Article
Aya Heshmat · Mar 27

2025.1 Modernizing Interoperability User Experience

This is my container: ARG IMAGE=containers.intersystems.com/intersystems/iris-community:latest-preview But I can't see the button.
Article
Luis Angel Pérez Ramos · Jun 16

Configuring OpenTelemetry in IRIS

Open Telemetry con IRIS InterSystems IRIS leverages the features available through the OpenTelemetry SDK to allow the export of all telemetry generated by the configured instance.
Article
Mike Kadow · Sep 15, 2016

NewBie's Corner Session 27 Traversing A Global with $Order Part 1

I also like globals visualization which you can find in InterSystems Caché documentation. http://localhost:57772/csp/docbook/DocBook.UI.Page.cls?
Article
Joyce Zhang · Sep 21, 2017

Multi-server Development with Atelier and Git

Is your development team following best practice now that source control and continuous integration testing are better supported by InterSystems new IDE Atelier?
Article
Kurro Lopez · Jun 24, 2018

Translate a number to text

Your repo was mirrored to [intersystems-community/CosNumberTranslate](https://github.com/intersystems-community/CosNumberTranslate) Thank you for the helpful app!
Question
Eduard Lebedyuk · Feb 4, 2019

Consume data from websocket

code examples on send / receive will help Consider updating to InterSystems IRIS.
Question
Akshat Vora · Feb 22, 2020

Convert an array to a JSON string

%Set(key,subJSON) set key = $order(array(key)) } return JSON } See:JSON Representation of a global structureCogs LibraryIntroducing InterSystems IRIS Document Database (DocDB)
Question
Oliver Wilms · Jun 5, 2020

Running multiple containers - File sharing

persistent instance because you can freely stop a container, and then start a new one with the same ISC_DATA_DIRECTORY and have a new container - possibly with a newer version of InterSystems
Question
Sorin Fratila · Feb 4, 2021

Development and production servers with GIT as version control

Use InterSystems Docker images - this is a more IRIS way then Caché.
Question
Michael Lei · Jun 15, 2021

Any interesting apps on Raspberry Pi with IRIS?

If you use V S Code then there are a number of Objectscript Extensions available and they are all useful https://openexchange.intersystems.com/package/intersystems-iris-dev-template
Question
Benjamin De Boe · Jan 28, 2016

Can we map CSP pages from another namespace?

Unchecked "Lock CSP Name" AND "Autocompile" (this should be done in both /csp/samples and /csp/samples2) - pointed "CSP Files Physical Path" to c:\intersystems
Article
Julian Matthews · Jul 21, 2021

Splitting ORU Messages using ObjectScript and DTL

little light to be something for Open Exchange, but if there is any interest in me uploading it there or somewhere else, please let me know) 💡 This article is considered as InterSystems
Question
Phillip Wu · Feb 13, 2023

IRIS mirror - arbiter status

Primary or Backup === systemctl list-units --type=service|grep -i iscISCAgent.service loaded active running InterSystems
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

The code is available from this URL: https://github.com/intersystems-ib/workshop-sql-jgw In our docker-compose.yml file we are going to configure the images that we use: version: