Search

Clear filter
Question
Tom Philippi · Dec 13, 2017

Running SQL queries on Dynamic objects

(ie, you can define the "LastName" as being the element 'lastname') - which effectively updates an index for every document added to the collection that has an element 'lastname'.You
Article
Nikolay Solovyev · Aug 1, 2019

Nested set model for ObjectScript

As the values of these parameters, you must specify the names of the corresponding properties in your class.Add an index on Root, Lft, Rgt Index TreeIndex On (Root, Lft, Rgt);
Question
Sadagopan Srinivasan · May 31, 2020

No Suitable Driver Found for jdbc:Cache://ipaddress:port/namespace

"dialup" jdbc_password => "***" schedule => "* * * * *" statement => "SELECT * FROM AEADOCTOR " }}output {elasticsearch { hosts => ["localhost:9200"] index
Question
Jeffrey Drumm · Jan 6, 2020

Querying EnsLib.HL7.Message via ADO/ODBC

Query 1 fails because you have to do a join on the two large tables and your only where clause is against a property that is not indexed.
Question
Marcel Schaefer · Dec 25, 2023

Access to a Global like ^name over odbc?

Class Gbl.Hban Extends %Persistent [ SqlRowIdPrivate, StorageStrategy = MyGlobalStorage ] { /// Index Index KeyIndex On (year, key) [ IdKey, Unique ]; /// first key Property year
Question
André-Claude Gendron · Jul 31

Has anyone built a tool to generate a %Installer Manifest from an existing IRIS system?

| InterSystems IRIS Data Platform 2025.18.Installation (Tools/APIs) | InterSystems API Index | InterSystems IRIS Data Platform 2025.1
Article
Robbie Luman · Aug 15

Beginner's Guide to %JSON and Dynamic Entities in IRIS

NOTE: It is CRITICAL to understand that dynamic arrays will be 0-indexed, as opposed to standard IRIS arrays which are 1-indexed. All dynamic arrays start at index 0.
Article
David E Nelson · Mar 9, 2017

Machine Learning with Spark and Caché

Run the test data through the model to generate predicted classifications Un-index the predictions so we can see the species names rather than the indexes in the output.
Question
Jeferson Amorim · May 14, 2018

How can i mapping new SDA3 extensions for the Information Exchange?

If yes once we load the patient in Clinical Viewer, Will that custom logic will apply on SDA.
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

EnsLib.File.PassthroughOperation: an standard Business Operation to write the properties of the patient in a file.
Question
Laura Cavanaugh · Jul 19, 2019

Private Global Blocks in the Process Details

KEY=RCOS_vstorage"The $STORAGE value is not affected by setting process-private variables, global variables, or special variables. " Indeed, documentation [1] says that this is "Number
Question
Joost Platenburg · Mar 13, 2022

Error when push IKO to docker hub (on MacBook M1)

: The push refers to repository [docker.io/library/kubernetes-operator]6515fe38e1f1: Preparingf562a1750889: Preparingdenied: requested access to the resource is denied Is this indeed
Question
Andy Stobirski · Jun 29, 2023

Preventing healthconnect services from restarting after restarting the OS

Andy Hi Andy, I would say it should be enough to set indeed the Windows Service to manual/disabled during the maintenance: If youre in an mirror situation you could also disable the
Article
Robert Cemper · Nov 26, 2021

Traditional Debugging in ObjectScript

="" } elseif $D(^ImportFile(file,-1)) { set tName=$O(^ImportFile(file,-1,"Class",""),1,index) } Else { set tName=$g(^ImportFile(file)),index=0 } quit index </script
Question
Ayman Yousef · Aug 2, 2017

How i can maintain cache DB

I have 18 GB health care cache Database i face delay with filter and transmit data around 20 - 45 Minutes, I need solution to fixed my issue.I did Rebuild indexes & Tune Table .