Search

Clear filter
Article
Gevorg Arutiunian · Nov 1, 2018

Utility to compare class and include file definitions between builds

set $piece(cst,"|",2)=$piece(cst,"|",2)+crc set $piece(cst,"|",3)=$piece(cst,"|",3)+crc quit cst } } Here's a link to the code on GitHub: https://github.com/intersystems-community
Question
Stuart Strickland · Nov 8, 2023

The secret of $LIST?

You may use $LISTFIND $LISTFIND | InterSystems IRIS Data Platform 2023.2 $list is a binary format, quite complex actually.
Article
Sergei Sarkisian · Jun 30, 2022

What's new in Angular 14

My name is Sergei Sarkisian and I’m creating Angular frontend for more than 7 years working in InterSystems.
Article
Evgeny Shvarov · Feb 11, 2023

Using IRIS Interoperability and Data Transformation to Change Data in CSV

Want to share with you an exercise I tried with InterSystems IRIS Interoperability.
Article
Robbie Luman · Jan 12, 2024

Textual Similarity Comparison using IRIS, Python, and Sentence Transformers

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Alex Woodhead · Jan 26, 2024

PrivateGPT exploring the Documentation

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Theo Stolker · Feb 2, 2024

DB.Changelog: Keeping track of database changes using SQL Triggers and CodeMode = objectgenerator

with just an id for al classes that inherit from it: ```Class ChangeLog.DB.NameValues Extends (%Persistent, ChangeLog.DB.ChangeLogWriter) ``` 💡 This article is considered InterSystems
Article
David Hockenbroch · Jan 24, 2024

Securing xDBC Connections with ServerInitCode

Fortunately, InterSystems gives us the tools to handle such situations too.
Question
Sean Connelly · May 10, 2017

Internationalization Questions

GCSP_localizationand have also discovered the localization manager which looks to be really handy...https://community.intersystems.com/post/cach%C3%A9-localization-manager-or-i18n-intersystems-cach
Article
Eduard Lebedyuk · Aug 12, 2020

Calling production from a REST Broker

I searched for other examples of the %request object in the InterSystems-supplied classes and found no reference to the Data member, so am unsure how to proceed.
Question
Yone Moreno · Jan 25, 2021

How could we retrieve an image from an external system using Ensemble?

%New() //Set sc=docStream.LinkToFile("C:\InterSystems\avatar prueba.jpg") // Esto no funciona (guarda el base64 directo, no el binario; // es decir, guarda lo mismo que
Article
Eduard Lebedyuk · Jul 5, 2016

Useful auto-generated methods

The article is considered as InterSystems Data Platform Best Practice.
Question
Murillo Braga · Jan 30, 2017

WebMethod - Issue with encoding (special character)

w $zv Cache for Windows (x86-64) 2016.2.1 (Build 803U) Wed Oct 26 2016 12:31:28 EDT I strongly recommend that you ask InterSystems for help with your issue.
Question
Alexey Maslov · Apr 1, 2017

%Installer Manifest: How to partially reconfigure the NameSpace (add some subscript level mapping)?

Despite of nasty message logged: 2017-04-03 12:32:18 1 CreateDatabase: Creating database USER1 in D:\InterSystems\Cache10\mgr\ with resource nothing bad happened neither with
Announcement
Henry Pereira · Mar 27, 2020

Give it a try on SQLBuilder tool

SQLBuilder is a flexible and powerful SQL query string builder for InterSystems IRIS, With SQLBuilder you have nice and clean object oriented methods, instead of having to use concatenation