Search

Clear filter
Question
Marcio Coelho · Jan 27, 2022

: Iris with jdbc driver

Thanks for warning You can't call native api methods which write to device as is.
Question
Justin Wilson · May 9, 2018

Standardizing Error Logging

Recently I built a REST API, 1 typical client for which generated dozens of requests per second, I tested locally with one client and usually got 10 to 20 thousands of exceptions in
Question
Phil Burkhalter · Aug 29, 2023

building a JSON message

I am trying to create the JSON message below for a REST API: Class REST.Test.Sample.ItemDetails Extends (%Persistent, %JSON.Adaptor){ Property ItemId As %String; Property Item As
Article
Maria Gladkov · Mar 15, 2023

Setting up VS Code to work with InterSystems technologies

noteworthy extensions I'm using too in my VSCode setup: Encode decode (convert text to other formats like Base64) OpenAPI (swagger) Editor (specifying & documenting your REST api
Announcement
Anastasia Dyubaylo · Dec 8, 2022

Key Questions of the Month: November 2022

Freeman Delegated Users by Rob Schoenmakers Clear SDA fieldby Rob Schoenmakers Caché APIs to get the data in InterSystems Cacheby Naveenkumar M tablePane with OnCreateResultSet
Article
David Hockenbroch · Jun 2, 2023

InterSystems Reports Migration - Generate Report to Stream

There is a Java API for it, but it is possible to generate a report from InterSystems reports to a stream object in ObjectScript without diving into Java by using a %Net.HttpRequest
Announcement
Raj Singh · Feb 27, 2023

VS Code ObjectScript releases v2.6.0

Fast, asynchronous server-side search This one requires InterSystems IRIS 2023.x and the proposed API enabled.
Question
Jack Abdo · Jan 15, 2016

Using iKnow domain configuration from iFind

Is there an API with iFind to do search using natural language ? Best regards, Jack Abdo. Hi Jack, what exactly do you mean with search using natural language?
Article
Gevorg Arutiunian · Nov 21, 2016

Caché Localization Manager or i18N in InterSystems Caché

You will now need to obtain a Yandex API key to let it work. It's free, but needs registration. Let’s now deal with spellchecking.
Question
Mack Altman · Nov 21, 2016

How do you iterate through SQL in Cache ObjectScript; and across namespaces?

(You can also use the older %Library.ResultSet classes, but I strongly prefer using the newer code in %SQL.Statement.)I also like to wrap the underlying query in an API that abstracts
Announcement
Stefan Wittmann · Oct 5, 2020

InterSystems IRIS and InterSystems IRIS for Health 2020.3 are GA (Generally Available)

In addition, this release includes APIs for sending and receiving FHIR request/response messages, for performing client-side FHIR operations.
Article
Andreas Schneider · Mar 28, 2021

Registering the .Net Data Provider for InterSystems Caché and InterSystems IRIS as DbProviderFactories

This simplifies the way programmers create provider specific instances in a generic data access API.
Question
Muni Ganesh · Aug 1, 2020

How to Retrieve Data from Journals for Killed global in CACHE

But I prefer direct access to journals through their API, in %SYS.Journal classes. Hi Dmitriy, Thanks for your response.
Article
Yuri Marx · Jan 12, 2021

Comparing the main Gartner Magic Quadrant ODBMS leaders

Yes Yes Yes Yes SAML/Oauth/OpenID support Yes Yes Yes Yes Performance Tunning IDE/Pack No Yes No No Previleged User Access Management No Yes No No API
Article
Istvan Hahn · Oct 6, 2016

RESTful Exception Handling

The next is “RESTful API”. Good Job!!!. Nice Article.