Search

Clear filter
Article
David Loveluck · Aug 27, 2019

APM – Monitoring SQL Query Performance

The article is considered as InterSystems Data Platform Best Practice. @David.Loveluck, thanks for sharing!Do you want also to submit the code to Github and Open Exchange?
Question
Laura Cavanaugh · May 11, 2020

Clones, oref reference count, and scope

InterSystems products have automatic garbage collector. I'm not sure on the specifics. Calling @Daniel.Pasco. I'll unswizzle everything I can; thanks!
Question
Anna Golitsyna · Nov 11, 2020

Running code on another machine

@Evgeny.Shvarov If by mirroring you mean this, https://www.intersystems.com/resources/detail/intersystems-cach-database-mirroring-a-technical-overview/, it seems like a huge overkill
Question
Brian Shingle · Nov 18, 2020

JWT generation for Google

how to do that from an IRIS server.I've set up an OAuth 2.0 client with one client configuration, attempting to follow the documentation in https://community.intersystems.com/post/intersystems-iris-open-authorization-framework-oauth
Question
Evgenii Ermolaev · Jan 26, 2021

Individual Backup List for every Backup Task

https://community.intersystems.com/post/intersystems-data-platforms-and-performance-%E2%80%93-vm-backups-and-cach%C3%A9-freezethaw-scripts Cheers TC
Question
David Sterngast · Apr 4, 2021

$zf call out to Window DIR command not working when running concurrent process

(from $ZF(-100) | InterSystems IRIS Data Platform 2024.2) - but when only one copy is running it appears to be fine with "" as the flags argument.
Article
Evgeny Shvarov · Dec 14, 2015

Cache Web Terminal Release 3.1.4

Now supports InterSystems IRIS! See the details.
Article
王喆 👀 · Feb 7, 2023

IRIS quick query service idea sharing

I recently participated in the InterSystems Developer Tools Contest.
Question
Jean Millette · Apr 26, 2023

Issues with Publishing Power BI Reports with DirectQuery Connection to IRIS?

As an attempt to improve responsiveness, I'm trying out the "DirectQuery" connection using the InterSystems IRIS connector available in our version of Power BI Desktop (September 2021
Question
Jon Astle · Jul 20, 2023

Non-Standard HL7 Interface Assistance Needed

More complex scenarios involving multiple responses (ack/nack) are supported (see Important HL7 Scenarios | Routing HL7 Version 2 Messages in Productions | InterSystems IRIS for Health
Discussion
Eduard Lebedyuk · Jan 26, 2024

Code Golf: Multi-Tap technique

Do $$$AssertEquals(##class(codeGolf.MultiTap).ToKeyPad("Dumbphone TEXT"), "38862274466666330833998") Do $$$AssertEquals(##class(codeGolf.MultiTap).ToKeyPad("InterSystems
Question
Eyal Levin · Jan 28, 2024

External backup - exceeding the maximum duration specified

Next InterSystems IRIS backup must be a full one" our backup system "Commvault" is automatic, how do you tell it once you get this message that the next backup should be full?
Discussion
Eduard Lebedyuk · Mar 5, 2024

Work Queue with bidirectional communication

Work Queue Manager (WQM) is a feature of InterSystems IRIS that enables you to improve performance by distributing work to multiple concurrent processes programmatically.
Announcement
Anastasia Dyubaylo · May 13, 2024

Time to vote in the Vector Search, GenAI and ML Contest

Experts nomination: InterSystems experienced jury will choose the best apps to nominate the prizes in the Experts Nomination.
Question
Michael Davidovich · May 18, 2022

Unit Testing Conventions/Best Practices - Where Do They 'Live'?

If you're using InterSystems' package manager it makes tests much easier/more natural to run. Thanks @Pravin.Barton!