Search

Clear filter
Announcement
Elena E · Feb 16, 2023

What's new on Open Exchange

Access the test report from the app page to gain insights into the app's performance.And you shouldn't hesitate to use this app to run tests for your own projects.
Question
Phillip Wu · Nov 1, 2022

IRIS database file [IRIS.DAT] check mirror attribute

Hi, I'm often required to copy the database from production to test. This is to 'refresh' the database on test.
Question
Jules Monoury · Jan 27, 2017

Issue with perl and caché

(make test).
Question
Gordon Hodgkinson · Apr 9, 2017

Cache UnitTest Manager RunTest Error #5007

Hi All,Am attempting to run sample unit tests as perCaché %UnitTest TutorialExample: Executing a Test Using Set-Up and Tear Down Methods and getting an ERROR #5007:The Terminal detail
Question
Oleksandr Kyrylov · Mar 3, 2022

How to run a shell command with admin privileges from InterSystems terminal?

routine : Zpipe quit ; CPIPE example to run host console command cmd(command="",test=0) ; if command="" set command="dir" quit $$execute(command,test) execute(cmd,test) Public
Question
Paul Riker · Mar 24, 2017

How to clear an interative field entirely in a DTL

GT1|1|1|Test^Test||123 Building^123 Building^Brooklyn^NY^11220^United States^^^Kings|^PRN^PH^^^^^^^^^(111) 111-1111~^PRN^CP^^^^^^^^^(222) 222-2222|||""|IN|DGH^DaughterI'm trying to
Announcement
Dmitry Maslennikov · Oct 3, 2022

InterSystems Package Manager ZPM 0.4.0 Release

Just use another name for the registry For instance, we can add the testing registry zpm:USER>repo -n test -r -url https://test.pm.community.intersystems.com/registry/ -user test
Question
Peter O'Halloran · Jan 14

IRIS (External language) JavaGateway - how to pass byte[] to Java Method

,"TRY #"_$I(TEST) set bArr = ##class(%ListOfDataTypes).
Question
Brian Porterfield · Dec 27, 2017

Exporting Saved Searches in Ensemble

I have made a complete copy of our test namespace into a secondary test namespace.
Article
Gevorg Arutiunian · Jan 11, 2019

Post / Send XML using %Net.HttpRequest and save response to a file

The class method "test" runs the code: Class objectscript.postXML { classmethod test() { Set HTTPRequest = ##class(%Net.HttpRequest).
Announcement
Anastasia Dyubaylo · Apr 30, 2021

New Video: Getting Started with HL7 Routing Rules

Then explore the editor's testing rule to simulate the route of test messages. Enjoy watching this video and stay tuned! 👍🏼
Question
Wenqing Wu · Feb 24, 2021

How to query data from DocDB through python based on the value in nested json data?

'004', 'ProductName': 'C_diff test', 'Qty': 100, 'cost': 500}, {'productID': '002', 'ProductName': 'EV test', 'Qty': 500, 'cost': 1000}]} Like you can see
Question
Evgeny Shvarov · Aug 27, 2019

How to Export ObjectScript From IRIS Server With VSCode?

\\..*)": "tests/integration_tests/$1", "(Test\\.PM\\.Unit\\..*)": "tests/unit_tests/$1", }, } I have on the same level src and tests folders, so, I set folder to an
Article
Benjamin Thorne · Aug 1, 2018

Find diff between two ObjectScript lists

add, .del) write add=nul, del=nul --> 11do ##class(...).test(old, old, .add, .del) write add=nul, del=nul --> 11do ##class(...).test(nul, nul, .add, .del) write add=nul, del=nul
Article
Eduard Lebedyuk · Jan 17, 2017

Absolute minimum you have to do to start running Ensemble REST Services

" Method="GET" Call="test"/> </Routes> } Parameter EnsServicePrefix = "|"; Method test(pInput As %Library.AbstractStream, Output pOutput As %Stream.Object, test As