…on Docker container engine from v1.8 and above with CentOS, Ubuntu, RedHat and SUSE based containers from the official Docker Hub repository or their respective projects and sites.…
Hi!
Suppose I have full access to InterSystems IRIS database instance A and want to export a consistent part of the data and import it into another InterSystems IRIS instance B. C…
…) values (?,?) ") Do rs.Execute(var1,var2) Do rs.Close() This quick solution, alas, will not survive the upgrade to IRIS as %Library.RemoteResultSet class was excluded from IRIS.
Post updated in August 2025 to include links to IRIS.
I have seen customer problems where the use of a virus scanner running over **Caché** or **IRIS** databases was causing int…
Just curious how many companies use in their work Docker containers, I mean not only with InterSystems products. And if such companies exist, which of them uses docker and doesn't…
…ve solve it :) Hi Natasa,I am aware of several organisations that are working with Docker containers with InterSystems technology.Do you have any specific question? @NatasaAre you…
…Hi, this post was initially written for Caché. In June 2023, I finally updated it for IRIS. If you are revisiting the post since then, the only real change is substituting Cach…
Created by Daniel Kutac, Sales Engineer, InterSystems Part 3. AppendixInterSystems IRIS OAUTH classes explainedIn the previous part of our series we have learned about configuring…
What is a correct way to pass parameters to the %CONTAINS in embedded SQL statement when searching thru %Text property?
…text files or any format (more than 50) from sFTP in windows server by using Intersystems IRIS. Can you please advise on this.
Thanks,
Arun Kumar Durairaj. Here's an example…
Last week, we announced the InterSystems IRIS Data Platform, our new and comprehensive platform for all your data endeavours, whether transactional, analytics or both. We've includ…
Last week saw the launch of the InterSystems IRIS Data Platform in sunny California.
For the engaging eXPerience Labs (XP-Labs) training sessions, my first customer and favourite…
One for Luca, perhaps?Interesting article here:https://www.redhat.com/en/blog/containers-aren%E2%80%99t-just-applications?sc_cid=70160000001273HAAQWould this be a fit for Cache / I…
Docs. something like this would work:
```s contains=($BITLOGIC(aa|bb)=aa)||($BITLOGIC(aa|bb)=bb)```
You could also implement it with
```w ($ZB(aa,bb,7)=bb)||($ZB(aa,bb,7

