Search

Clear filter
Question
Luiz Henrique Carvalho Martarelli · Mar 5, 2021

How i can process a JSON

count: 3+----------------- attribute values ------------------| %changed = 1| %data("Local") = "6@%Library.ListOfObjects"| %data("produto") = "CHP0001"| %index
Question
Han Ya · Sep 25, 2020

[help]SNMP Service can't connect with Caché SNMP agent(failed to open C:\InterSystems\Ensemble\mgr\snmpext.dat)

InterSystems\Cache\Configurations\ENSEMBLE\Properties16:58:25 :Open config file c:\intersystems\ensemble\cache.cpf16:58:25 :Config port = 1972, SNMP-capable = 116:58:25 : sorted (end) as index
Article
Mike Kadow · Sep 7, 2016

NewBie's Corner Session 25 Globals and Arrays Part 1

" for an index of all NewBies' Posts
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