Search

Clear filter
Question
Khalid Saleem · Feb 5, 2018

Determine write-access to a directory

despite the method doc stating "Return true if the file/directory is writable and false if it is not"See this older doc for $zutil(140) information.You could try raising the issue with InterSystems
Question
Brendan Oakley · Oct 3, 2019

Remote terminal to IRIS container

Apparently InterSystems is working on something that maybe useful to you but their lips are tight :) Hi Evgeny, We need to allow users to log in using their UNIX credentials
Article
David Crawford · Jul 31, 2019

Anti CSRF Methods

I'm curious if any of you out there have worked on anti CSRF methods for your Intersystems based applications, and how you helped mitigate them.
Article
Jean Millette · Aug 22, 2019

A Case for Thawing Frozen Query Plans After Upgrade

I don't have a great knowledge about InterSystems plans.But, generally, you just should first delete your plan and then recreate the index.35 seconds were quite important!
Article
Timur Safin · Apr 1, 2019

Closures in ObjectScript

The good start for compiler was the old-good COS Guidelines from here https://github.com/intersystems-ru/cos-guidelinesFor reasons we mentioned above we do not parse 1 letter syntax
Article
Benjamin De Boe · Dec 15, 2021

2021.2 SQL Feature Spotlight - Run Time Plan Choice

The 2021.2 release of the InterSystems IRIS Data Platform includes many exciting new features for fast, flexible and secure development of your mission-critical applications.
Question
Julius Kavay · Nov 23, 2023

Python Object Not Found

(just tested in my system) Today there is no good reason to use/make %* classes/code, leave %* to InterSystems. Relevant documentation is here.
Question
Matjaz Murko · Jul 18, 2023

Validate JSON string

*str This article give you an idea https://community.intersystems.com/post/json-schema-applied-intersystems-iris https://community.intersystems.com/post/function-check-if-string-json-object
Article
sween · Nov 18

IKO Plus: Shhhhhhhhh - Secrets Management for IRIS Clusters with External Secrets Operator

Distraction Lets generate a pull secret in Google Cloud Secret Manager for use with the InterSystems Kubernetes Operator from containers.intersystems.com and use the secret to pull
Article
Murray Oldfield · Feb 26, 2016

Provision a Caché application using Ansible - Part 1

Note: The examples can be used as a guide to install InterSystems Data Platforms: Caché, HealthShare and Ensemble.
Article
José Pereira · Aug 2, 2024

Text to IRIS SQL with LangChain

```python # Basic prompt template with IRIS database SQL instructions iris_sql_template = """ You are an InterSystems IRIS expert.

Enjoy InterSystemsTechnology

0 posts0 comments
Article
Yuri Marx · Nov 14, 2020

Using Tesseract OCR and Java Gateway

The InterSystems IRIS can be extended using Java or .NET components and its frameworks inside Object Script source code. I created an application called OCR Service.
Article
Alexander Koblov · Jan 29, 2016

Creating a Custom Index Type in Caché

(The Hackathon was organized at the annual InterSystems Russia Innovation School Training, and special thanks to the Hackathon's main inspiration, Timur Safin.)
Article
Timothy Leavitt · Jul 8, 2020

Tips for debugging with %Status

A %Status provides a wrapper around a localizable error message in InterSystems' platforms.