Search

Clear filter
Question
Marcio Coelho · Sep 9, 2020

Build Python bind

...not to be confused with the C callin API), which is based on the C++ binding, which does not have to be on the same system as the Caché server. Howeve...
Announcement
Guillaume Rongier · Oct 2, 2020

Csvgen-UI

...o new endpoints : * One for the Rest API for uploading files * /api/{namespace}/csvgen/ * One for the UI * /csp/{namespace}/csvgen/index.html # Stand ...
Question
Scott Roth · Jun 16, 2023

Web Terminal - HTTP ERROR 401

... that's implemented as a new Atelier API endpoint. It will be available in kits by default and the vscode-objectscript. It's documented here and the n...
Article
Yuri Marx · Mar 30, 2022

3DES support

...ET info = { "Service": "3DES Service API", "version": (version), "Developer": "Yuri Gomes", "Status": "Ok", "Date": ($ZDATETIME($HOROLOG)) } Set %resp...
Article
Iryna Mykhailova · Oct 30, 2018

Caché eXTreme for .NET - direct access to globals from C#

...e standard .NET binding, the eXTreme APIs do not use TCP/IP to communicate with Caché. Instead, they use a fast in-memory connection (implemented via ...
Discussion
Alex Woodhead · Apr 10

Vector Embeddings Feedback

...ep arriving. Challenge 1 An external API is used to generate embeddings. The dependency service upgrades to a new version with different embeddings. I...
Question
Martin Staudigel · Apr 11, 2024

Hardening the management portal - does this approach make sense?

...ook for a better management for your API endpoints might be worth looking into ISC API manager: InterSystems API Manager | InterSystems Components and...
Article
Mark Bolinsky · Mar 18, 2016

Database Mirroring without a Virtual IP Address

... categories: Database Server Invoked API, Network Appliance Polling, or a combination of both. The following section will outline each of these method...
Question
Olivier Caudron · Jul 18, 2024

Can't connect VSCode to IRIS4Health 2024.1

...default 80) Have you checked if the /api endpoints are enabled in webapplication?Also have a look and check Security/Audit/View AuditDB for any errors...
Article
Benjamin De Boe · Sep 9, 2016

Using complex filters

...r patient. Now, the regular metadata API was designed to support single-valued fields only, because building an infrastructure to cope with arbitraril...
Question
Dmitrii Baranov · Jul 15

Fire-and-forget async/background non-blocking tasks

...ibuting parallel work, and the Event API is more for messaging and queuing scenarios, which sounds more like your use-case. This article might also be...
Question
José Ademar de Oliveira Junior · Feb 4, 2022

How to set up IRIS database with Quarkus

...d here a demo of a quarkus rest crud api with iris as a database. https://github.com/grongierisc/quarkus-iris It's not using the Hibernate ORM but thi...
Article
Ariel Glikman · Mar 8, 2024

IKO - Lessons Learned (Part 4 - The Storage Class)

... use the non default storage class): apiVersion: intersystems.com/v1alpha1 kind: IrisCluster metadata: name: simple spec: licenseKeySecret: #; to acti...
Article
Muhammad Waseem · Sep 6, 2023

Introduction to Docker - Part2 (Docker Compose, Docker File, Docker Volume)

...l of the docker commands must be in Capital letters. FROM The first one is the FROM command, which tells what image was based on. This is the multi-la...
Question
Muni Ganesh · Aug 1, 2020

How to Retrieve Data from Journals for Killed global in CACHE

...ect access to journals through their API, in %SYS.Journal classes. Hi Dmitriy, Thanks for your response. I will check with the information provided by...