Search

Clear filter
Question
Daniel Buxton · May 11, 2020

INSERT multiple rows

I need to intersystems cache equivelant for INSERT INTO table_name (column_list)VALUES (value_list_1), (value_list_2), (value_list_3); Have tried this post https://community.intersystems.com
Question
Utsavi Gajjar · Jun 23, 2021

Ens.BusinessProcessBPL: context variable is being cleared after a synchronous call to a Business Operation

InterSystems IRIS automatically save the variables in the execution context and restores them each time the BPL business process suspends and resumes execution.
Question
Thembelani Mlalazi · Jan 5, 2018

How to use %XML.Node

could have done the same.No need to copy the code from browser the class + test data is attached. xmlreading.zip Class XML.J [ Abstract ]{ClassMethod GetXMLDocFromFile(file = "C:\InterSystems
Article
Alessandro Marin · Jan 8, 2018

DeepSee: Setting up security - Part 1 of 5

The article is considered as InterSystems Data Platform Best Practice.
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.