Search

Clear filter
Article
Developer Community Admin · Oct 21, 2015

Performance Comparison of InterSystems Caché and Oracle in a Data Mart Application

AbstractA global provider of mobile telecommunications software tested the performance of InterSystems Caché and Oracle as the database in a simulated data mart application
Announcement
Derek Gervais · Jul 17

[Video] July Developer Meetup Recording - Building and Evaluating Agentic Generative Retrieval Systems

, and attendees lining up to chat with our speakers afterwards! Jayesh presents on Testing Frameworks for Agentic Systems to a full house The topic of July's meetup was Building
Article
Robert Cemper · Jun 12, 2021

Running reviews on Open Exchange

- Is there a description of how to test/verify the package All these points can be covered explicitly or by a link to an article in Developer Community. Only Empty is not accepted
Question
Paco Cadenas · Dec 16, 2022

Dot cleaning

If $Test {Use 0 Write !!!,"One character read"Quit } Else {Use 0 Write !!!,"Expired time." } Thanks! Is NOT the same. You can it prove by adding a label to the line
Question
Christine Nyamu · May 12, 2023

HOW TO SEARCH IF A STRING EXISTS IN A LOOKUP TABLE

Hello, I am quite new to the InterSystems world. I have one of my OBX 5 fields having this value "blood work was done<>tested positive for anemia<>tested negative
Question
David Baran · Mar 26, 2017

How to split an xml into 3 xml

; <doc> <header></header> <product><test>1</test></product> <market><test2>2</test2></market> </doc>
Question
Evgeny Shvarov · Aug 28, 2017

How to add a new line in email

character you need Thanks! WriteLine didn't help actually. I'm on Ubuntu, 2017.1. Still getting all in one line. Will try with $C(10). my quick test says there are two chars, CR and LF
Question
Nezla · Jan 27, 2023

Exiting terminal without loosing job

in a terminal session and want to stop it without loosing (i.e. avoiding a rollback) the already deleted records. I think (but not tested) a simple Ctrl + C should be do the trick
Question
Juuso Lepistö · Nov 5, 2021

ERROR #9406

= $$$OK #dim e As %Exception.AbstractException Set test = ##class(User.RESTComponents).%New() Set data = %request.Content $$$TOE(tSC,test.%JSONImport(data
Article
Murray Oldfield · Nov 10, 2022

Using an LVM stripe to increase AWS EBS IOPS and Throughput

type that can support 80K IOPS using five LVM striped gp3 volumes.  >LVM was used for all the following tests using single or multiple EBS volumes. ## Other block
Question
Ian Minshall · Sep 14, 2017

Conflict Resolution Wizard

3 environments (DEV, TEST and PROD) which contain code which will need uploading into three repositories or branches (not decided yet). But then we need the ability to move code
Question
Dmitrii Baranov · Feb 23, 2023

Easiest way to clean up a FHIR database

internal testing. To clean out your repo, use the following commands at the IRIS terminal: Set strategy = ##class(HS.FHIRServer.API.InteractionsStrategy).GetStrategyForEndpoint
Question
Steffen Brumm · Jan 9, 2017

Unittest in Atelier

;yourNameHere> As %Projection.Java" then you get Java-Wrapper for your Classes. And so you can use JUnit (or similiar things) to write unittests . Additionally you can automate the Tests. Yes, same as with studio, Caché supports Unit Tests. Documentation.
Question
Jiri Svoboda · Feb 3, 2017

%ZEN.Auxiliary.jsonProvider object to json serialization

: ------------------------------------------ SAMPLES>s j=##class(Jiri.RegisteredObject).%New() SAMPLES>s j.p1="test" SAMPLES>s j.p2="json" SAMPLES>w ##class(%ZEN.Auxiliary.jsonProvider).%WriteJSONStreamFromObject
Question
ED Coder · Sep 18, 2018

getting an error: Method does not exist when trying to create a file

this : set filename= ##class(%Library.File).New("E:\test\file.txt") it gives me an error Would appreciate some guidance on this. Thank you so much Eduard, this solved my issue