Search

Clear filter
Question
Vyshnavi S · May 31, 2017

Compatability

see anything that made me think it couldn't be pointed at Ensemble and do something.What part(s) of Ensemble are you hoping to test? Hi Team, Thanks for the update. We are planning
Question
Dmitry Vaysbeyn · Nov 19, 2018

Best way to do an HL7 to FRL(flat record layout) interface in Ensemble

to be, then send it to a EnsLib.RecordMap.Operation.FileOperation.Record MapperDTL Would it be possible to test this using the Test facility in the Tools tab? What would the syntax look
Question
Abhishek Raj · Feb 28, 2023

Upgrading Ensemble from 2015 to 2018

of your application and TEST, TEST, TEST :) Lastly, make sure you review the supported platform list for 2018.1 and 2015.2: 2018.1: https://docs.intersystems.com/latest/csp/docbook
Article
Ray Wright · Apr 7, 2016

Global Summit 2016 - System Sizing for Insanely Large Deployments

applicationsApproach: Discuss and demonstrate the use of our WebStress feature to design and run benchmark tests of your HTTP-based applications. Conducting benchmark tests of your applications
Announcement
Dmitry Maslennikov · Oct 3, 2022

InterSystems Package Manager ZPM 0.4.0 Release

use public community, testing, or private corporate registry at the same time. Just use another name for the registry For instance, we can add the testing registry zpm:USER>
Article
Patrick Dunn · Sep 22, 2020

Debugging an HTTP 403 Error when viewing SOAP Catalogs

Catalog pages in a TEST environment, then you can work around this by setting the following global nodes: %SYS>set ^SYS("Security","CSP","AllowClass
Question
Kari Vatjus-Anttila · Oct 31, 2016

Importing XML to a Caché Object

;/eventTime> <login>test</login> <loginFirstName>test</loginFirstName> <loginLastName>test</loginLastName> </session> I have
Announcement
Guillaume Rongier · May 5, 2020

ObjectScript Json Patch

" }, "qux": { "corge": "grault", "thud": "fred" } } ``` ## Test this module Natively from git : ```objectscript do
Question
Jens Salecker · Jan 13, 2020

Parsing a HL7 message which contains LF characters in one field (OBX-5

contains LF characters (only LF - Segment separator is CR). Therefore it is not possible to parse the incoming message. While testing the transformation the OBX Segment ends
Article
Gevorg Arutiunian · Sep 27, 2018

Method to Create a Class

The following class method "test" contains code that can create a new class, create new properties for classes, or create new methods for classes. "test" runs all three
Question
Mikhail Akselrod · Nov 11, 2020

Programmatical access to "System Mode

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. Rather than setting
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. To achieve this I copy all required IRIS.DAT files from
Question
Oleksandr Kyrylov · Mar 3, 2022

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

command cmd(command="",test=0) ; if command="" set command="dir" quit $$execute(command,test) execute(cmd,test) Public { set dev="|CPIPE|1" set $zt="cls" set empty=0 open
Announcement
Elena E · Feb 16, 2023

What's new on Open Exchange

of your app through IPM (formerly ZPM) ObjectScript quality test filter will let you find apps that have undergone testing by Community objectscriptQuality. Access the test
Question
Jules Monoury · Jan 27, 2017

Issue with perl and caché

as suggested in docCreating mMakefile (perl Makefile.PL)Success at compilation (make)Fail at test (make test). And return the following message:Can't load 'blib/arch/auto/Intersys