Search

Clear filter
Announcement
Anastasia Dyubaylo · Oct 22, 2024

[Video] Using LLMs with InterSystems IRIS Interoperability Productions

-hosted models to achieve maximum data protection or by using web services to gain access to the most powerful models currently available. 🗣 Presenter: @Andreas.Schuetz, Sales Engineer, InterSystems Enjoy watching, and expect more videos! 👍
Question
Mogamad Allie Saal · Jan 17, 2019

HL7 ACK Date and Time Format

segment mist have a date and time populated with seconds. We are utilising the standard class for the Service Adapter (EnsLib.HL7.Service.TCPService). HL7 Version 2.5 no modifications
Question
Sorin Petrescu · Mar 8, 2021

Cache Socket Client / Java Server

Hi, I have to create to a web socket client, but I'm unable to read any data from the server, after flushing the buffer. I have no access to the server, only two examples
Article
Liam Evans · Jul 14

Hosting a Flask REST API on InterSystems IRIS using WSGI

.” Let's analyze our code line by line: from flask import Flask from flask_cors import CORS We are using Flask as our web framework to build the REST API, so we import Flask
Question
Kurro Lopez · Mar 6, 2017

Change Port for a WebApi

the port to call in pre production environment.I've changed the port in the business service object, but it is ignored.Other workaround is change the WebServerPort in System >
Question
Yuri Marx · Dec 5, 2020

Is it possible do multithreading tasks and manage it using ObjectScript

Services create request messages and send the Asynchronously to one or more Business Processes. If the Pool size on those Business Processes then you will end up with multiple
Article
Murray Oldfield · Feb 26, 2016

Provision a Caché application using Ansible - Part 1

have many servers and bounce around between different operating systems - the differences between installing or using services on SLES 11, Red Hat 6, Red Hat 7, AIX etc can
Question
Norman W. Freeman · Jul 27, 2023

Is it possible to get a list all active open TCP/IP connections made by IRIS

There is several classes that allow to create TCP/IP connections (eg: to connect to a service). Example : %Net.FtpSession (port 21), %Net.HttpRequest (usually port 80 or 443
Announcement
Nikolay Solovyev · Jan 11, 2021

InterSystems Package Manager ZPM 0.2.10 release

;?xml version="1.0" encoding="UTF-8"?> <Export generator="Cache" version="25"> <Document name="test-binary.ZPM"> <Module> <Name>test
Article
Fabian Haupt · Feb 12, 2016

Asynchronous Websockets -- a quick tutorial

: Websockets provide a full-duplex channel over a TCP connection. This is mainly focused on, but not limited to, facilitating a persistent two-way communication channel between a web client
Question
Mark OReilly · Aug 15, 2023

Discarding leftover input followed by <Ens>ErrException: <NOTOPEN>zFlush+7^%IO.DeviceStream.1 -- logged as '-' number

the service off for a period of time still doesn't seem to affect it but maybe there is something we are able to do with a zFlush error? What does it mean this error? Sometimes
Article
Maria Nesterenko · Apr 20, 2023

Using InterSystems IRIS Cloud SQL and IntegratedML to build a sleep analysis application Sheep's Galaxy

and requests to server are kept in the isolated services. To process our backend data we use RxJS - a library for composing asynchronous and event-based programs by using
Article
Nikolay Solovyev · Apr 25, 2018

Sending Alerts from Ensemble via Telegram

in the Web server.Register webhook - for this you need to call the SetWebhook method of Telegram.API classAdd the TelegramService business service to your Production, specify
Question
Danillo Aquino · Oct 15, 2018

Caché - cinstall_silent

: Effective user for Cache SuperServer: SuperServer port: 1972WebServer port: 57772JDBC Gateway port: 62972CSP Gateway: using built-in web serverClient components: ODBC client C
Question
Klaus Richarz · Jun 22, 2020

IRIS Data Platform Docker, OAuth2 and HTTPS

are required to use https:// for the /oauth2/authorize and /oauth2/token endpoints, but the Docker container exposes only http:// in its default configuration. We have tried to find any