Search

Clear filter
Article
Murray Oldfield · Nov 10, 2022

Using an LVM stripe to increase AWS EBS IOPS and Throughput

# Tests Run Two tests are run to generate simulated IRIS application storage IO. RANREAD and RANWRITE.
Question
Anna Golitsyna · Feb 4

How to find all globals in routines?

value = ^Test // take a value from the global ^Test do ^Test // call the routine ^Test // a more complex case // set ref = "^Test" // in this case you are lucky
Question
Ian Minshall · Sep 14, 2017

Conflict Resolution Wizard

, we have a script that integrates all changelists with that Job from the BASE branch to the TEST branchChanged items are pulled from TEST branch into TEST environment and compiledSame
Article
Mihoko Iijima · Jul 20, 2023

How to find a specific global variable in the journal file with a command

^["^^c:\intersystems\irishcom\mgr\user\"]TEST(1) ・・・ omit ・・・ ^["^^c:\intersystems\irishcom\mgr\user\"]TEST(4) ^["^^c:\intersystems\irishcom\mgr\user\"]TEST(5) If you use pre

#Change Management

66 Posts7 Followers
Question
Lucas Fernandes · Jul 28, 2020

Get Application Error Log by SQL

For example, to get the dates when errors were logged for a particular namespace TEST, you can use do ##class(%ResultSet).RunQuery("SYS.ApplicationError", "DateList", "TEST") Or
Question
John Murray · Dec 1, 2016

Any news of the Atelier release?

It feels like a couple of months since the last update (1.0.255) to the Field Test version.
Question
Eduard Lebedyuk · Apr 8, 2019

Can datatype redefine getter/setter?

This works too btw: d %code.WriteLine(" q ..Test()") Sorry, usually I use it to add custom methods to properties.
Announcement
Rubens Silva · Mar 16, 2020

IRIS-CI: A docker image for running InterSystems IRIS in CI environments

* `TEST_SUITE`and `TEST_CASE` to control where to locate and which test case to target.
Article
Eric Fortenberry · Oct 7

Managing External Language Connections with "irisconns"

confirm = false # This connection name is "TEST". [TEST] hostname = test-server port = 1972 namespace = USER username = _SYSTEM # confirm password? true or false?
Question
Kari Vatjus-Anttila · Oct 31, 2016

Importing XML to a Caché Object

</login><loginFirstName>test</loginFirstName><loginLastName>test</loginLastName></session>" Set reader = ##class(%XML.Reader).
Question
Cole Wennerholm · Apr 2, 2024

What is the Difference Between do $Increment and if $Increment?

I also found one slight difference between the two: ED>set a = -1 ED>d $I(a, 1) zw "test""test" ED>zw aa=0 vs.
Article
Gevorg Arutiunian · Jan 24, 2019

Send an HTML Email with an Image

The class method "test" in the following code snippet sends an HTML email with an embedded image.
Question
Arpitha Ramakrishnaiah · May 11, 2017

Compare and update two directories\namespaces for class files

Here is an example, but test before you use it !!!
Question
Jordan Everett · Mar 30, 2023

Intersystems Environment Requiring Values in Parameters

I went ahead and set the parameters in the Method and changed my test system to match my production system. Thank you guys so much!