Search

Clear filter
Question
Scott Roth · Jan 13, 2021

Handling Errors

%New() set bp=%Ensemble("%Process") set tSC=bp.SendRequestSync("My.Operation",req,.resp) if $$$ISERR(tSC) { // Oops... error!
Question
Maxim Berezkin · Dec 24, 2021

How send request without urlencode params in URI?

name=value Oops, instead of hr.SetParam() try hr.InsertFormData("name","value"). This works for me: USER>set req=##class(%Net.HttpRequest).
Question
heng a · Aug 7, 2018

About the synchronous encoding of Atelier

Oops, a joke, I am sorry that I understood wrong before.Configuration is like this: You can to change default file I/O from GB18030 to UTF8.To do that, execute do ^NLS and choose:
Announcement
Sergio Farago · May 13

Fourth Spanish Technical Article Contest – Prizes for Everyone!

; Adapting existing C#, Java, and Python code to IRIS and IRIS interoperability via external language gateways✔️ GenAI, Vector Search, RAG✔️ FHIR, EHR, OMOP
Question
Michael Fortunato · Oct 25, 2022

Is there a way to prevent building indices when inserting records via `%Save()`

I was aware of %NOINDEX but because of point 1) I was hoping to take an oop approach. Thanks Michael.
Announcement
Olga Zavrazhnova · May 12, 2020

Global Masters Gamification Hub - Start Here

, which you can use to log in to Global Masters from your mobile:Android App Store Thanks @Olga.Zavrazhnova2637 . login link as well as manual login fails and errors out stating "oops
Question
JESUS (COGNOSANTE) BRAVO · Jun 24

Using CodeTidy in my GitHub automated workflow for linting ObjsectScript code

Oops - I was out on leave, just seeing this now.
Question
Thiago Zenaro · May 25, 2018

RESJOB while compiling classes

script in order to validade an installation package following the steps:- Create environment { }Try{ - Import classes // Do some stuffs - Compile Classes}Catch (ex){ // oops
Article
Yuri Marx · Apr 22

My options to learning more from READY 2025

Directory: New & Next, Transitioning HealthShare from On-Prem to HealthShare Cloud InterSystems SaaS solutions Meet InterSystems EMPI, InterSystems Health Gateway, InterSystems OMOP
Question
Lewis Houlden · Jun 30, 2023

Is it possible to revert the BRE editor UI in 2023.1

EDIT: Oops ... disabled the wrong service (/api/interop-editors). Disabling the right service (/ui/interop/rule-editor) does the job.
Discussion
Jeffrey Drumm · Jun 13, 2024

$ZTRAP vs Try/Throw/Catch

introduce a try-catch block, the quit may no longer do what you expect: for i=1:1:10 { if i>4 { quit }} for i=1:1:10 { try { if i>4 { quit // oops
Announcement
Olga Zavrazhnova · Nov 7, 2024

[Global Masters] Halloween Contest Results!

Story by @Danny.Wijnschenk oops, i passed the *dead* line ! Happy Halloween, and stay tuned for more exciting activities!P.S. Not a Global Masters member yet?
Question
Nikita Savchenko · Jun 14, 2016

Get variables list

..GetNewVarName()) // oops, another variable names Things get complicated here.
Announcement
Vel Sivamani · Mar 1, 2024

Intersystems - Cache Objects Health Share Application Developer

-Programming using Cache Object Script, knowledge of cache global and routine, strong Knowledge of MUMPS, -Expert in OOPS programming, Experience in building Web services and consuming
Question
Martin Nielsen · May 20

%Stream files do not get purged from the /stream/ folder on the system disk

Oops. So I'm back to using %Stream.FileBinary ...