Search

Clear filter
Announcement
Nancy Barker · Jul 29, 2021

SR Software Engineer – HealthShare

Insight / HealthShare Patient Index - HSPI) developing scalable and secure solution design and development using best practices 3+ years’ design and development experience with REST/SOAP
Question
Mark OReilly · May 18, 2023

Streamcontainer to operation original filename won't be set

Trying to pass pdf to save to custom file using default Trying to pass pdf to save to custom file and %f. but oriignal filename didn't send (it does in terminal).
Announcement
RB Omo · Oct 11, 2016

October 11, 2016 – Alert: Caché Online Backup and Journal Restore

Concurrent External”.The risk can be avoided by applying journals from the beginning of the journal file that was switched to at the start of the backup, rather than accepting the default
Article
Megumi Kakechi · Sep 25

About parallel queries (%PARALLEL)

USER>write $SYSTEM.Util.NumberOfCPUs() 8 Previously, parallel processing was enabled by adding the %PARALLEL keyword to a query, but from IRIS2019.1 onwards, the default is "always
Question
Edward Lautzenhiser · Apr 12, 2019

How to trigger messages on Personal Community login?

register it with personal community with:w ##class(Acct.Config).SetInterfaceClass(<name of class>)If you want this method to send Ensemble messages, you'll need a custom business service
Article
Michael Braam · Jun 2, 2021

Get the most out of InterSystems SAM - implement your own alert handler

Prometheus, a cloud native monitoring tool which collects time series data from the target instances Nginx as the web server the Alertmanager which collects InterSystems IRIS alerts
Announcement
Elena E · Jul 20, 2023

GitLab is Now Supported on Open Exchange

This means you can take advantage of Open Exchange's wide range of features and services regardless of the repository hosting platform.
Question
Dhaval Shah · Jan 24, 2019

How to make a XML Message ?

xml version="1.0" encoding="UTF-8"?
Question
David Hockenbroch · Oct 12, 2024

Embedded Python - Errors with Numpy

Lesson learned: make sure you're running pip from the IRIS Python, not the default Python on the PC!
Question
Seth Jaffe · Aug 15, 2018

Failure to create CacheObjectConnection.

Do you have a user with the %ALL Role to check if the problem is user-based, if that user cannot login either, it could be that some services are disabled.Again, you can know for sure
Question
Nupur kumar · Aug 24, 2016

Ensemble Message Bank

-Brendan By default, the message bodies are not indexed and cannot be searched. You can add a helper class to implement the search capability in the Message Bank. See documentation
Article
Luis Angel Pérez Ramos · May 8, 2023

Facial recognition with Embedded Python and IRIS

Nomenclator.xml: xml file containing the production and business service code. requeriments.txt: file with the Python libraries needed to run the project.
Question
Sean Connelly · May 10, 2017

Internationalization Questions

Maybe it makes sense to introduce a kind of REST API web-app and class to provide a general way to load text resources from serverside for js and other apps which utilize REST and JSON.And
Question
Tom Philippi · Jan 17, 2018

Http response incomplete when attemting to set up ODBC connection on Ensemble.

= 1433 Protocol = TCP Query Timeout = 1 Static Cursors = 0 Trace = on TraceFile = iodbctrace.log Authentication Method = 1 Security Level = 2 Service
Article
Dmitry Maslennikov · Aug 22, 2023

REST Api with IRIS on Python with sql migrations

Uvicorn is an ASGI web server implementation for Python. Prepare environment Assuming that Python is already installed, at least version 3.7.