Search

Clear filter
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
Ephraim Malane · Jan 17, 2023

CCR transition to live shows critical error

Hi Community, I have created Tier 1 CCR and when I move it to Live it shows the below error. I initially had changes deployed through a different CCR to the TEST environment
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
Article
Developer Community Admin · Oct 21, 2015

InterSystems Caché Benchmark: Achieving Millions of Database Accesses per Second Inexpensively

AbstractIn a recent benchmark test of an application based on InterSystems Caché, a sustainable rate of 8.9million database accesses/second, with peaks of 16.9 million database
Question
Chip Gore · Jun 20, 2018

HL7v2.x question: Where should depression screening information go

sort (and ORU message) for the "what the screening (or perhaps testing) showed", but I'm not sure if the screening was performed yes/no qualifies as an "ordered test".Just looking
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
Announcement
Elena E · Sep 6, 2022

New Open Exchange Feature - ObjectScript Quality status

Script Quality test 2. On the public application page (example) you will see that in info box: 3. On the page where you manage your apps you will see the quality check
Question
Chi Wan Chan · Jun 27, 2022

IAM - basic authentication issue

Hi all, I am trying to test the IAM locally, but I came to a issue. When I turned on the the Basic Authentication, I get an 503 Service Unavailable.error. This is the scenario