Search

Clear filter
Article
Andreas Schneider · Apr 23

Testing Metadata Inconsistencies in InterSystems IRIS Using the DATATYPE_SAMPLE Database (Part II) - Silent Corruption

The first part of this article provides all the background information. It also includes links to the DATATYPE_SAMPLE database, which you can use to follow along with the examples.
Question
Jonathan Perry · May 12

ERROR #5883: Item '%Test' is mapped from a database that you do not have write permission on

Maybe in your namespace the %Test (or %Test*, or...) is mapped to a read only database? Otherwise you think you are authenticated as superuser but in fact you are not.
Question
Mark OReilly · Nov 7

Try catch throwing error not actually throwing error to DTL in test or when run via router

It does in the try as will write "Error" when testing the DTL but the actual error not showing. Report errors is turned on.
Announcement
Anastasia Dyubaylo · Apr 21, 2020

New Coding Talk: How to Build, Test and Publish ZPM Package with REST Application for InterSystems IRIS

and how to publish it on a test registry and in InterSystems Open Exchange registry.
Question
Everardo Cunha · Sep 25, 2019

Ensemble: Getting error in GetProp+2^%CDCalBk when trying to test a message inside the tester in Studio

Greetings, I am trying to test an hl7 message inside studio and when I click on the test button I get this error: "<FUNCTION>GetProp+2^%CDCalBk" at 9:51 am.
Article
Evgeny Shvarov · Jun 16, 2020

InterSystems Package Manager ZPM 0.2.3 release: test server, new commands, boilerplate generation and many more

login: test password: PassWord42 To switch to the test registry use the command ` repo -r -n registry -url https://test.pm.community.intersystems.com/registry/ -user test
Announcement
Shane Nowack · Feb 7, 2022

Beta test for InterSystems CCR Technical Implementation Specialist certification exam is now available. Beta testers needed!

The beta test will be available until March 1st, 2022. Interested in beta testing?
Question
Francis Galiegue · Apr 13, 2016

Followup on the unconference session about unit test and code coverage: it may be doable after all... But I need help

I didn't know about ^SYS.MONLBL.As to why unit testing, it's because unit testing is used along with code coverage: you run unit tests, and you check what parts of your production code
Discussion
Andrew Sklyarov · Oct 8

What strategy do you use to maintain different settings of Interoperability Productions across DEV, TEST, and PROD environments?

I know the next ones: 1. Place all different settings in environment variables. You have a different .env file for each environment, and you must add some code to Production for reading
Announcement
Anastasia Dyubaylo · Jul 24, 2019

New Coding Talk: GitHub Flow with InterSystems IRIS: Edit with VSCode, Test with Docker, Commit, Push, Pull Request

watch the new video on InterSystems Developers YouTube, recorded by @Evgeny.Shvarov in the new format called "Coding Talks": GitHub Flow with InterSystems IRIS: Edit with VSCode, Test
Question
Yone Moreno · Oct 2, 2020

When we test using the actual HL7 message, how could we achieve to send the response from the Process to the Service?

When we test using the actual HL7 message, how could we achieve to send the response from the Process to the Service?
Question
Graham Uricchio · Apr 4, 2017

Why does my DTL test tool work perfectly but my DTL only half works when used by the process?

The test function in the tools works the DTL perfectly but when used by the rule in my business process, the OBX segments are stripped and the MRN is gone.
Question
Amit Prajapati · Aug 23, 2019

Access to XMLHttpRequest at 'http://localhost:52773/IrisVSCode/app/test' from origin 'null' has been blocked by CORS policy

It throws the below error.Access to XMLHttpRequest at 'http://localhost:52773/IrisVSCode/app/test' from origin 'null' has been blocked by CORS policy: Response to preflight request
Discussion
Michael Lei · Jul 13, 2023

How could we leverage the power of ChatGPT or LLM in our routine job with IRIS on coding,implementation, testing,interoperability,etc.

With rapid evolution of Generative AI, to embrace it and help us improve productivity is a must. Let's discuss and embrace the ideas of how we can leverage Generative AI to improve
Question
Francis Galiegue · Apr 25, 2016

Determining whether a class, which you only have the name of, is a unit test class... I know this code sucks; but how to fix it properly?

primary superclasses), the following snippet (slightly modified from an answer I posted on one of your previous questions) may be helpful if you're looking for all of the names of unit test