Search

Clear filter
Article
Steve Lubars · Sep 9

Share volumes across pods and zones on GKE

Please note that InterSystems is not responsible for any costs incurred in the following examples.
Article
Daniel Kutac · Feb 11, 2019

Using Oauth2 with SOAP (Web)Services

💡 This article is considered as InterSystems Data Platform Best Practice.
Article
Rob Tweed · Dec 20, 2021

Holiday Reading: What Lies Beneath!

practices, you might want to dive into this detailed exploration of the database engine that is at its heart, and discover just what you can really do with it, going way beyond what InterSystems
Article
Evgeny Shvarov · Feb 20, 2018

Visualising Analytics With DeepSee Web: Using Drill Down and Drill Through, Working With Pivot Tables and indicators

I showed all the examples with DC analytics, which you can examine here or clone this repository and play in your own Caché, Ensemble, InterSystems IRIS!
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
Scott Roth · Nov 13, 2018

JDBC Gateway Server - Automatically Start

ThanksScott RothThe Ohio State University Wexner Medical Center And a ZMIRROR routine is useful if you're using InterSystems mirroring and need things to happen only on the primary,
Question
Yaniv Ben Malka · Nov 6, 2018

Detection of last update timestamp of each class row (DSTIME ?)

@Evgeny Shvarov What is great about InterSystems objects is that you exactly know what's going on with your data.
Question
Jonathan Lent · Sep 25, 2023

Python OBJECT_DISPATCH error with accompanying irisload.py error

_bootstrap>", line 925, in _find_spec09/25/23-09:41:38:353 (13436) 0 [Python] File "g:\intersystems\irishealth2019\lib\python\irisloader.py", line 179, in find_spec From what
Article
Iryna Mykhailova · Mar 31, 2023

Using JSON in IRIS

USER>set json = { "decimal": (12.000)} zw json json={"decimal":12} ; <DYNAMIC OBJECT> USER>set n=12.000 zw n n=12 💡 This article is considered as InterSystems
Article
Yuri Marx · Apr 18, 2023

Tokenize your sensitive data

original value using the ticket: Method: GET URL: http://localhost:8080/token/query-ticket/TICKET-VALUE-HERE See your original values All tokens generated are stored into InterSystems
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?
Article
Oliver Wilms · Jul 25, 2022

Python for test-data

My interest was renewed when InterSystems offered bonus points for using Python in contests.
Question
Menno Voerman · Jul 13, 2023

Embedded Python and IRIS Streams

This one works but will first create a string from the Stream but will fail when the csv is bigger then the Intersystems string limit Class ZORG.BP.CsvToExcel Extends Ens.BusinessProcess
Article
Mark Hanson · Feb 27, 2023

Improvements to how IRIS classes are generated and called

This is MB" quit } } // for example: set old=##class(My.Mnemonics).SetMnemonics() write /ma(123) do ##class(MyMnemonics).SetMnemonics(old) 💡 This article is considered as InterSystems