Search

Clear filter
Announcement
Evgeny Shvarov · Apr 13, 2020

REST API Contest details: Application types and bonuses

Yes, indeed this could be a helpful project!
Question
Arto Alatalo · May 5, 2020

Ooops "Daemon WRTDMN died. Freezing system". But why???

But indeed on first place I'm interested to know why the system always worked fine on Windows (with very same load) but fails on Linux.
Question
Augie Turano · Oct 9, 2020

How to Create a Cache SQL Temp Table?

Thanks @Vitaliy.Serdtsev2149 Indeed, that method will be deprecated shortly, in favour of CREATE TABLE AS SELECT, which is new in 2021.1 and part of the SQL standard.
Question
Benjamin Eriksson · Mar 7, 2016

SQL in Atelier

The EntityAPI would indeed do the job for the query above but I haven't found any API for the query below.
Article
Evgeny Shvarov · Oct 24, 2022

Embedded Python Template

Status { Set sc = $$$OK Set dt = ##class(%SYS.Python).Import("datetime") write dt.date.today().isoformat() Return sc } Writing ObjectScript class methods in python Indeed
Question
Anna Golitsyna · Dec 14, 2022

How to get current routine line?

When using the "MCODE" feature, it does indeed help if there is something else in that line that is worth tracing...
Question
Pietro Di Leo · Sep 11, 2023

Is it possible to dynamically adjust the FailureTimeout of a Business Operation?

But it indeed does not work(ed). I opened a WRC and it turned out that there is a bug "around" the OnFailureTimeout() implementation in Ens.BusinessOperation.
Question
Norman W. Freeman · Dec 20, 2023

How to decode the binary data produced by in the event log ?

The pound symbol is indeed the entry U+00A3 in the Unicode table, but it's always encoded as 0xc2 0xa3 in UTF-8. See this page.
Article
sween · Jun 18, 2024

Unity Catalog for IRIS Workloads - Collision Theory Confirmed

I attend conferences and hackathons searching for that something to click enough to make me walk out of a keynote happily distracted and snag one of those (rare indeed) empty benches
Question
Daniel Kutac · Mar 23, 2016

Web Development framework to share - anyone?

Dan Kutac Thank you all for responses.I tried bootstrap and Angular, and after an indeed a painful period of trying to understand angular's javascript templates, I created some decent
Article
Istvan Hahn · Jan 6, 2017

Atelier, The XML Contents Editor

Indeed it is not. You can collect and load the most frequently used XSD files in few hours, and then you are on the way “to infinity and beyond”.
Article
Sean Connelly · Nov 19, 2018

Language features that you really should know from day 1

KEY=GCOS_operators while this test is indeed fun, the most important phrase in your post is of course: ## best stay away from doing anything too clever as it leads to unreadable
Article
Evgeny Shvarov · Nov 12, 2019

ObjectScript Package Manager Naming Convention

I think that the developer should have the freedom to name their classes and packages.However the name registered in the ZPM should follow a pattern indeed.
Article
Alexey Maslov · Oct 20, 2020

Parallel Processing of Multi-Model Data in InterSystems IRIS and Caché

These simple examples suggest that horizontal parallelism is natural for data transformation tasks, and indeed, it is.