Search

Clear filter
Announcement
Pete Greskoff · Jun 25, 2019

June 25, 2019 – Advisory: Memory Leak in InterSystems IRIS

Here is an example to demonstrate the defect: test // CDS3148 test set (var1,var2,var3)=0 do sub(var1,.var2,var3) quit sub(arg1,args…) quit USER>for
Question
Rajendra Chandracant · Sep 17, 2024

Cache-2018.1.9

For testing purpose you may use/download IRIS Community Edition.
Announcement
Olga Zavrazhnova · Feb 8, 2024

InterSystems Developer Community Roundtable - March 5, 2024

solution, Unit Tests for HL7 Routing in IRIS Integration
Question
Kevin Kindschuh · Jun 22, 2022

SOUNDEX function in IRIS or Caché?

See MultiValue Basic | Caché Alternative Exists for SOUNDEX() Workaround:Class dc.test [ Abstract ] { ClassMethod Test() { w ..SOUNDEX("M"),!
Question
Scott Roth · Sep 5, 2023

LDAP Authentication Help

But it is still not working through the LDAP Test or when I attempt to sign on with my AD account... Using Test LDAP Authentication I am receiving...
Article
Sanjib Pandey · Mar 3

QueryResponse Interface Design and Development Guide Based on REST API in HealthConnect

Test Case 3: Request with an invalid Patient MRN Number using POSTMAN Screenshot 12: Output of Test Case 3.
Question
Phillip Wu · Feb 6, 2023

irissqlcli install

There is no firewall running on my OpenSUSE test server nor the trakCare server.I've tested this with firewall-cmd --stat.
Question
Robert Hanna · Oct 19, 2017

Process Single Messages from Queue

What happens is I turn the business process back on and all of my test data goes through the current DLT/class set up.
Question
Sarvan Ibishov · Jan 31, 2018

Service Unavailable while invoke rest url

-- Test method--> <Route Url="/test" Method="GET" Call="Test"/> <Route Url="/logout" Method="GET" Call="Logout"/> </Routes>}/// End sessionClassMethod Logout
Article
Benjamin De Boe · Nov 3, 2016

Getting started with Text Categorization

For these records we still know the actual outcome and therefore can use them to “test“ our model.Click ‘Test’ to test the accuracy of the model you have just created.
Question
Basil Eldhose · Apr 25, 2024

How to debug with VSCode

I am trying to run unit test and not able to run it. I am using %UnitTest.TestCase . This comes up in Testing. But on running says Failed to launch testing.
Article
Developer Community Admin · Oct 21, 2015

Case Studies in Performance

Executive SummaryThe best way to compare the performance of database products is in a head-to-head test using a real application, preferably one of your own.
Question
Soufiane Amroun · Oct 16, 2017

casting of the extracted value in sql

Class dc.demo Extends %Persistent { Property ChildPrice As %Library.Float; ClassMethod Test() { ;d ##class(dc.demo).Test() d ..%KillExtent() s obj=..
Article
Gevorg Arutiunian · Sep 6, 2018

Save a file using %Net.HttpRequest

The class method "test" runs the code: Class objectscript.saveFileHTTP Extends %RegisteredObject { classmethod test() { Set httprequest = ##class(%Net.HttpRequest).
Article
Lucas Enard · Aug 17, 2022

Train and tune a machine learning model using IRIS and Python

Test the model](#52-test-the-model) - [6. TroubleShooting](#6-troubleshooting) - [7.