Search

Clear filter
Discussion
Sebastian Mueller · Aug 8, 2017

Your Workflow: Issue Tracking, Version Control etc

things unnecessarily complex and risky. You can patch Ensemble integrations without down time with the right procedure though. I micro services architecture may also help you
Article
José Pereira · Sep 1, 2021

Implementing an IMAP Client in InterSystems IRIS - part I

of writing this article, this is the host and port to connect to the Microsoft Outlook service: outlook.office365.com:993 Let’s connect to this server using our TCP client. Enter
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
Andrew Harris · Dec 8, 2016

Using Docker for standalone deployment of Ensemble

-it %Container% bash Do not forget that you can name container manually with flag --nameAnd also look at docker-compose, the very useful tool, you can just define multiple services
Discussion
Eduard Lebedyuk · May 3, 2022

Code Golf: Anagram Detector

but not limited to: * Adding inheritance * Setting default argument values * Adding class elements (Parameters, Methods, Includes, etc). 3. It is forbidden to refer to non-system code
Question
Paul Simon · Jan 19, 2018

How to Interoperate with CareEvolution

I've been trying to interoperate with careevoltion using their backend-services.Spec: http://docs.smarthealthit.org/authorization/backend-services/This involves creating a JWT
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
Announcement
Anastasia Dyubaylo · Dec 12, 2022

InterSystems Developer Ecosystem Fall News 2022

Alerting & Monitoring) 2.0 ⬇️ InterSystems Container Registry web user interface Best Practices & Key Questions 🔥 Best Practices
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
Article
Eduard Lebedyuk · Sep 26, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part XI: Interoperability

default settings](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=ECONFIG_other_default_settings). Clearly, CI/CD process affects interoperability
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
Robert Cemper · Aug 3, 2020

Global Scanning & Slicing

In most cases, a global used by default storage has just 1 subscript level that represents the IDKEY.For an index-globals we may see 2 or more subscript levels.Arrays, or parent
Question
Stephen Carter · Nov 30, 2020

[Cache ODBC][State : S1000][Native Code 400

2.8 SDK) I can verify I get the same errors as in Power BI. They seem to be ODBC driver related but I can't pin it down. ODBC Test Tool GUI shows: Full Connect(Default
Question
Rubens Silva · Jul 27, 2017

REST: How to pass query parameters

at all is against good principles of REST. I think that the default convention for REST usage has been exploited too much already, to the point that most would prefer to have