Search

Clear filter
Article
Vadim Aniskin · Mar 13, 2024

Implemented Ideas: Global->JSON->Global converter

Its popularity has led to its widespread use in applications based on InterSystems technology, as well as demand for a converter that transforms globals to JSON and back.
Article
Renato Banzai · Jun 2, 2020

Using Python to Represent Globals in a Network Chart

/iris: with the **InterSystems IRIS dockerfile** preparing to serve the application. - .
Article
Janne Korhonen · Jun 4, 2020

Elementary CICD solution with Studio, Git (and Azure)

It allows describing and configuring a specific InterSystems IRIS configuration, rather than implementing a step-by-step installation process.
Question
MohanaPriya Vijayan · Jun 9, 2020

Cache Object Script AS2 EDI File Transfer

InterSystems Ensemble provides HTTP InboundAdapter and there is documentation that would help you build a custom Business Service: https://cedocs.intersystems.com/latest/csp/docbook
Announcement
Olga Zavrazhnova · Sep 20, 2022

First Community Roundtable: VSCode vs Studio

You can use the Serenji extension which is better anyway and doesn't use the Atelier API so it works on all versions of Caché from 2009.1 up to and including the latest version of InterSystems
Announcement
James Schultz · May 7, 2018

Welcome to HL7 FHIR Dev Days 2018, June 19-21, Boston, MA!

InterSystems is proud to be the Host Sponsor of HL7 FHIR Dev Days for its first U.S. edition, Boston, June 19 – 21st!
Question
Jasenko Donlagic · Jul 16, 2018

Connect to IRIS with Python?

SuperUser", "password":"SYS"} Here is the code: import jaydebeapiimport credentials def get_database_connection(inpDBInstance): IRIS_JARFILE = "/home/ritaylor/InterSystemsJDBC/intersystems-jdbc
Question
Scott Roth · Oct 26, 2023

Apache config from PWS to Web Gateway

Looks like you are trying to proxy the PWS instead of avoiding it.What the webgateway does and what intersystems recommends is using the webgateway which does not connect to the PWS
Question
Phillip Wu · Feb 6, 2023

irissqlcli install

conf file: iris.cpf (SuperServer port = 51773, WebServer = 52773) status: running, since Thu Feb 2 11:29:56 2023 state: alert product: InterSystems
Question
tom whalen · Jun 29, 2022

Measuring Global References ````

But this is influenced by many factors, not just the above: see InterSystems SQL Optimization Guide The host, storage and DB engine don't influence the gref count at all.
Question
Smythe Smythee · Jul 13, 2022

Can you help meHow to Convert HL7 input message into JSON Object Output Message

is to have the FHIR package installed and use the OOB transformations.an alternative way would be something as follows; ClassMethod TestHL7ToJson() { set hl7FilePath = "C:\Intersystems
Question
Timothy Leavitt · May 10, 2023

Is it possible to define an *instance* method in tag-based CSP?

(Context: https://github.com/intersystems/git-source-control/pull/255 ) In a tag-based CSP page...
Question
Christine Nyamu · May 12, 2023

HOW TO SEARCH IF A STRING EXISTS IN A LOOKUP TABLE

Hello, I am quite new to the InterSystems world.
Question
Nezla · May 25, 2023

Using sample

to show: https://community.intersystems.com/post/download-file-rest-api-operation to get and store: https://community.intersystems.com/post/upload-intersystems-iris-rest-api Zen Do
Question
Emil Odobasic · Dec 20, 2023

How do I retrieve Data from Form-Data from a REST HTTP-request in a REST-service?

set vProfile = %request.Get("testprofile") set vFilen = %request.GetMimeData("filetest")Down below is the postman request: have a look to this article: Upload into a InterSystems