Search

Clear filter
Question
Scott Roth · Sep 5, 2023

LDAP Authentication Help

From what I understand looking at the documentation it seemed like it had to be specifically formatted as per InterSystems documentation.
Article
Yaqi Huang · Oct 3, 2023

Configuring email alerts with Gmail on IRIS management portal

In this post then I will walk you through connecting an InterSystems IRIS Production to Gmail so you can use it to send emails alerts. 1.
Article
Luis Angel Pérez Ramos · Oct 11, 2023

Using FHIR Adapter to offer FHIR services over legacy systems - Architecture

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Ben Spead · Mar 17, 2023

How can you test access to IRIS running on 1972 from Linux?

We're looking to create a quick and simple test to see if all firewalls are open on 1972 between a linux based web server VM and a VM running InterSystems IRIS.
Article
Hiroshi Sato · May 18, 2023

Command line interface and API to create namespaces and databases

InterSystems FAQ rubric Using the Config.Configuration class and SYS.Database class methods, you can create and register a namespace database from the terminal.
Article
Evgeny Shvarov · May 28, 2022

Something For Nothing or How to Make Github Run Your UnitTests

docker builds and unittests of InterSystems IRIS projects on pushes or pull-requests needs the one CI Github Actions scenario, that will be the same in every project, and three lines
Question
Evgeny Shvarov · Feb 26, 2023

How can I know the patient id for a newly submitted Patient resource?

Playing with InterSystems FHIR server. You can easily install it in IRIS for Health using FHIR template: zpm "install fhir-server" NB!
Question
Fabio Care · Jul 3, 2023

HTTP/2 HTTP/3 HTTP Protocol Version

Intersystems Webgate also uses Apache Web Server as far as I can see in the Webgate Management.
Question
Marcel Schaefer · Dec 25, 2023

Access to a Global like ^name over odbc?

USER>search global-dump-sql registry https://pm.community.intersystems.com: global-dump-sql 1.0.2 zpm:USER>install global-dump-sql [USER|global-dump-sql] Reload START (C:\InterSystems
Article
Alberto Fuentes · Feb 19, 2016

Object Generators: a homemade RuleEngine

In this example we are using ObjectGenerators.Update: Rule Engine is now on GitHub https://github.com/intersystems-ib/cache-iat-ruleengineA very simple code generated methodFor starters
Question
Francis Galiegue · Apr 27, 2016

Request of sorts: creating a help page on community to work with lists/arrays/multidimensional properties/etc

This should be in InterSystem's official documentation... Well, I am on it right now but it does not quite answer my question...
Article
Yuri Marx · Nov 10, 2020

Creating a custom interoperability business service using HTTP Adapter

The productions are components developed with InterSystems IRIS Interoperability module to promote integrations between systems, data sources/targets, web services, API, message channels
Question
Neerav Verma · Dec 19, 2020

REST: Not Supported : "in": "PATH",

Indeed, "Path" or "query" aproach does make difference inside the Intersystems structure.
Question
Stefan Cronje · Jan 13, 2021

CI/CD Using GitHub and Travis CI - Source to Cache XML Format

There are numerous examples how to use Github Actions to test and deploy to cloud/kubernetes solutions built with InterSystems technology.