Search

Clear filter
Question
Michael Davidovich · Aug 12, 2022

Return Error Code After Unit Tests to CircleCI Job

When I run DebugRunTestCase, the the URL spits out with the result index in it.
Question
Yann Simons · Feb 26, 2022

%JSON.Adaptor thow an error with XData with JSON content

For exemple, this class : Class helora.worklist.RessourceType Extends (%Persistent, %JSON.Adaptor) { Property code As %String; Property description As %String(MAXLEN = ""); Index
Question
Niklas Thilmont · Mar 14, 2022

Executing Actions on Global Interaction / Global Hooks?

It's described in this set of training slides: https://www.slideshare.net/robtweed/ewd-3-training-course-part-26-eventdriven-indexing The only way you could accomplish this is by
Article
Vitaliy Serdtsev · Jun 14, 2017

Dynamic row-level security

Answer: it is possible and it’s not hard at all.Here’s what you need to do:stop hanging out on DC only :)disable the %RLI index on the SQL engine level (detailed instructions can be
Question
Tiago Ribeiro · Sep 26, 2017

Whats Unique, PrimaryKey and IDKey?

Best to be translated : Global subscript of data store.Could be defaulted to %Integer >0Unique key defines an index with unique values of a property in parallel to IDkey.
Question
Yone Moreno · Apr 15, 2021

Return ACK from Process

Hello, We would need some help, please First of all thanks for your time used reading this question Also, thanks for your patience We need to generate an ACK in a Process
Question
Peter Stordiau · Feb 20, 2022

Maximum Global Size ?

And thus it indeed is so that one of its "partners" (we ourselves, an InterSystems partner (?)
Question
John Murray · Mar 10, 2016

How to make "Check for Updates" work

That worked, upgrading me from 1.0.107 to 1.0.112 John, I've just did that and indeed that did the trick.I had the initial version, which probably didn't had the version info and update
Question
Evgeny Shvarov · Oct 20, 2022

Calling Embedded Python in Docker Container - Access Denied

Indeed it's there, but was not obvious for me for some reason :)
Question
Francis Galiegue · May 20, 2016

How to completely scratch a previously existing Caché installation?

I didn't know about the ccontrol command, but indeed it is in there... You can use ccontrol delete command to remove instance from list of available instances.
Article
John Murray · Jun 12, 2017

Setting the Windows service account

Indeed, when installing with Normal or Locked Down security you are prompted for the credentials of a Windows account to run the service as.
Question
Jack Smith · Oct 27, 2019

Data transformation and error

Adding that %UnSwizzleAt on the source as the last step in the loop did indeed help - a bit.
Article
Brendan Bannon · Dec 27, 2016

The Art of Mapping Globals to Classes (4 of 3)

How do I reference parent from child if parent id is composite?
Article
Patrick Jamieson · Jul 19

Optimizing Performance of Apache Web Server and Web Gateway

/apachebench/ So far, these statistics look good, but when then I increased the load on the server.ab -n 2000 -c 75 https://fhir.testintersystems.com/csp/healthshare/demo/fhir/r4/Patient
Question
Neerav Verma · May 10, 2019

Adding Parameter to FilterQuery

was tied up in something else.Pls pardon me if I am wrong , from what I can tell this code and all other codes are filtering the table by state which is like saying Select * from Patient