Search

Clear filter
Announcement
Anastasia Dyubaylo · Jan 7

Developer Community Annual 2024 Recap

SQL Best Practices (or "How to Avoid Both SQL Injection Vulnerabilities and Spaghetti Code") By Timothy Leavitt 830 Converting .PPK key files for use with SFTP and SSH in InterSystems
Announcement
Evgenia Kurbanova · May 13, 2021

Meet the Global Masters Winners for April!

Thanks to all the winners for your constant great contribution to InterSystems Developer Community! Let's congratulate our Heroes in the comments below!
Question
Norman W. Freeman · Oct 29, 2021

How to migrate a CACHE database and code to IRIS ?

What I tried is to copy C:\InterSystems\Cache\mgr\CACHE.DAT to C:\InterSystems\IRIS\mgr\IRIS.DAT (after shutting down both instances) but it does not work.
Question
Sylvain Guilbaud · Feb 25, 2022

How to configure SAM to monitor containers or local instances ?

/volumes/InterSystems:/InterSystems - .
Question
Evgenii Ermolaev · Mar 30, 2021

Get user properties outside of %SYS namespace

Full disclosure, I work at InterSystems, but I try not to say anything on the community that goes beyond the bounds of what a non-InterSystems community member would be able to say.
Article
John Murray · Mar 11, 2016

Using Class Queries - %SQL.Statement versus %Library.ResultSet

C:\InterSystems\EMS D 2013-10-22 10:10:17 2014-05-12 11:44:27 EMS C:\InterSystems\Ensemble10 D 2013-01-12 09:28:38 2015-11-06 12:
Article
Alexey Maslov · Mar 16, 2020

cmPurgeBackup as useful add-on to IRIS/Caché Online Backup

Which InterSystems products are supported by cmPurgeBackup?
Announcement
Anastasia Dyubaylo · Nov 6, 2022

Key Questions of the Month: October 2022

not ordered as expectedby Laura Cavanaugh InterSystems IRIS for Health Share ZPM technique?
Discussion
Neerav Verma · Dec 19, 2019

Web Technologies To Choose - Opinion Wanted

Neerav, For internal applications within InterSystems, we've chosen a webapp strategy of: - REST services from Caché/InterSystems IRIS - Angular8 - Angular Material We are part-way
Announcement
Anastasia Dyubaylo · Sep 5, 2022

Key Questions of the Month: August 2022

with Calculated Measures/Growth Rateby Max Maduri And now it's time to announce the Key Questions of August chosen by InterSystems Experts!
Article
Maria Nesterenko · Jan 28, 2024

Small Steps, Big Changes: Habit Tracker for Your Health

Tools like InterSystems FHIR play a pivotal role in achieving this balance.
Discussion
Neerav Verma · Jul 29, 2020

IRIS vs Other integration engines

Just to give an idea here is a link of Dell Boomi connectors https://help.boomi.com/bundle/connectors/page/c-atm-Connectors.htmlI wanted to ask Intersystems if they do have any plans
Question
Dmitry Maslennikov · Aug 16, 2020

No StructureDefinition in FHIR out of the box

Is it possible to load that data, that should be correct for InterSystems FHIR realization?
Announcement
Bill McCormick · Feb 1, 2016

Caché 2016.2 Field Test Preview & WebEx Invitation

confCode=5568713526Conference Code: 556 871 3526Here is the link to the recording:https://intersystems.webex.com/intersystems/ldr.php?RCID=a2707a74e6a9e1c9f46bc506159db5ce
Question
Marlin Mixon · Apr 14, 2021

Parsing Object Script arrays in Python

HS.Data.OIDMapD") for subscript, value in Iter0.items(): print(f"subscript={subscript}, value={value}") Here is the result: subscript=1, value=2.16.840.1.113883.3.86ISCInterSystems