Search

Clear filter
Article
Daniel Aguilar · Jun 26, 2023

IrisSAP Connector

such as system integration, data transfer, program execution, and retrieving information from SAP. In summary, an RFC in SAP is a remote call to a function or service available
Article
Sergey Lukyanchikov · Jul 22, 2021

InterSystems IRIS – the All-Purpose Universal Platform for Real-Time AI/ML

providers (for example: Microsoft Azure, Amazon Web Services, Google Cloud Platform, etc.): Figure 8 «Second opinion» from Microsoft Azure orchestrated by InterSystems IRIS The prototype
Article
Tani Frankel · Jan 12, 2017

DeleteHelper - A Class to Help with Deleting Referenced Persistent Classes

with adding this as a Super class for several classes at once (useful for example for classes that were generated by the SOAP Wizard, which might be quite a few). Note the use-case
Question
Ronaldo Nascimento · Apr 26, 2016

How to install and configure Atelier

.v20150803-1228) "Equinox Security Default UI" [Starting] org.eclipse.equinox.security.win32.x86_64 (1.0.100.v20130327-1442) "Windows Data Protection services integration (64 bit
Article
Sergey Kamenev · May 23, 2019

PHP module for working with hierarchical data in InterSystems IRIS

in the global during insertion. Service functions iris_set_dir($FullPath) Setting up a directory with a database Returns: TRUE or FALSE (in the case
Question
Jenna Poindexter · May 6, 2016

JSON Representation of a global structure

it. Stefan-My use case is that I have a Cache application (not object based) and I want to provide a set of REST services for accessing the raw global structures, all methods. I want
Article
Murray Oldfield · May 22, 2018

LVM PE Striping to maximize Hyper-Converged storage throughput

/lv_overview "Red Hat support") web site and also [other places, for example, this tutorial for system administrators is very good](https://sysadmincasts.com/episodes/27-lvm-linear
Article
Evgeny Shvarov · Oct 27, 2019

Coding Dockerfile with InterSystems ObjectScript

the actively used setup tweaks are supported by %Installer format, e.g. RESTFul Web app. If you suggest to use <Invoke> - it's better to call method directly. So, here I'm
Article
Bob Schat · Feb 10, 2022

The InterSystems Iris Fhirserver running on a Raspberry Pi Raspberry running as a FHIRserver

since in Ubuntu SSH is enabled by default. Phase 2: Docker 1. sudo curl -fsSL https://get.docker.com -o get-docker.sh 2. sudo sh get-docker.sh This will result (after a while
Article
water huang · Mar 19, 2023

Tutorial from Real Practice in China Hosipital Infomatics Construction: How to autobackup your code/ auto excute code when you are not allowed to use Git

,and they can't use git,there are some namesapce in the server running different service,and usualy there is only one server. 1.2 In the message,it has property in type
Announcement
Benjamin De Boe · Jun 14, 2021

InterSystems IRIS, InterSystems IRIS for Health & HealthShare Health Connect 2021.1 are now Generally Available

Analytics, an add-on product that extends InterSystems IRIS to provide business users with superior ease of use and self-service analytics capabilities to visualize, analyze
Article
Dmitrii Kuznetsov · Feb 4, 2020

DataOps: Let's learn how to work with physical objects in IRIS

/Mars_Climate_Orbiter 2. The US Air Force in 2007: Twelve F-22 Raptors (fifth-generation fighter aircraft in service with the United States Air Force), costing $140 million each, were
Question
Emanuel Lazar · Feb 18, 2021

httpRequest POST file Upload multipart

. tried multi Part form with one file.pdf to own .Net listener the "POST" did not arrive to "web server" ? my example (took from craig, with some corrections
Article
Kyle Baxter · Jan 11, 2019

The One Query Performance Trick You NEED to Know? Tune Table

. Block count is also useful if you use a parent/child relationship. This will (by default) store both tables in the same global, and without Block Count the Query Optimizer
Question
Utsavi Gajjar · Jun 10, 2021

%JSONImport: How to import JSON object with an array item that can be "anyof" 3 different schemas

Hello, I am writing a POST API using IRIS. My POST API Endpoint invokes a Business Service -> Business Process -> Business Operation in an IRIS production . I am trying