Search

Clear filter
Article
sween · Jul 5, 2022

IRIS Data to Google Big Query - InterSystems Cloud SQL via Dataflow

Dataflow to connect to our InterSystems Cloud SQL Service and build a job to persist the results of an IRIS query in Big Query on an interval. If you were lucky enough to get
Article
Lorenzo Scalese · Feb 7, 2023

OpenAPI Suite - Part 2

Hi Community, In the first part, we describe all packages, used libraries and REST services. Now, I would like to add some details about converter and validator services
Article
Alex Woodhead · Apr 24, 2023

Embedded Python access to Multidimensional Properties

be encountered: Class Property Description %Net.HttpRequest Params Name value pair of form parameters %Net.HttpResponse Headers HTTP Headers returned with web content
Announcement
Bill McCormick · Dec 1, 2016

Atelier 1.0 Release

are missing that are targeted for the 1.1 release.Additional Debugger SupportEditorCode CompletionAdditional ParsersMacro expansion supportView Web PageShow Inherited MembersGoTo Line
Question
Richard Housham · Apr 22, 2016

Transformations

, surprise) with Ensemble.I've done the tutorial and understand the basics of the web 'frontend' and what an integration engine can do. I'm now being asked to write a transformation
Question
Colin Brough · Oct 18, 2022

Status of IDE's for ObjectScript development

Context: Ensemble development with ObjectScript in a healthcare context - lots of HL7, and some web service stuff. We've used Studio up till now, alongside a lot of leaning
Question
Joshua Goldman · Mar 16, 2016

How can I pass multiple parameters to an Ensemble REST service and return an authorization token as a response JSON message

in the mobile cache and used for further calls from the app. 2. Till now, to test the service I so far developed, I am calling the interface by a URL as follows - ​http://localhost
Article
Sam Ferguson · May 9

Creating a cross-regional DR Async with IKO

in each Kubernetes cluster spanning 2 Availability Zones by default (which generally are their own independent data centers), but in entirely separate regions for the greatest possible
Question
Scott Roth · Aug 22, 2023

GetCredentials() within ZAUTHENTICATE

(%request.Data("password",1)) ; quit $System.Status.OK() ; } ;} // For any other service, deny them access ;q $SYSTEM.Status.Error($$$AccessDenied) // By default, we
Article
Carlos Sepulveda Mancilla · Dec 8, 2023

Running IRIS Community docker image as a WSL 2 machine

or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time**. WSL 2 is the default distro
Question
Christopher Kennedy · May 8, 2020

Import WSDL for ScriptLink Error #6301

SOAP source into a local file and validate it against an XML checker.it could be your own or any public available service.Google is your friend to find it. Thank you Robert for your
Article
Luis Angel Pérez Ramos · Jul 17, 2023

Installation and adaptation of EMPI in Standalone mode - Feeding the beast with FHIR - Transformation and ingestion

to a specific TCP port in which we have a Business Service listening, in our case this Business Service will be a simple EnsLib.TCP.PassthroughService whose objective is Capture
Article
Julio Esquerdo · Feb 11

Using REST API, Flask and IAM with InterSystems IRIS - Part 1 - REST API

service we want to provide. To do this, we go to the Administration->System Administration->Security->Applications->Web Applications Portal and we will create a new
Announcement
Fabiano Sanches · Jan 31, 2023

InterSystems announces General Availability of InterSystems IRIS, IRIS for Health, HealthShare Health Connect, & InterSystems IRIS Studio 2022.3

improvements are: Bookmark feature - save parameters and filters on a web report Report Studio available on the Report Server to provide additional report editing directly from Server
Question
Thembelani Mlalazi · Jun 22, 2018

Custom file pass through Operation writing out unreadable pdf files

I have a service that takes a file and pass it through to the production .While I am passing the file through I get the file stream and set it to a variable within my message