Search

Clear filter
Question
Simon Barker · Aug 4, 2020

Allow unorthorised access to a single REST service

Hi, I've added a REST service which worked fine on our test system but failed on the production environment because UnknownUser does not have %All set and I really don't want
Question
jieliang liu · Nov 2, 2020

Correct way to use Encounter.ActionCode = "C

Hi, I was tring to figure out the correct way of using action code = c under <Encounter>, but havn't got much progress. Here is what I tested and observed: Quote from
Announcement
Ben Spead · Dec 2, 2020

New CCR UI Going Live for all Users on Dec 3

, System Details, and several other parts of the application. We have had over 100 people from a wide variety of organizations beta testing this new interface for many months now, and we
Announcement
Jeff Fried · Jan 22, 2019

InterSystems HealthShare Health Connect 2019.1 preview

and functionality. They are supported for development and test purposes, but not for production. This preview release does not provide an upgrade from earlier versions of InterSystems
Question
prashanth ponugoti · Mar 17, 2022

ERROR while assigning 1800-12-25T00:00:00 to variable type %TimeStamp

for you: Class test.ts Extends %Persistent { Property ts As %TimeStamp(MINVAL = "0001-01-01 00:00:00.000"); /// do ##class(test.ts).Test() ClassMethod Test() { set obj
Article
Oliver Wilms · Sep 16, 2022

Background story around interoperability-soap

pods that route incoming web traffic to compute pods where the Interoperability production is running. Recently we had trouble while testing a SOAP interface. It’s a Generic SOAP
Article
Fabiano Sanches · Dec 16, 2022

How do I apply for the NoPWS Early Access Program (EAP

Early Access Program (EAP) is a way to to deliver specific features early to a group of people who will test and provide feedback on that feature. One of those EAPs is about
Article
Oliver Wilms · Feb 4, 2023

Embedded Python for iris-log-viewer

slightly faster than Test1 using IRIS. I plan to run more tests using larger messages.log files. Update 2/5/2023: I tested using a 5 MB messages.log file. I ran into an error
Question
Mark OReilly · Feb 16, 2023

Can you compact and truncate only on shadow server 2022.1 (Build 209U

. Also note we have tested our compact and truncate against a non production environment that has been a restore of the live backup db to be able to test this before we do
Article
Alex Kogan · Jan 22, 2021

Embedded JavaScript trick – Markers allow use

across the need to use embedded JavaScript. Suppose you are working with some loops, which use < or > as shown in example below: &js< var test
Announcement
Steve Brunner · Aug 29, 2017

Release Candidate of Caché and Ensemble 2017.2

I am pleased to announce that Release Candidates of Caché and Ensemble 2017.2 are now available.Many customers have already downloaded the Field Test over the past few months
Question
Ian Minshall · Sep 15, 2017

Using Atelier and GitHub with 3 environments

Is anyone using Atelier with 3 environments (instances with multiple namespaces) (DEV, TEST, PROD) using GitHub as the source control. I would be interested in how its all
Question
Ruslan K · Oct 7, 2017

Class parameter in class query

{ #define SOMENAME ##Expression("'"_##class(dc.SomeClass).#SOMENAME_"'") SELECT ID || $$$SOMENAME || Name FROM Table1 } ClassMethod Test() { ;d ##class
Question
Matt Fuller · Oct 13, 2017

Is it possible to customize HS.UI.Registry.User.Find

I've written several custom classes to add additional search capabilities to the user / clinician search defined in HS.UI.Registry.User.Find. I've tested it out, and it looks
Question
Scott Beeson · Feb 11, 2016

Ens.Rule.FunctionSet without parameter

Ens.Rule.FunctionSet{ /// Location and Revision of this file in Perforce (Auto-updating) Parameter SrcVer = "$Id$"; /// Returns the current environment code, /// DEVELOPMENT, TEST, LIVE