Search

Clear filter
Article
Benjamin De Boe · Jun 7, 2016

iKnow Feature Overview - Sentiment Analysis

Starting with version 2015.2, InterSystems’ iKnow technology supports identifying sentiment as an attribute in the same way as the negation attribute, which was introduced in 2013.1
Question
Laura Cavanaugh · Jun 28, 2016

simplest 835 transform returns "unrecognized segment IAS found after segment 0"

I might be able to help anyone with questions about it, although InterSystems is very good at responding to WRC ticket requests. Thanks go to Michael Breen at IS.
Question
Ian Minshall · Sep 14, 2017

Conflict Resolution Wizard

It is very much the nature of applications built on top of InterSystems technology, and it is certainly a challenge.
Article
Anton Umnikov · May 31, 2021

Amazon EKS and IRIS. High Availability and Backup

eksctl create cluster \--name my-cluster-arm \--node-type m6g.2xlarge \--nodes 3 \--node-volume-size 500 \--region us-east-1 tldr.yaml containers: #- image: store/intersystems/iris-community
Article
Henrique Dias · Aug 20, 2019

Dashboard IRIS History Monitor

Following the article by Evgeny ShvarovUsing Docker with your InterSystems IRIS development repositoryhttps://community.intersystems.com/post/using-docker-your-intersystems-iris-development-repositoryI
Article
Muhammad Waseem · Apr 1, 2025

Iris-AgenticAI: Enterprise Automation Powered by OpenAI’s Agentic SDK for Intelligent Multi-Agent Workflows

Local function) Addition Tool (Local function) MCP application is running at http://localhost:8001 MCP Server Vector Search (RAG) functionality The MCP Server is equipped with InterSystems
Question
Scott Roth · Jan 2

Defining REST API using iris-rest-api-template - Need guidance

Defining my first REST API within InterSystems using iris-rest-Api-template as a basis and I am seeing if someone could provide me some guidance to see if I can make it work.
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
Yone Moreno · May 19, 2020

JavaGateway exception: zGetJavaVersion+22^%Net.Remote.Service.1 ‽‽

If not /usr/java/jdk1.8.0_65 you might need to restart the InterSystems IRIS instance.
Question
Paul Hula · May 22, 2020

CSP - Download file, manipulate and return as attachment

.xlsx file, manipulates the file (in COS) How are you manipulating xlsx in InterSystems ObjectScript?
Question
Rubens Silva · Aug 9, 2017

%FromJSON doesn't support %Stream on a property basis

Take a look at the reference for the %DynamicArray and %DynamicObject classes in the InterSystems IRIS 2019.1 preview: https://irisdocs.intersystems.com/iris20191/csp/documatic/%
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
Aya Ayuk · May 3, 2023

Best Way to Split Class into Multiple Classes

Doing this in Intersystems Studio. may I ask why you would want to do this? What is the downside of the methods all being in the same class?