Search

Clear filter
Question
ED Coder · Aug 15, 2019

Connecting to MYSQL ODBC

My setup: I have an Instance of InterSystems on a Ubuntu 20.04 VM On the same VM i am running a MySQL DB and a PostgresQL DB.
Article
Ed de Moel · Aug 29, 2019

DeSerializing JSON stream into well-defined object

Some time ago, InterSystems introduced the concept of %DynamicObjects.This feature is a powerful tool that makes it very easy to convert any string of JSON text to objects and vice
Article
Julio Esquerdo · Feb 14

HTTP and HTTPS with REST API

Let's use the same API as in article https://community.intersystems.com/post/using-rest-api-flask-and-iam-intersystems-iris-part-1-rest-api Just follow the guidelines and use the code
Question
Rick Clayton · Dec 17, 2017

Trying to install 2017.2 on vagrant/VirtualBox/Ubuntu and getting an error.

I should have paid closer attention to the details in the Intersystem Supported Platforms document. 2017.2 requires Xenial (16.04) and up which come with kernel 4.4 and up.Your Ubuntu
Article
Oleg Dmitrovich · Jan 4, 2018

Caché audit & DeepSee

To use background cube updates in our example, you need to add DSTIME and DSINTERVAL parameters to the %SYS.Audit system class and compile it.Changes in %SYS.Audit:" but this is an Intersystems
Question
Geronimo Mecua · Jun 8, 2018

How to convert page number to roman numeral in ZEN Report?

Not in InterSystems IRIS though. Unfortunately I don't know how to go about altering that value after or before it's been generated.
Question
Aaron Bentley · Oct 23, 2018

Creating complex JSON objects and accessing elements within

Stumbled upon a different InterSystems github project that in my testing and with a little configuration works as I expected (https://github.com/stefanc82/Cache-DynamicObject-Adapter
Question
Anna Golitsyna · Jun 2

How to access and clean Application Error Log programmatically?

%SYS.Task.PurgeErrorsAndLogs - InterSystems IRIS Data Platform 2025.1 - including private class members You can delete the application error logs for all days by executing the below
Question
Laura Cavanaugh · May 11, 2020

Clones, oref reference count, and scope

InterSystems products have automatic garbage collector. I'm not sure on the specifics. Calling @Daniel.Pasco. I'll unswizzle everything I can; thanks!
Discussion
Eduard Lebedyuk · Jan 26, 2024

Code Golf: Multi-Tap technique

Do $$$AssertEquals(##class(codeGolf.MultiTap).ToKeyPad("Dumbphone TEXT"), "38862274466666330833998") Do $$$AssertEquals(##class(codeGolf.MultiTap).ToKeyPad("InterSystems
Question
Eyal Levin · Jan 28, 2024

External backup - exceeding the maximum duration specified

Next InterSystems IRIS backup must be a full one" our backup system "Commvault" is automatic, how do you tell it once you get this message that the next backup should be full?
Discussion
Eduard Lebedyuk · Mar 5, 2024

Work Queue with bidirectional communication

Work Queue Manager (WQM) is a feature of InterSystems IRIS that enables you to improve performance by distributing work to multiple concurrent processes programmatically.
Announcement
Anastasia Dyubaylo · May 13, 2024

Time to vote in the Vector Search, GenAI and ML Contest

Experts nomination: InterSystems experienced jury will choose the best apps to nominate the prizes in the Experts Nomination.
Question
prashanth ponugoti · Feb 24, 2022

How to Iterate un even Multi Dimensional Array global Programmatically

deeper level you may use $DATA()or you run your search using $QUERY() which returns only instances with data Hi.You should use function $QUERY ($QUERY | ObjectScript Reference | InterSystems
Question
Leon Wilson · Mar 4, 2022

UTF-8 Translation issue within IRIS

Good Afternoon My InterSystems IRIS Peers, I have the following issue that I need help with, I tried all possibilities that I know of, therefore I am reaching out to the community