Search

Clear filter
Discussion
Evgeny Shvarov · Sep 28, 2020

%Status usage in ObjectScript

Usually I do this: set sc = ..method() /// finalization quit:$$$ISERR(sc) sc AFAIK Try/catch indeed slows a bit the execution (@Dan.Pasco is it true?)
Question
Ward De Backer · Oct 26, 2022

IRIS Native api for Node.js: all calls synchronous?

It does, indeed, appear to be synchronous which is good in that it makes it easy to use and understand, but very bad for the reasons you describe that relate to Node.js concurrency,
Article
Lorenzo Scalese · Feb 14, 2023

Generate client SOAP and REST

Indeed !The copy paste from google drive create links to my google account ...Thank you for this report I modify that asap. Change done.Let me know if the problem persists.
Article
Benjamin De Boe · Nov 9, 2023

Connecting to Cloud SQL with DBeaver using SSL/TLS

Sometimes "Less is more" indeed :) Here a simple python test used : import iris import ssl import getpass import os def main(): connection_string = "k8s-092c0f86-acbb1223-47d44444fb
Question
Murray Oldfield · Mar 19, 2021

SAM - Hacks and Tips for set up and adding metrics from non-IRIS targets

I suggest you check online, possibly: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html/managing_containers/index or contact Red Hat support
Article
Robert Cemper · Jul 15, 2021

The future position of ObjectScript

Don't pay attention, someone very needs an Apple iPad.
Question
prashanth ponugoti · Oct 12, 2021

ENS ,ENSLIB Tables not able to access from my namespace

* Checking DocClassMap + DocClassMap already present in namespace 'TEST'; no upgrade steps needed * Checking for incorrect Timestamp indices - No UTC index globals need to be
Article
Eduard Lebedyuk · Sep 26, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part XI: Interoperability

Welcome to the next chapter of [my CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index), where we discuss possible
Article
Joel Solon · Dec 29, 2016

Creating a Custom Application Monitor Class and an Alert

If your class collects and stores multiple rows of data (as our example class does), add an INDEX property that specifies the property or properties (comma-delimited) that form the
Article
Eduard Lebedyuk · Mar 24, 2017

Logging using macros in InterSystems IRIS

ZEN.proxyObject | reference count: 2 +----------------- attribute values ------------------ | %changed = 1 | %data("prop1") = 123 | %data("prop2") = "abc" | %index
Article
Fabio Goncalves · Apr 18, 2017

Tracking Data Changes - Audit Log - 1 of 2

Class Sample.Person Extends (%Persistent, %Populate, Sample.AuditBase){ Property Name As %String [ Required ]; Property Age As %String [ Required ]; Index
Article
Iryna Mykhailova · Sep 25, 2018

Implementing concurrent access to shared resources using Semaphores

global,Showing logs,Saving the names of active users to the global (^LoggedUsers),Selecting a random name from the list of active users,Removing a name of the active users global by index
Article
Mark Bolinsky · Dec 5, 2016

InterSystems Technologies on Amazon EC2: Reference Architecture

Index, Personal Community, Health Insight, and Health Connect.
Article
Kurro Lopez · Jun 19, 2023

Open AI integration with IRIS

First, we must create an account and provide a payment method to be able to use the API. The cost is relatively small and depends on the use you want to give it.
Question
Laura Cavanaugh · May 12, 2017

Need to good way to convert objects to array in 2014

%New("%DynamicQuery:SQL") set sc=rs.Prepare("select Name, RuntimeType, Type from %Dictionary.CompiledProperty where parent=? and NOT Name [ '%'") set sc=rs.Execute(pObject.