Search

Clear filter
Question
John Nurmi · Jan 2, 2018

Upgrading from 2014 .1.2

The majority of work is probably going to be your testing of the procedure and the resulting upgraded test environment.
Article
Murray Oldfield · Sep 7, 2023

AWS storage. High write IOPS. Compare gp3 and io2.

All volumes use the xfs filesystem. ---- ## Benchmark tests - For test 1 and test 2, the WIJ is on a separate volume.
Article
Yuri Marx · Dec 16, 2024

Edit your Globals with VSCode and YAML

: - ^test(1): 1 - ^test(1,1): 1.1 - ^test(1,2): 1.2 - ^test(2,1): 2.1 - ^test(2,2): 2.2 - ^test(2,3): 2.3 - ^test(2,4)
Question
Mikhail Akselrod · Nov 11, 2020

Programmatical access to "System Mode"

A quick and dirty way: set ^|"%SYS"|%SYS("SystemMode")="TEST" // or "LIVE" or "DEVELOPMENT" or "FAILOVER" Any value could be displayed, TEST and so on are just presets.
Question
Richard Howes · Jul 24, 2024

Looking for Download link to Iris Studio.

We know it is no longer supported or in development but it worked for the testing we were doing. We have several new people who need a copy.
Announcement
Celeste Canzano · Jul 16

Reminder: Beta Testers Needed for Our Upcoming InterSystems IRIS SQL Professional Certification Exam

We have extended the deadline of the beta test to October 30, 2025.
Article
Chi Nguyen-Rettig · Sep 21, 2024

Development Tools for Visibility into IRIS CCDA to SDA Transformation

Open the UI at: http://localhost:4000 Sample CCDs are included in the testing folder: iris-ccd-devtools/testing/sample_data Home Page: XPath Evaluator A set of pre-configured
Question
Werner Beukes · Jan 20, 2021

String manipulation on a field during transformation using a ClassMethod.

I need to add the text "test" to the beginning of that string. "testmyemail@myemaildomain.co.uk".
Question
David.Satorres6134 · Oct 12, 2020

Creating index combining List(ELEMENTS) and another standard Property

%%OREF*O}.Name,7,32768),id)' : Offset:73 [%SaveData+49^TestingClass.1] TEXT: kill ^TestingClassI("Test",$zu(28,zzc33v2,7,32768),$zu(28,{UNRESOLVED:ListOfProp(ELEMENTS).
Article
Patrick Dunn · Sep 22, 2020

Debugging an HTTP 403 Error when viewing SOAP Catalogs

("Security","CSP","AllowClass","/csp/test/","%SOAP.WebServiceInfo")=1 %SYS>s ^SYS("Security","CSP","AllowClass","/csp/test/","%SOAP.WebServiceInvoke")=1 Again,
Article
Dmitry Maslennikov · Aug 15, 2023

Java Quarkus application working with IRIS

/mvnw compile quarkus:dev And now we can run original tests, which comes from RealWorld project, to test API using newman. Needs a second terminal .
Article
Gevorg Arutiunian · Sep 27, 2018

Method to Create a Class

"test" runs all three of these processes once, and the code that performs each action is labelled by comments in the method: ClassMethod test() As %Status { set sc = $$$OK
Question
Jack Rack · Oct 11

How can I design a dynamic class schema generator in ObjectScript based on runtime JSON input?

($C(9)_"Quit ^test ") Set methodObj = ##class(%Dictionary.MethodDefinition).
Question
alberto bovo · Nov 4, 2016

How to force HTTP status response using EnsLib.REST.Service

TEST RESPONSE FROM THE SYSTEM")Quit $$$OK}}Here calling ReportHttpStatusCode(..
Question
Thembelani Mlalazi · Sep 16, 2022

REST Service how to accept a Json request

Call="test"/> I would like this to receive a json formatted string for the above</Routes>} How did you define your test method?