Search

Clear filter
Question
Evgeny Shvarov · May 19, 2020

How can I check that the value is String or Integer or Date?

%New(),$lb(),$factor(1),$c(7) { w ##class(%Utility).FormatString(i)," => ",..ValType(.i),!
Discussion
Evgeny Shvarov · Sep 28, 2020

%Status usage in ObjectScript

Besides "resources", clean-up code may restore state of any kind--globals, files, the current namespace, etc.
Announcement
Evgeny Shvarov · Feb 4, 2021

Technology bonuses in InterSystems IRIS Grand Prix Contest

Save, examine, modify and restore Python context from InterSystems IRIS. Learn more about Python Gateway.
Article
Luis Angel Pérez Ramos · Apr 10, 2023

Sending DICOM files between IRIS for Health and PACS software

It is increasingly common to include a VNA (Vendor Neutral Archive) system in organizations that is responsible for centralized storage and viewing of all DICOM files used by the organization
Article
Yuri Marx · Jul 19, 2023

Using the new InterSystems IRIS Hibernate 6 Dialect for a Springboot Project

With Hibernate a software can use the main DBMS in the market, including the capability to change the database vendor any time, without source code impact.
Article
Murray Oldfield · Sep 7, 2023

AWS storage. High write IOPS. Compare gp3 and io2.

For example, RANWRITE uses the IRIS WD cycle, resulting in a burst of large WIJ IOs and random database writes that are not usually expected or understood by storage vendors.
Article
Yuri Marx · Apr 23, 2024

How to persist XML data to IRIS Database using IRIS Interoperability

This approach is valid for any database vendor, including Oracle, SQL Server, DB2, MySQL and PostgreSQL, when you need to persist XML data to an SQL table.10.
Question
Evgeniy Potapov · Jun 20, 2024

Replacement for deprecated %ZEN class

Once one major browser vendor remove these features the rest will quickly follow.
Article
Steve Lubars · Sep 22

Share volumes across pods and zones on EKS

As you can see, their configuration can be highly esoteric and vendor-specific, but once working can be reliable and effective. 😀 Thank you for this article!
Article
David Hockenbroch · Nov 3

JWT Authentication

It is the same area where we authorize other authentication alternatives, e.g., LDAP and two-factor authentication.
Article
Danny Wijnschenk · Nov 1, 2017

Advent of Code 2016 Day1: No Time for a Taxicab

day6-signals-and-noise https://community.intersystems.com/post/advent-code-2016-day7-internet-protocol-version-7 https://community.intersystems.com/post/advent-code-2016-day8-two-factor-authentication
Article
Sergey Mikhailenko · Jun 2, 2020

Increasing the Security of the InterSystems IRIS DBMS

To fix it, you’ll need to restore some security settings to their original state. This can be done either via the management portal interface (security section) or programmatically
Question
Evgeny Shvarov · Nov 27, 2018

How do You Convert 8-bit Database to Unicode?

the principle of operation: A socket server is started on the remote database, the target client connects and executes the ZW ^MyGlobal.tab command, and then reads the result and restores
Article
Mikhail Khomenko · Nov 18, 2019

Deploying InterSystems IRIS Solution into GCP Kubernetes Cluster GKE Using CircleCI

Those who use it like it for the way it lets us easily deploy almost any application, play with it, break something and then restore the application with a simple restart of the Docker
Article
Istvan Hahn · Sep 30, 2016

Consuming RESTful Web Services

We want to understand the basic logic which might be decorated by validation/ error handling on your own.