Search

Clear filter
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
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
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
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
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
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.
Question
Lyle McDaniel · Sep 6, 2018

HTTP POST For Authorize.net

"8pg6FJjxuekeY62m" }, "refId": "123456", "transactionRequest": { "transactionType": "authCaptureTransaction", "amount": "5", "payment
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.
Article
Eduard Lebedyuk · Mar 1, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part I: Git

in the repository doesn't have parents.1 - business as usual - our commit changed something in the repository as it was during parent commit2 - when we have two different states of
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
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
Fabio Goncalves · Apr 19, 2017

Tracking Data Changes - Audit Log - 2 of 2

d ##class(Sample.Person).Test(1)INSERT INTO Sample.Person (Name, Age) VALUES ('TEST PARENT-CHILD', '01')SQLCODE: 0ID Age Name1 01 TEST PARENT-CHILD1 Rows(s) AffectedUPDATE Sample.Person
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
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
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