Search

Clear filter
Question
Bukhtiar Ahmad · Jun 16, 2020

HealthShare HIE Edge Production

Thanks Robert, I was looking for InterSystems guidelines how we have implementation team and i will discuss about this complex sizing calculator to determine how many edge gateways
Question
Jiri Svoboda · Nov 9, 2018

Json with field exceeding maximum string length

control how the JSON is formatted then it still might be possible to use knowledge of the application that is using JSON representation to short cut the parsing issues.In a future InterSystems
Question
Marcus Bondezan · May 4, 2018

Zen - Problem with dateText component (format and separator attributes)

topic/intersystems-zen/VLCqAlXumjI I wonder if someone could point the solution to me.
Article
Gevorg Arutiunian · Nov 29, 2018

Create a Zen Page using an ObjectScript class method

$system.OBJ.Compile("ZenTest.MyZenApplication") do $system.OBJ.Compile("ZenTest.MyZenPage") quit } } Here's a link to the code on GitHub: https://github.com/intersystems-community
Question
Satish P · Oct 29, 2018

Cache Cluster Environment Backup and Restore

Only InterSystems IRIS supports sharding, not Caché. You probably want to tag this post with IRIS instead of Caché (or both, as your 2 questions really are quite separate).
Question
Robert Bielen · Aug 25, 2023

Reply Code Actions Question

As for insight from my sales engineer, ours is one of the best at Intersystems, by far.
Article
Bob Kuszewski · Nov 9, 2023

How to determine your CPU’s microarchitecture family and instruction set

Introduction InterSystems would like to optimize IRIS to take advantage of modern CPU instruction set extensions.
Question
Jack Boulton · Jul 18, 2022

IRIS SQL LOAD DATA

returned this errorError: Could not find or load main class .system.class.loader=com.intersystems.gateway.ClassLoaderCaused by: java.lang.ClassNotFoundException: /system/class/loader=com/intersystems
Article
Harry Tong · Feb 21, 2023

How to traverse an IRIS global data structure from Python using latest IRIS Native SDK for Python

InterSystems IRIS 2022.2 has Native SDK for Python (https://docs.intersystems.com/iris20222/csp/docbook/Doc.View.cls?KEY=PAGE_python_native).
Question
Ephraim Malane · Jul 25, 2023

Working with Allergy FHIR Resource

https://community.intersystems.com/post/intersystems-allergyintolerance-fhir-resource-dtl-shows-severity-value-sv-and-category-food
Question
William Glover · May 22, 2023

How do you sign a JWT request?

If you want the latter, see the ObjectToJWT() method in %OAuth2.JWT - InterSystems IRIS for Health 2021.1.
Article
Robert Cemper · Nov 15, 2023

Java Global Editor

GitHub Video Hi Robert, Your video is available on InterSystems Developers YouTube: ⏯️ Java Global Editor Please enjoy! Thank you @Iryna_Mologa !
Question
Anna Diak · Dec 2, 2023

Java Gateway connection fails for the Stateless Service example

documented (the documentation page you have linked before editing your question is from Ensemble 2018, not IRIS).The new documented way to call external languages, including Java, is using InterSystems
Question
Scott Roth · Dec 4, 2023

Unexpected - /api/atelier login failure

The issue with the user I believe is with LDAP not InterSystems as the same error happens when trying to sign into the Management Portal, periodically.
Article
Mark OReilly · Dec 8, 2023

Business Service to Query Internal IRIS database

set html= html_ " </tr>" set coldataiteration=1 } set html= html_ " " _"</table>" $$$TRACE(html) return html } Sparkei/Internal-SQL-Service: Intersystems