Search

Clear filter
Question
Rubens Silva · Sep 6, 2019

%File: Method Exists returns TRUE also for directories?

```objectscript write ##class(%File).Exists("/InterSystems") 1 ``` Would you guys classify this as a bug or as an intended behavior?
Question
Vikram Annadurai · Aug 10, 2019

What is difference between zen page and zen application

Using Zen Introduces Zen, the InterSystems framework for web application development.Developing Zen Applications Addresses advanced Zen application programming issues such
Announcement
Paul Gomez · Mar 14, 2016

Developer Community March 15th Update - New Subscription Options

been reported elsewhere there is RSS feed for whole community portal - https://community.intersystems.com/rssAlso, Eduard has created wider feed which includes both StackOverflow [InterSystems
Question
Laura Cavanaugh · Nov 3, 2017

Best practice on managing encryption keys for multiple instances on multiple servers

This seems like a question you would want to have a reasonable answer for before considering sending a key over the network.You might also want to look at the features in InterSystems
Article
Robert Cemper · Oct 22, 2022

Reviews on Open Exchange - Oct. 2022

table, th, td { border: 1px solid black;} # Package Review Stars IPM * 1 BlocksExplorer 6* must have for DB admins 6.0 2 Docker InterSystems Extension
Question
Kevin McGinn · Sep 19, 2022

Python method; issues with status returned from run_class_method

Have you tried executing the same code from the InterSystems terminal?
Question
Eriks Tauckels · Apr 6, 2018

sequence pattern querying like with Oracle's MATCH_RECOGNIZE

Do Intersystems have plans to adopt this "2007 ANSI standard proposal" and "SQL:2016 standard"My problem is regular need to do analytics on medical lab data dynamics and correlations
Question
Yuri Marx · Nov 26, 2021

Debug IRIS docker instance

2019 during a session hosted by @Jeff.Fried but unfortunately the YouTube video of that session has since been set private (see item 10 at https://community.intersystems.com/post/intersystems-global-summit
Question
amine benchaou · Feb 20, 2020

Sql request

InterSystems IRIS includes an excellent SQL optimizer that will consider all the conditions (and other clauses) in your query and decide on the most efficient path to access the data
Question
Scott Roth · Sep 25, 2024

LDAP Authentication Question

We had a momentary issue where InterSystems HealthShare Health Connect could not connect correctly to LDAP.
Question
Adam Doherty · Jul 3, 2024

Polybase and IRIS

Try using the InterSystems ODBC driver which you can obtain from the Software downloads area of the Worldwide Response Center web page.
Question
Mathew Rimmington · Jan 24, 2024

VSCode Dot Syntax Indentation

In VS Code using the InterSystems ObjectScript extensions, I'd like the indentation applied to match that of IRIS Studio.
Question
Jani Hurskainen · Oct 30, 2024

Sonatype Nexus as IPM repository?

Just noticed https://github.com/intersystems/ipm/pull/541 that is bringing in OCI support.I know nothing about OCI/ORAS except what I just read from here: https://oras.land/docs/Do
Article
Laurel James (GJS) · Oct 25, 2021

It’s in your code – how software maintainability can positively impact your organization.

InterSystems technologies are renowned for their high performing databases, which support the systems and operations of many organisations.
Article
Kate Lau · Dec 30, 2024

Creating a REST client to get Tracks from Spotify REST API - Part3 Get some data (e.g. Artists)

Last Chapter: Creating a REST client to get Tracks from Spotify REST API - Part2 Save and Refresh Token Git link: https://github.com/ecelg/InterSystems-IRIS-as-a-Spotify-REST-client