Search

Clear filter
Article
Benjamin Thorne · Jul 17, 2018

Use GZIP to compress/decompress files

%Save() } } The link to the code on GitHub: https://github.com/intersystems-community/code-snippets/blob/master/src/cls/objectscript/GZIP.cls And what you are not satisfied
Article
Gevorg Arutiunian · Feb 22, 2019

Embed a Webcam Feature into a ZEN Page

snap.refreshContents(); } ClientMethod startCam() [ Language = javascript ] { zen('mycam').startWebcam(); } } Here's a link to the code on GitHub: https://github.com/intersystems-community
Question
Colin Brough · Jan 10

DTL Transformation output: ordering of XML nodes

| InterSystems Developer With help from WRC, looks like this is something of our own doing - we were using sub-transforms in ways that caused us problems.
Question
Steve Pisani · Apr 1, 2022

Hiding Inverse Relationship entries project in DTL graphics

Hi Stefan, I wonder what led you to determine that the DTL is being drawn by using InterSystems CSP AutoForm (%CSP.Util.AutoFormGenerator), because, I added the XDATA block to the child
Article
Oliver Wilms · May 30, 2022

Custom monitoring page for IRIS Interoperability production

InterSystems Production Monitor is a page in Management Portal to display monitoring information for the current running production.
Article
Robert Cemper · May 25, 2023

Reviews on Open Exchange - #28

a huge container 5.0 4 iris-ldap-auth great for learning 5.0 5 isc.syslog.lossless hidden cure for serious issues 5.0 6 Node-RED node for InterSystems
Article
Mihoko Iijima · Nov 30, 2023

How to programmatically retrieve a list of user-created classes

InterSystems FAQ rubric Class definitions created by users are stored in class definition classes. They can be used to obtain a list of class definitions from a program.
Question
Nimisha Joseph · Dec 22, 2023

Trouble Accessing SendRequestSync() in BPL Code Activity

Hi , I'm currently working on a BPL (Business Process Language) in InterSystems Ensemble, and I'm facing an issue when trying to call the SendRequestSync() method within a code activity
Question
Scott Roth · Jan 11, 2024

$ZF question - Calling scripts and redirecting output from script

Community.ExecOS).ExecOS("dir",.out) EPTEST>zw out=13 out(1)=" Volume in drive C has no label." out(2)=" Volume Serial Number is 3E11-87B5" out(3)="" out(4)=" Directory of c:\intersystems
Question
David.Satorres6134 · Oct 12, 2020

Creating index combining List(ELEMENTS) and another standard Property

I reproduced this in InterSystems IRIS latest. Looking at the generated code we are able to resolve the the index global in other places, but not in this one case.
Article
Developer Community Admin · Oct 21, 2015

Advancing SOA with an Event-Driven Architecture

It will give your information systems the ability to sense and respond to events rapidly, either through an automated process or human interaction.This white paper explains how InterSystems
Question
Paul Goggin · Nov 1, 2016

WebSocket proxy to telnet

Is this fully supported by InterSystems? No, it's open-source. Any bugs/feature requests should be reported on GitHub. It's very stable, though.
Question
Sabarinathan M · Nov 3, 2016

cmd command not working on terminal

I thought may be instance not having privilege to write on C drive, So tried cache instance location(C:/Intersystems/Ensemble/).
Question
Eduard Lebedyuk · Nov 22, 2016

How do I log terminal output to file automatically?

The command line would look as follow: C:\Temp\>C:\InterSystems\E20162\Bin\CTerm.exe /CONSOLE=CN_IPTCP:127.0.0.1[23] C:\Temp\testlog.scr And the content of the testlog.scr
Question
Cindy Fawcett · Apr 12, 2021

API Manager - transform header from basic auth to bearer token

I am working with InterSystems API Manager product and I'm trying to solve an authentication problem. In our implementation, API Manager accepts basic authentication.