Search

Clear filter
Question
Abhinav Pandey · Sep 14, 2020

w $zf(-100,"a='./DC hello'") Fetch return value of method in variable "a" from Python

You can use PythonGateway to call Python code from InterSystems IRIS directly. Example: set sc = ##class(isc.py.Main).SimpleString("x='HELLO'", "x", , .x) write x >HELLO
Discussion
Evgeny Shvarov · Oct 2, 2020

VSCode Settings JSON File

and Port", "showSystem": false, "previewLimit": 50, "server": "localhost", "port": 32770, "askForPassword": false, "driver": "InterSystems
Question
Evgeny Shvarov · Dec 4, 2020

Macro to know all the parameters transferred to the method

Instead of inserting debug_macros, try Intersystems TRACE utility.
Question
Dan Pahnke · Jun 23, 2021

Import Cache class definitions into SQL Server

It’s $System.SQL.Export before InterSystems IRIS 2021.1 Good afternoon Alexander, We tried that. It didn't yield the Create Table ddl. Dan
Question
Luiz Henrique Carvalho Martarelli · Jul 19, 2022

How i can test POST in Rest API

2018 cache and running tests by VSCodethanks for any help The Serenji VS Code extension from George James Software supports direct backend debugging of REST endpoints in Caché and InterSystems
Question
Steve Pisani · Jun 8, 2022

PowerBI and IRIS generating "The column '...' of the table wasn't found."

I've tried using PowerBI to access IRIS (using ODBC connector, not InterSystems BI connector), PowerBI reports the error: Expression.Error: The column 'Patient' of the table wasn't
Announcement
Olga Zavrazhnova · Jan 25, 2023

New Global Masters badges - for reviews on Open Exchange

Log in using your InterSystems SSO credentials to join the program.
Question
Caio Timm · Feb 1, 2023

NEED NUMBER ROWS IN SQL SELECT

KEY=RSQL_windowfunctionsMentions ROW_NUMBER() is supported in InterSystems IRIS Data Platform 2022.1.
Question
Giacomo Bertolotti · Jan 9, 2023

How to use objectscriptquality server-side

It requires some integration with main InterSystems extension.
Question
Rob Tweed · Oct 10, 2023

Intermittent connection from Node.js to IRIS

Management Portal (which connects to IRIS just fine) If I shell into the running container and try to connect with a JS script file containing this: const IRISNative = require('intersystems-iris-native
Announcement
Anastasia Dyubaylo · Nov 5, 2023

Key Questions of the Month: October 2023

Without further ado, here are the Key Questions of October chosen by InterSystems Experts within all Communities: 📌 Web gateway add username and password authentication on
Question
Logan Kitchen · Dec 22, 2023

How can I get a cache backup into a dockerized deployment of cache?

I am completely new to Intersystems Cache.I got a docker image of Cache from this post: I want to get the data from my backup into this docker image.
Question
Lukasz Migacz · Feb 19, 2024

ERROR #5863 Another user has 'Title.LUT' open for editing.

I can manually import these lookup tables using "Import local..." option in the InterSystems Studio.
Question
Kirsten Whatley · Feb 21, 2024

How do you tell the last date/time a LookupTable (LUT) was updated?

Deltanji operates natively inside all InterSystems platforms, including HealthConnect, dealing with deployment as well as versioning.
Article
Hiroshi Sato · Mar 7, 2024

Performing index rebuild in multiple processes while using an application

InterSystems FAQ rubric You can use the %IndexBuilder class to perform index rebuilding using multiple processes.