Search

Clear filter
Question
amine benchaou · Mar 21, 2024

SSH issue : unable to exchange encryption keys

Testing and Validation: Before deploying any changes to production, thoroughly test the updated library in a development or testing environment.
Announcement
Anastasia Dyubaylo · May 15, 2020

InterSystems IRIS 2020.1 Tech Talk: DevOps

Finally, we'll discuss how to speed test InterSystems IRIS using the open source Ingestion Speed Test.
Question
Evgeny Shvarov · Mar 20, 2020

How to add a role to a web applicaiton programmatically?

Hello @Evgeny.Shvarov , I tested the following code in an Iris terminal to add %DB_%DEFAULT role, It seems to work : Write !
Question
Omar Ali Ateen · Sep 8, 2021

Arabic Language

Good Day I have http response comes with strange characters "ليس لديه الØ", but it's normal when i test in postman. Is there any method to read arabic.
Question
Jeffrey Drumm · Jan 7, 2020

IRIS Community Edition License Count (incl. IRIS for Health CE)

Since a common dev environment (Studio, MP, and IRIS session) consumes 3 licenses right off the bat, that really leaves only 2 licenses for client testing.
Question
Phillip Wu · Feb 12

SQL SYS.Database table not found

[SQL]TEST:%SYS>>select * from SYS.Database ERROR #5540: SQLCODE: -30 Message: Table 'SYS.DATABASE' not found [SQL]TEST:%SYS>> << entering multiline statement
Question
Eduard Lebedyuk · Jan 27, 2022

Storing dynamic object properties larger than 3641144 symbols

() ClassMethod test() { do ..
Announcement
Janine Perkins · Sep 13, 2016

Featured InterSystems Online Course: Building Custom Business Operations

Learn to design, build, implement, and test a new custom business operation in an Ensemble production by taking this online learning course.This course will teach you how to determine
Question
Sam S · Sep 16, 2019

Map a repeatable field from a record map file

I've tried a fore each, but still getting an error when testing in the transform.
Question
Amir Samary · May 10, 2017

Managing UTF-8 characters on the database with a REST application

{"test":"Hello áéíóúçÁÉÍÓÚ World"}And it echos back{"test":"Hello áéíóúçÁÉÍÓÚ World"}And here is a dump of what has been stored in ^foo> zzdump ^foo 0000: 7B 22 74 65
Article
Sean Connelly · Apr 12, 2017

Bug killing development tips

UNIT TEST, UNIT TEST, UNIT TEST After doing all of the above, this is the single next biggest thing that will weed out errors long before I would ever need to fire up a debugger.
Question
George Hodder · Jul 17, 2017

Connecting to a web service

If you mean testing using the SSL configuration in the Portal, when you click Test, it asks you for your server name and port.
Article
Eduard Lebedyuk · Oct 18, 2016

Macros in the InterSystems Caché

$$$EndFor } Here is how it looks in INT code: zTest3() public { Set ^test(1)=111 Set ^test(2)=222 Set ^test(3)=333 Set %mmmu1=$name(^test)
Question
João Carlos Azevedo · Oct 23, 2023

List of global referenced process, similar to $zreference

So, with the same data we use when testing; business-rules and, consequently, interfaces, we can build the automated tests way faster.