Search

Clear filter
Announcement
Anastasia Dyubaylo · Mar 11, 2020

New Coding Talk: How to Create and Submit an Application for InterSystems IRIS Online Programming Contest 2020

may get this error if you work in the namespace where Ensemble was activated. By default for USER was not activated. When you create a new namespace Ensemble checkbox checked
Article
Bill McCormick · Dec 7, 2015

Source Control Hooks and Atelier

be useful is an example Eclipse/Atelier project as an add-in for launching web pages as custom menus. Such that they can be added to and emulate the existing capabilities offered
Article
Yuri Marx · Nov 14, 2020

Using Tesseract OCR and Java Gateway

The InterSystems IRIS can be extended using Java or .NET components and its frameworks inside Object Script source code. I created an application called OCR Service. It built
Announcement
Evgeny Shvarov · Mar 2, 2016

Global Summit Free Registration Contest Episode II

will count activity in the groups: Atelier, Cloud, Caché, DeepSee, Ensemble, Field Test 2016.2,iKnow, InterSystems Global Summit, Java, Learning Services, SQL, Supported platforms, Web
Question
Julian Samaroo · Mar 27, 2017

Feedback Request: Problems and Difficulties with Searching for Messages in the Message Viewer

to cover more best practices and common hiccups that can be either avoided or worked with - directed at more advanced users who have the basics down. The timeouts for the web
Question
Scott Roth · Apr 21, 2021

First REST Operation - Custom Header

operation works in working with other types out Non HL7 Operations (SOAP, SQL) before. You send a request and get a response back, that part I understand. What I am not comprehending
Question
Jonathan Wald · May 25, 2022

Data import/export

and/or globals, serialize this to JSON and import and unpack the payload on the target system (either by importing a file or building a small REST service (JSON travels very well over REST
Article
Cristiano Silva · May 26, 2023

Boosting Queries with Custom Class Queries

tool, we can use it in several other situations such as: Queries with extremely complex logic; Access to external data sources such as files, calls to REST services, SOAP, etc
Question
Charles Ritz · Nov 18, 2020

Connecting to a Windows Caché server through SSH (Secure Shell

Caché running on Windows Server includes a built in telnet service. Unfortunately though telnet is a plain text protocol, which generates a security violation from our network
Article
Eduard Lebedyuk · Aug 14, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part IX: Container architecture

, namely:The iris.cpf file.The /csp directory, containing the web gateway configuration and log files.The file /httpd/httpd.conf, the configuration file for the instance’s private web
Question
Dieter Fiebelkorn · Aug 9, 2022

OAuth 2.0 for Mail (POP3/SMTP

the sources on github. Hopefully it helps for POP3 ... i have modify a python scripts to get an access token from Outlook/Azure. I put all them together and defining a service
Question
Nimisha Joseph · Nov 23, 2023

SQL Query in BPL

I'm pretty new to ensemble.I'm working on a BPL process where I need to retrieve a result set from an SQL activity, loop over the results, and call a web service. I'm having
Question
Yone Moreno · Feb 13, 2020

How could we store a list into a global variable

to the Process, whith an empty list: We have created a copyList which is a clone of the list which is being returned from the web service client: set copyList = ##class
Article
Vadim Aniskin · Mar 13, 2024

Implemented Ideas: Global->JSON->Global converter

->Global converter. Implementing such a converter is important to ensure interoperability, simplify data exchange, support web services, and provide a standardized approach
Question
Colin Brough · Feb 15, 2023

Comparing code on running servers

Is there a way of comparing code running on two Ensemble servers - ideally excluding certain types of difference?We are a new team working in HealthCare (lots of HL7, some web