Search

Clear filter
Question
Arto Alatalo · Apr 15, 2020

%CacheSQLStorage: data location as variable

as SQLprocedure ClassMethod SetGlobal(global As %String = "tabA") As %Integer [ SqlName = SetGlobal, SqlProc ]{ set %GLOBAL=global quit $$$OK } now see the effect. first the test
Article
Murray Oldfield · May 22, 2018

LVM PE Striping to maximize Hyper-Converged storage throughput

Enforcing another level of striping (This has been the case in my testing, but I cannot guarantee that vSAN will actually do this).
Article
T Wolfe · Jan 30, 2017

Quality of Service Timeout Guide for Mirroring

Benchmarking tests on your vm performance, disk performance, and network performance will help determine just how long these pauses in communication may last.
Article
Kyle Baxter · Aug 29, 2016

Data Storage - Information You Must Know to Make Good Decisions When Developing

So this is going to be a 320,000,000+ Global Reference as we need to test EACH ^USA.PersonD to check if there is data in ^USA.PersonD(i,"President") as we don't know which people will
Article
Yuri Marx · Oct 17, 2022

Using FTP Adapter to produce and consume FTP messages

of 2 docker instances: 1 docker instance of FTP server and 1 docker instance of InterSystems IRIS in the same Docker network Input/countries.csv Sample file to be used to test
Article
David Reche · Oct 15, 2018

IRIS API Explorer Application

The build for web image failed again Hello @Oliver.Wilms I have test using the original Dockerfile: # Stage 1 FROM node:8.17.0-alpine3.9 as node LABEL maintainer "david.reche@intersystems.com
Article
Guillaume Rongier · Dec 14, 2021

InterSystems IRIS 2021.2+ Python Examples (Embedded, Native APIs and Notebooks)

You can test this end point : ``` GET http://localhost:4040/api/passengers?currPage=1&pageSize=1 ``` ##### 5.5.2.3.1.
Discussion
Dan Pasco · Apr 23, 2021

External Language Server in 2021.1

-> ; +--------------------+ | Database | +--------------------+ | SAMPLES | | information_schema | | mysql | | performance_schema | | test
Question
Riccardo Villa · Jul 15

Exposing HealthInsight Dashboards on Internet via CSP Web App – 404 Not Found issue

I'm using the web port (57772) of my IRIS instance, since I'm just testing the redirect on a development system.Thank you # This is the main Apache HTTP server configuration file.
Article
Eduard Lebedyuk · Mar 4, 2021

Get a list of cached queries and their texts

Recently I wanted to get a list of all cached queries and their texts. Here's how to do that.
Question
Alex Kogan · Apr 5, 2022

JQuery Question on Radio Buttons text

as follows: var FruitSelected=$('[name='Nameoftheradiobuttonhere]:checked').parent().text();alert (FruitSelected) - gives me proper text, which user selected - Apple.
Question
Eduard Lebedyuk · May 26, 2022

How to produce color text in a terminal

How do I use ANSI escape codes to produce green text in InterSystems IRIS terminal?
Article
Padmaja Konduru · Jan 14

Find Values from Text and Display

,##class(Test.Utility.FunctionSet).ExtractValues("Some random text VALUE=12345; some other VALUE=2345; more text VALUE=345678;","VALUE=",";") ClassMethod ExtractValues(text As %String
Article
Bob Kuszewski · Nov 3, 2020

Creating a PDF from a Text file

In this example, we use the iTextPdf and Apache PdfBox libraries to read a text file and produce a basic PDF from it.
Article
Eduard Lebedyuk · Dec 22, 2015

Add markdown support as Text format

Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. +1 +2 :-) +3.