Search

Clear filter
Article
Sam Duncan · Dec 2, 2020

Cube Event Monitor available on OpenExchange!

InterSystems IRIS Business Intelligence provides the Cube Registry as an interface for managing and scheduling build and synchronize tasks for your cubes.
Question
Jenna Makin · Dec 9, 2020

Best practice for storing secured passwords in objects

InterSystems IRIS supports CLS. Internal - hides property from docs.
Question
Michael Jobe · Jan 26, 2021

SAM Add New Cluster Failed.

I installed a community version of Intersystems IRIS in a Large AWS EC2 instance to do some testing.
Question
Paul Riker · Jul 11, 2016

Database Table Size

%Execute("c:\intersystems\ens20163a\mgr\ensemble","","*") while resultset.%Next() { write !, resultset.
Question
Mike DeMar · Oct 16, 2017

Need example for class method within EnsLib.EDI.XML.Prop (choiceGetCount())

Is there a particular function available from InterSystems that you're aware of to accomplish this? If not, that's fine.
Article
Joyce Zhang · Jun 23, 2017

Atelier 1.1 Beta Updates – June 2017

an active server connection; in addition, the import wizard is more robust and can handle large XML filesSupport for Feature Tracker, which is a safe and trustworthy approach for InterSystems
Question
Jason Melton · Aug 16, 2017

HealthShare and NHS Care Connect FHIR api

JasonI am a product manager at InterSystems looking at our HealthShare family of products.
Article
Oliver Wilms · Apr 24, 2020

REST for Tasks on my Status Report

Currently I participate in InterSystems IRIS with REST API Programming Contest. My idea for this contest was to create an app to help me keep track of tasks for my Status Reports.
Question
Stephen De Gabrielle · Dec 27, 2018

FHIR Documentation/tutorials

[https://community.intersystems.com/post/fhir-documentationtutorials#comment-61731] The InterSystems documentation does not currently contain examples of creating FHIR / HL7v2 transformations
Question
Tirthankar Bachhar · Oct 27, 2016

How to track the last modified by user name

E.g: ;Sample.Address.1 ;(C)InterSystems, generated for class Sample.Address.
Question
Vivek Nayak · Dec 31, 2019

How to save file/image at some specific folder.

%New() Set sc=file.LinkToFile(path) Do file.Write(decode) just for information I have created web api in intersystem iris and at front end I am using angular.
Article
Yuri Marx · Jul 13, 2020

Machine Learning with IntegratedML and Sapphire

The new InterSystems IRIS Advanced Analytics has an AutoML engine, the IntegratedML, in addition to working with two other very famous ones, the H2O or DataRobot (as additional options
Question
Dmitry Maslennikov · Jan 16, 2020

Custom Login Page for IRIS

I use docker version of IRIS built by InterSystems. And I managed to get it worked only when I set public read permission for %DB_USER in case of user namespace.
Question
Dmitry Maslennikov · May 6, 2019

Cross Caché/IRIS development

How InterSystems solve such issue?I found that when export class in xml, with qualifier /exportversion=2017.1, it will convert classes back to supported by Caché.
Question
Leon Stokes · May 13, 2019

From Cache how to Retrieve and Use/Reuse a Bearer Token to authenticate and send data to REST web service?

The target REST web service is a 3rd party not using Intersystems products.public static TokenResponseModel getBearerToken(string siteUrl, string Username, string Password) {