Search

Clear filter
Question
Oleksandr Kyrylov · Dec 12, 2022

IRIS Runtime Environment

I'm not sure you absolutely need Studio, Visual Studio Code + InterSystems plugins should do fine.You could eventually also provide just a ZPM of your application and let the client
Question
David.Satorres6134 · Oct 12, 2020

Creating index combining List(ELEMENTS) and another standard Property

I reproduced this in InterSystems IRIS latest. Looking at the generated code we are able to resolve the the index global in other places, but not in this one case.
Article
Developer Community Admin · Oct 21, 2015

Advancing SOA with an Event-Driven Architecture

It will give your information systems the ability to sense and respond to events rapidly, either through an automated process or human interaction.This white paper explains how InterSystems
Question
Cindy Fawcett · Apr 12, 2021

API Manager - transform header from basic auth to bearer token

I am working with InterSystems API Manager product and I'm trying to solve an authentication problem. In our implementation, API Manager accepts basic authentication.
Question
Nigel Salm · Apr 21, 2021

Viewing .int code of Compiled classes in VS Code

Thanks @Lukas.Dolezal VS Code's View Other command supports jumping to the same line in the INT routine, but that support requires an InterSystems server with Atelier API version 4
Question
Yufeng Li · Jul 27, 2020

SHA256withRSA 加密

Right, this method was added since InterSystems IRIS 2020.1. Hi Yufeng, https://docs.intersystems.com/irisforhealth20191/csp/documatic/%25CSP.Documatic.cls?
Question
ED Coder · Nov 11, 2020

Is there a way to pass an acknowledgement from an Business operation to a Business service?

Haven't seen this setting in default InterSystems IRIS adapters.
Article
Tani Frankel · Jan 19, 2021

Document Database (DocDB) - Sample REST API Calls - Postman Collection

For the benefit of those who want to use the Document Database (DocDB) capabilities within InterSystems IRIS, and specifically the REST API it provides, I put together a Postman Collection
Question
Evgeny Shvarov · Sep 27, 2017

How to Automatically Grant Access For SQL Tables Which Are Involved in Listing of a Widget

The InterSystems security model is such that you grant resources to roles, and roles to users. SQL Permissions are resources that you should grant to Roles.
Question
Sergio Martinez · Oct 16, 2017

COS extension for Microsoft Visual Studio Code

Some of that I don't know if InterSystems publicly discloses.A brief protocol explanation: https://code.visualstudio.com/blogs/2016/06/27/common-language-protocolThe full protocol:
Question
Stephen Wilson · Apr 5, 2017

Is there an idiot proof walkthrough tutorial for setting up Caché 2013.1.6 license usage monitoring?

Just loop every X seconds and use COS to send yourself an email or text when LU exceeds your threshold.Depending on your user habits, app software, platform and InterSystems license
Question
Mack Altman · Aug 11, 2017

What in the System Dashboard indicates performance issues?

Additionally, you may want to look at this series of posts about performance in general:https://community.intersystems.com/post/intersystems-data-platforms-capacity-planning-and-performance-series-indexThere
Article
alex kosinets · Mar 17, 2020

SEA BATTLE on EXCEL

install mx-server IRIS (tested for Ubuntu 18.04.4 LTS) : unzip MX to any folder /path/to/mymx, then : $ docker run --name myiris -p 5264:5264 -v /path/to/mymx:/mx -d store/intersystems
Question
Dmitry Maslennikov · Sep 9, 2016

FHIR outside of HealthShare

But unfortunately I've also found that even InterSystems have worked on FHIR, as I know, it is only in HealthShare, and it means that I still have to do lots of work and should make
Question
Odammas DD · Dec 19, 2019

Query result save to csv

After that query Linked Table same as any normal InterSystems IRIS table using the code snippet above.