Search

Clear filter
Article
Yuri Marx · Nov 27, 2024

Using IRIS and Presto for high-performance and scalable SQL queries

The rise of Big Data projects, real-time self-service analytics, online query services, and social networks, among others, have enabled scenarios for massive and high-performance
Article
Dmitry Maslennikov · May 11, 2020

Work with SAML in IRIS

with SAML participating three parties: Service Provider (SP) - web-based application. In our case, it will be our IRIS based application Identity Provider (IdP) - any external
Article
Tani Frankel · Mar 29, 2016

Getting Production Setting's Value

: Clicking on the Settings Defaults button you can see this is a 'Host' setting: And you can access the value using this call for example: ENSDEMO>write ##class(Ens.Director
Question
Scott Roth · Aug 4

SQL Search REST Interface Example

this to work without having to create a REST service? When I reformat the request to { "query": "SELECT ID, Name FROM osuwmc_Epic_Clarity.DepartmentMaster WHERE ID = 300000000
Question
Jack Smith · May 19, 2019

%FromJSON() failing with content larger than 32kb

We have a business service that extends Ens.BusinessService and uses EnsLib.File.InboundAdapter.This service polls for json files in a folder.Method signature is like
Question
Norman W. Freeman · Jul 6, 2023

Are there any known causes of IRIS entering a deadlock/hang state

, despite IRIS service (IRIS.EXE processes) being still active. CPU/memory/network usage are usually very low (eg: it does not occurs because server is overloaded). The only fix is a full
Article
Iryna Mykhailova · Jan 7, 2020

Accessing data via ECP with eXTreme for .NET

anything in Visual Studio, however, we need to set up the ECP on both IRIS instances. First, we’ll enable the ECP service on both the data (IRIS) and application (IRIST) servers
Article
Clark Matthews · Nov 3, 2016

Resolving Caché Printer Problems in Windows

. This is because the GUI interface can only be shown on a system desktop session and not in web browser and terminal sessions. Some printer drivers have problems with this method
Question
John Murray · Mar 5, 2016

Development teams and namespaces

to discuss the pros and cons of these options, and to consider hybrid or alternative arrangements.Does it depend on whether you're working with Caché or Ensemble? Writing web apps
Article
Kurro Lopez · May 21, 2024

Open AI integration with IRIS - His master voice’s – Are you angry

explore how a service from OpenAI can help us analyze a text and determine the mood expressed in it.Let's analyze how you can create your own voice file and how it can “read” your
Article
Mikhail Khomenko · Aug 16, 2017

Grafana-based GUI for mgstat, a system monitoring tool for InterSystems Caché, Ensemble or HealthShare

to do two more things: change the admin password for the web interface (by default, the login/password combination is admin/admin) and add Prometheus as a data source. This can
Question
Soufiane Amroun · Mar 16, 2018

Send method of %Net.SMTP reports a failure

() Set server.smtpserver="smtp.office365.com" //HotPOP SMTP server uses the default port (25) Set server.port=25 //Create object to carry authentication Set auth=##class
Article
Robert Cemper · May 13, 2023

a virgin Jupyter-Notebook

directory into the container. So copying into the container is not necessary. Not to forget the mapping for default port 8888 The Docker container was built and running in no time
Article
Jenna Poindexter · May 26, 2016

Using SQL to Create JSON From an Existing Persistent Object

dynamic JSON enabled objects and arrays. On a recent demonstration I was working on, I had the need to create a REST web service that returned a JSON representation
Article
Lucas Enard · Aug 17, 2022

The simplest template with REST CRUD for InterSystems IRIS with ONLY Python

. And by default this service is off. So, every time I need to use embedded python with IRIS I need to turn CallIn on?