Search

Clear filter
Question
Peter Steiwer · Apr 6, 2018

Class storage definition in atelier

Perhaps once the early phases of development are finished these diffs will become less active and not a problem.The second reason is that I have been developing on both Caché 2017.2 and InterSystems
Announcement
Amanda Duff · Nov 14, 2019

Junior Application Support Analyst - Manchester, England

Desired requirements: Experience within a similar role Experience of using CODAS Experience of MUMPS or InterSystems Caché programming languages Experience with Windows operating
Question
lw lw · Nov 14, 2019

I need to restore the previous part of the log,what do I need to do?

By a TCOMMIT (in synchronous commit mode, which causes the data involved in that transaction to be flushed to disk) if you are using InterSystems IRIS transactions.
Question
Scott Roth · Sep 5, 2019

Upgrading from 2015.2.2 to Health Connect 2019.1

I believe HealthShare Health Connect built with Caché 2015.2.2 is not a new enough HealthShare core version.Outside of that, it may be possible to manually convert to InterSystems IRIS
Article
Sanjib Pandey · Apr 23, 2019

FTP file download (all files, no of files) Option : copy file or move file

Method : to download the FTP file from intersystem cache : If you have any question please drop a message : ClassMethod FTPDownload(myFTP = "", myUserName = "", myPassword = "", sFileLocation
Question
Eduard Lebedyuk · May 17, 2019

Is there a way to get [ Internal, Private ] property?

As %String { Set pd=$system.CLS.Property(propName,oref,0) Set slot=$piece(pd,"^",2) Set value = $zobjval(oref,slot,0,3,slot) Quit value } I'd like to get an Intersystems
Question
Vikram Annadurai · Jul 17, 2019

Getting "Service Unavailable" Error on PostMan

Web Application Configuration: PostMan Error: PropertyName.cls CROSRestApi.cls Please post CROSRestAPI as text.Can you get InterSystems IRIS or a complete version
Article
Muhammad Waseem · Oct 15, 2021

How to update result reference range and abnormal flag accordingly using HL7

Hopefully will consider them in next release.Thanks Hi Muhammad, Your video is now on InterSystems Developers YouTube: ⏯ LabResultsVerification-HL7 Demo Thanks for your
Question
Utsavi Gajjar · Feb 25, 2022

Monitoring Status of IRIS Production

KEY=EMONITOR_ALERTS#:~:text=InterSystems%20IRIS%20can%20automatically%20send,there%20is%20no%20automatic%20notification.
Question
Mike Williamson · Nov 17, 2023

How to find out details on what caused an automatic transaction rollback.

I'm working for an organisation that is running a very old version of InterSystems Cache (5.016) which runs on AIX .
Question
Scott Roth · Jan 13, 2024

Accessing EnsLib.HL7.Message Header properties within a DTL

You can pass the value to the DTL using the transformation auxiliary parameter, as described in the documentation : Working with Rules | Developing Business Rules | InterSystems IRIS
Question
Evgeny Shvarov · Jun 19, 2023

How do I use $znspace and Other $Functions and $Variables in Embedded Python?

ZTIMEZONE – Contains the time zone offset from the Greenwich meridian >>> iris.cls("%SYSTEM.SYS").TimeZone() 0 $ZVERSION – Contains a string describing the current version of InterSystems
Question
Gautam Rishi · Jun 21, 2023

Need help with git-source-control setup in IRIS

(write $zv) In general, feel free to file a GitHub issue at https://github.com/intersystems/git-source-control/issues Hi Gautam!
Question
Lewis Houlden · Jun 30, 2023

Is it possible to revert the BRE editor UI in 2023.1

Hello We are in the process of upgrading to 2023.1 for InterSystems Health Connect, and the Business Rule Engine editor is very difficult to use compared to 2022.1.
Question
Eduard Lebedyuk · Nov 29, 2017

Callout - how to get something beyond simple datatype (or return several datatypes)

va_arg(ap, void*)); len -= n; p += n; } va_end(ap); if (len==0) return -1; --len; *p++ = '\0'; return 0; } $LISTBUID() format is not doucmented so that InterSystems