Search

Clear filter
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
Article
Robert Cemper · Jul 15, 2021

The future position of ObjectScript

known scripting language compared to others. C as in this: C - InterSystems Programming Tools Index - Caché & Ensemble 2018.1.5 ? I understood about the main idea of a rarely
Question
prashanth ponugoti · Oct 12, 2021

ENS ,ENSLIB Tables not able to access from my namespace

needed * Checking for incorrect Timestamp indices - No UTC index globals need to be repaired. * Legacy CSP Portal not installed, so no legacy CSP pages recompiled. * Generating
Article
Alexey Maslov · Oct 20, 2020

Parallel Processing of Multi-Model Data in InterSystems IRIS and Caché

by the first index). - Search separately in each of them. - Assemble the search results. - Transferring the global to another server via a socket or ECP: - Break the global
Question
Murray Oldfield · Mar 19, 2021

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

/red_hat_enterprise_linux_atomic_host/7/html/managing_containers/index or contact Red Hat support for the process. I am on Linux Linux version 3.10.0-1127.19.1.el7.x86_64
Article
Nikita Savchenko · Apr 1, 2016

ObjectScript Class Explorer - Exploring ObjectScript Classes in the UML Notation

(classes that can be integrated into Persistent classes for creating complex data types, such as addresses), DataType (for creating a user-defined data types), Index, View and Stream
Article
Eduard Lebedyuk · Mar 24, 2017

Logging using macros in InterSystems IRIS

") = "abc" | %index = "" What’s next? The key potential improvement is to add another argument to the log class with an arbitrary list of variables created inside
Article
Joel Solon · Dec 29, 2016

Creating a Custom Application Monitor Class and an Alert

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 unique
Article
Fabio Goncalves · Apr 18, 2017

Tracking Data Changes - Audit Log - 1 of 2

, %Populate, Sample.AuditBase){ Property Name As %String [ Required ]; Property Age As %String [ Required ]; Index NameIDX On Name [ Data = Name ];} Testing
Article
Iryna Mykhailova · Sep 25, 2018

Implementing concurrent access to shared resources using Semaphores

users,Removing a name of the active users global by index. Class SemaphoreSample.Util Extends %RegisteredObject [ ProcedureBlock ] { /// initializing the log ClassMethod
Article
Stefan Wittmann · Feb 3, 2016

Introducing new JSON capabilities in Caché 2016.1

at the positional index 10. Keep in mind that arrays are zero-based. USER>do array.$set(10,"This is a string in a sparse array") USER>write array.$toJSON() [1
Question
Glenn van Bavel · Apr 11, 2017

SNMP: Terminal is "Unable to open Registry key

))); background: -moz-linear-gradient(top, rgb(232,231,226), rgb(242,241,236),rgb(222,221,216)); background: linear-gradient(top, rgb(232,231,226), rgb(242,241,236),rgb(222,221,216)); z-index
Article
Sergey Lukyanchikov · Jul 22, 2021

InterSystems IRIS – the All-Purpose Universal Platform for Real-Time AI/ML

the concrete defect “fingerprint”. The probability estimated using the statistical test (statistical similarity index) is then transformed to either 0 or 1, becoming the machine
Question
Mark Charlton · Feb 17, 2023

Global View and $ORDER not returning expected search results, (or what I want

Start=$O(^REXREF3(1,Start)) Q:Start="" } q Hi Mark, in my experience mixed indexes (both with pure numbers and strings) are not a good choice if you need to perform
Question
Mike Minor · Apr 13, 2018

cache sql insert into external database

= SPECMN_RECV_DATE ];Index MainIndex On null [ IdKey, PrimaryKey ];} - you haveParameter CONNECTION = "canreg,NOCREATE";- so the name of your Gateway definition is canreg - you have