Search

Clear filter
Question
Fabio Goncalves · Mar 21, 2016

Create dynamic %Object with object ID

%ObjectToJSON(tmp)return st this is my code which i used for fetch all data from table. correct me if anything wrong , i m new to intersystems. is any possibility to fetch all record
Article
Marcel den Ouden · Mar 29, 2016

My license key does not work - common causes

s sc=$system.License.IsValidKey("C:\InterSystems\Ensemble14\mgr\cache.key",.restart,.reason) if 'sc { d $system.OBJ.DisplayError(sc) } else { w sc } command to see all available
Discussion
Maks Atygaev · Mar 28, 2020

Why Declarative ObjectScript is not a framework/tool but a matter message

DISCLAIMER: I am not an InterSystems engineer or a professional ObjectScript developer. I just want to share my opinion about some things I am really miss in ObjectScript.
Question
david clifte · Sep 27, 2016

List Medical Records of an Patient

this: SELECT * FROM HS_SDA3_Streamlet.Encounter WHERE SourceMRN = '12345' (Replace 12345 with the MRN of the patient you want to list the records of) But as Robert mentioned, Intersystems
Question
Jochen Roese · Aug 27, 2019

Can't install Caché on Windows 10

Installation-Files from ISC (none found)- Searching registry for ISC entries (only non necessary keys found like "last searched terms", and entries for the services like CacheHTTP)- C:/Intersystems
Question
Brian Downing · Jan 7, 2018

How to control print position on Cache Terminal

I am using the free Intersystems Cache installation (CachePCkit V2017.1) on Windows 10 for my own use & personal development.I am writing routines in Studio & running them
Question
Roberto Cahanap · May 30, 2018

Git / Atelier question

You do not necessarily need to create a new project each time you launch Atelier or add something to source control.There are a number of videos on the InterSystems Learning Services
Question
Nigel Salm · Jun 11, 2021

Backup Software

Here is another great article that I would suggest as a reference covering the topic of external backups: https://community.intersystems.com/post/intersystems-data-platforms-and-performance
Question
Oliver Wilms · Apr 19, 2025

Problem with ollama container in langchain-iris-tool

I went to IRIS Tool Chat and entered this query: list my namespaces It ran a while and then I got this response: Error performing Intersystems IRIS operation: Unsupported operation:
Article
Macey Minor · May 3, 2024

Demo: Connecting Locally to an S3 Bucket without an AWS Account

We used ObjectScript with embedded Python to communicate with Intersystems IRIS and AWS simultaneously.
Article
Iryna Mykhailova · Mar 24, 2024

What more can be done with lists in SQL (%DLIST, %INLIST, FOR SOME)

💡 This article is considered InterSystems Data Platform Best Practice.
Question
David Saunders · Aug 8, 2025

How do I release unused licenses in Cache 2018.1.7

If not, you might need to discuss more advanced license configurations with InterSystems to avoid unnecessary reoccurring restarts [1][3].
Discussion
Laura Blázquez García · Aug 14, 2025

Best practices for Streams in Interoperability

I have asked InterSystems, and they recomended me to use QuickStream instead of %Stream.GlobalCharacter.
Article
Liam Evans · Jun 18, 2025

How to create your own search table for HL7 messaging

You'll be in the top 100 of the global masters, you'll have more than 500,000 points, and a veritable trousseau of InterSystems products in your home.
Question
Evgeny Shvarov · Jan 15, 2023

CSV to CSV data transformation using Interoperability

library to read and write CSV files and a mecanism that generates an appropriate message class based on a declarative definition (see Using the Record Mapper | Developing Productions | InterSystems