Search

Clear filter
Question
Daniel Kutac · Mar 23, 2016

Web Development framework to share - anyone?

https://github.com/intersystems?query=isc-iknow Are you looking for a browser based app or a native app in IOS/Android?
Article
Sergey Mikhailenko · Nov 17, 2020

Organization of message notification and provision of information to users of the messenger Telegam using two bots.

The Solution based on project https://github.com/intersystems-community/TelegramAlerts During the installation and configuration process, we will create an informant bot and an
Question
Steve Pisani · Jun 6, 2017

Running the Management Portal pages over HTTPS

Unfortunately, InterSystems doesn't support SSL/TLS on the private server.You'll need to set up a standalone Apache server (assuming Linux/Unix), install mod_ssl, install the CSP gateway
Question
Yone Moreno · Nov 25, 2022

From an INTEGRATION Environment connect to a PREPRODUCTION Environment to access the JWT Token Validating Resource Server.

This step, actually we have found out with the invaluable support of @Alberto Fuentes from Intersystems.
Article
Vachan C Rannore · Aug 18

Practical ObjectScript Coding: From JSON to Globals to SQL

While starting with Intersystems IRIS or Cache, developers often encounter three core concepts: Dynamic Objects, Globals & Relational Table.
Question
MARK PONGONIS · Aug 18

Expose Cache Globals using SQL Storage and SQLMAP

,obj.Phone Paul Chicago 556-666-777 USER> $zel, $zlp - two new ObjectScript functions in one day after more than 10 years in InterSystems... Love this community!
Question
Dmitrii Baranov · Aug 8

count() is too slow. Why?

In contrast to global variables, InterSystems IRIS does not treat a SET or KILL of a local variable or a process-private global as a journaled transaction event; rolling back the transaction
Question
Dmitrii Baranov · Oct 12

EnsLib.Kafka.Service, performance issues when working with topics that contain many messages

%Save() $$$LOGINFO("Saved") } Catch (ex) { Set tSC = ex.AsStatus() } Quit tSC } } ``` InterSystems' Kafka component is Java-based.
Article
David Loveluck · Feb 25, 2019

Using Grafana directly from IRIS

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Walter Hall · Feb 6, 2020

ISO Compliant Cache': Check if a port is available on a server?

The system is built on InterSystems. They need it to stay official ISO compliant, but I'm not sure if they're actually disabling the advance object oriented abilities.
Article
Muhammad Waseem · Jan 10, 2022

12 Medical Datasets along with 43 tables dynamically created by using all-new LOAD DATA SQL functionality

Thanks Hi Muhammad, Your video is now on InterSystems Developers YouTube: ⏯ Medical Datasets Application Demo Great job! Thanks for the support.
Article
Jeffrey Drumm · Jan 7, 2020

Load Ensemble Messages into HL7 Spy v2020.1

Can this tool connect to IRIS when its in the Intersystems cloud in AWS? Theoretically, yes.
Article
Anastasia Dyubaylo · Oct 2, 2022

How to get the most out of posting on Dev Community!

After you're done writing the text, you have to choose the Group, which is usually the technology, product, or service provided by InterSystems.
Article
Mark Connelly · Mar 9, 2018

Sending Alerts to Mobile Phone using Pushover from HTTP.OutboundAdapter

working perfectly, so thank you for sharing.I also added the Token and User Key as a setting to be set from the Operation within Ensemble.It would be good to catch up outside of the Intersystems
Article
Gevorg Arutiunian · Aug 16, 2018

Routine to Parse Options in Args Array

(Originally posted by Timur Safin on Intersystems CODE, 3/2/15) This code snippet is a routine that parses options saved in an arguments array.