Search

Clear filter
Question
Adam Raszkiewicz · Jul 26, 2024

IRIS code and GitLab CICD Pipeline

CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'` This is a very good post on the subject that is exhaustive you may want to checkout:https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-part-iv-cd-configuration
Article
John Murray · Aug 9, 2024

WebTerminal is broken on IRIS 2024.2

More details at https://github.com/intersystems-community/webterminal/issues/155 Hi @John.Murray, I was able to fix this in a dev environment bij adding the %All role to the /terminalsocket
Question
Sylvie Greverend · Jun 20, 2024

rest api authentication

But thanks to intersystems support, I understood clinical is in one csp session and angular is in another one.
Question
Oliver Wilms · Jun 24, 2024

Error

If a call on %Set(,,) writing from a %Stream generates a <STRINGSTACK> signal then that should be reported to InterSystems as a bug.
Question
Jani Hurskainen · Oct 28, 2024

Problem with local (private) IPM registry

$ curl http://localhost:52774/registry/ {"version":"1.3.2"} $ curl http://localhost:52774/registry/packages/-/all [{"name":"objectscript-math","description":"Math library for InterSystems
Article
Iryna Mykhailova · Nov 10, 2024

Java External Language Gateway

To start using the Java Gateway, ensure you have the following: InterSystems IRIS: Installed and running. Java Development Kit (JDK): Installed and configured.
Question
Kurro Lopez · Apr 23, 2021

Sort alphabetically a list of names

Hello everyone, I don't want to believe that Intersystems didn't add a method/process/rule to sort alphabetically a list of names (in array, $ LB or whatever) I haven't found any
Question
Dmitrii Baranov · Nov 27, 2024

How to set up OAuth2 delegated authentication using Keycloak as identity provider?

I found [this](https://github.com/intersystems/Samples-Security) repo but it seems a bit tricky to implement a custom ZAUTHENTICATE function which has an access to HTTP context and
Article
Harshitha · Aug 3, 2025

Why It's Time for a TrakCare Techno-Functional Application Specialist Certification

Working in healthcare IT as a young developer, especially on InterSystems TrakCare, you quickly realize one thing: it’s not just about HL7 messages or backend integrations.
Article
Cecilia Yang · Oct 10, 2025

Why do I still see old messages after running the purge task?

To manage the accumulation of production data, InterSystems IRIS enables users to manage the database size by periodically purging the data.
Question
Victor Castanon · Jul 9, 2025

Why isn't my SearchTable Generating Anything When I Run BuildTable

lt;/Items> } Storage Default { <Type>%Storage.Persistent</Type> } } Are the Cerner custom schemas shown in your SearchTable based on InterSystems-supplied
Question
Sam Raja · Nov 20, 2025

Create class export file from local .cls file

If I need to export class from the intersystems development server the below methods will work. I do not want to export directly from the server.
Article
Keren Skubach · Dec 29, 2025

Exporting Interoperability Configuration data to CSV

When working with InterSystems Interoperability (Iris / Health Connect / Ensemble), configuration data is often spread across many production items: services, processes, operations,
Article
Robert Cemper · Jan 24, 2022

GlobalToJSON-Compact

dc.MultiD(4,\"mJSON\")=\"{\"\"rcc\"\":122}\"", "^dc.MultiD(5)=$lb(\"\",\"\")", "^dc.MultiD(5,\"mJSON\")=\"{}\"" ]} ***** gbl.json ***** USER> Hi Robert, Your video is now on InterSystems
Question
Jess Farmer · Mar 4, 2019

Ensemble to Spring Boot Java app using RabbitMQ

I use that alongside with the SendMsg from Ensemble method in the InterSystems guide.