Search

Clear filter
Article
Alberto Fuentes · Feb 23, 2023

Publish / subscriber example in IRIS

# Infrastructure This is built on top of InterSystems IRIS interoperability features, it needs a running production.
Question
Werner Noske · Jan 21, 2022

How to delete EnsEDI Globals?

When I installed the IRIS 2021.2 Community Edition, I found some Globals, which seem to be set for the Intersystems Ensemble and DeepSee products.
Article
Evgeny Shvarov · Mar 31, 2018

What Are You Using For Issue Tracking?

In projects with InterSystems Data Platform, I worked with Redmine, JIRA, Trello.
Question
Andreas Schneider · Dec 30, 2021

LOAD DATA with [SQLCODE: <-400>:]... any idea?

Due to specific interactions with InterSystem's JDBC clients with IRIS, "" is interpreted as NULL when inserted as a string.
Question
Minsu Kim · May 9, 2018

Question: Are there any restrictions on the number of SQL commands?

Hello Global masters.I am junior developer about Intersystems cache in South Korea.I want to develop process management program on server.My code : TESTPID(IP) ; #include %
Article
Eduard Lebedyuk · Jan 7

Remove deleted classes after import

.*" set dir = "C:\InterSystems\src\" set sc = $SYSTEM.OBJ.LoadDir(dir,"ck", .err, 1, .loaded) set sc = $SYSTEM.OBJ.Delete(packages _ ",'" _ $LTS($LI($LFS(loaded_",",".cls,"), 1,
Question
Marcel den Ouden · Apr 4, 2024

VSCode connect to non-existing namespace - unable to select other namespace

Why not just delete it from your workspace then add the new namespace from the Intersystems tab? Sorry was busy with other stuff. Seems to work fine. Thanks!
Discussion
Jose-Tomas Salvador · Oct 21, 2022

FHIR Intellisense in ObjectScript

Time ago I added an entry in the InterSystems site for Ideas/Suggestions, open to the community.
Question
reinhard lebensorger · Sep 17, 2019

Cache and SQL Performance

SQL optimization is a HUGE topic (as has been mentioned) but InterSystems products are VERY good at JOIN-ing large tables.
Article
Carlos Sepulveda Mancilla · Dec 8, 2023

Running IRIS Community docker image as a WSL 2 machine

Start the Docker service: sudo systemctl docker start Pull the image from DockerHub: docker pull intersystems/iris-community:2023.3 Run the IRIS container inside Docker:
Question
Kari Vatjus-Anttila · Dec 21, 2023

Container: FHIR Configuration Utility returning 404 error after upgrading IRIS

If you can't upgrade now I suggest you turn to your local InterSystems account team (@Anssi.Kauppi / ​​@Janne.Korhonen) and/or InterSystems WRC (you can reference the internal fix IF
Announcement
Anastasia Dyubaylo · Nov 23, 2022

Advent of Code 2022: join ObjectScript contest to win and have fun!

In InterSystems ObjectScript DCmembers are registered members of InterSystems Developer CommunityYOU are, a DC member as you post here OK, so I tried that to see how it works and if
Article
Luca Ravazzolo · Jan 31, 2018

Container - What is a Container?

The article is considered as InterSystems Data Platform Best Practice.
Article
Yuri Marx · Oct 2, 2024

Control IRIS database schema changes with Liquibase

/intersystems-iris-dev-template.git 2.
Question
Yone Moreno · Aug 17, 2020

Production message filtering: How could we find a substring inside a GlobalCharacterStream?

resultado,1) FROM Tabladondesealmacenanesosmensajes where ID>'algunidparanobuscarentodalatabla' AND SUBSTRING(resultado,1) LIKE '%C0006%' Referencia View stream properties in SQL | InterSystems