Search

Clear filter
Question
Tiago Ribeiro · Feb 25, 2016

Better Unit Testing Strategies for InterSystems Caché Development

Indeed. Presumably the "load and delete" defaults were a design decision based on the model of running unit tests elsewhere.
Question
Wolf Koelling · Dec 16, 2016

2017.1 Field test Windows installation problem

install, there would be a file in C:\Windows\ with a file name starting with CacheInstall Good morning Wolf,I tested the 2017.1.726 Caché kit from our "Developer Download" page and, indeed
Question
Ruslan K · Jun 15, 2018

Kill process started by JOB

Indeed, but that option is not available in version 2012.2 do %SYSTEM.Process:Terminate() I'm just curious: since which version this exotic form of call is supported?
Question
Marcel den Ouden · May 8, 2024

IIS webserver much slower than PWS

That would help to identify if indeed the issue is witht the web server itself, or perhaps in some Web Gateway configuration I wonder if this is caused sometimes by establishing a
Question
Norman W. Freeman · Feb 1, 2024

Is there a simple way to check if a given class need to be recompiled ?

The error reported is as such : ERROR: ^oddCOM(cls,timechanged) does not exist I checked and indeed there is no TimeChanged or TimeCreated in the class compiled global.
Article
Elijah Tamarchenko · Feb 8, 2024

Using %Library.Prompt in IRIS for terminal interaction

I have indeed found this library to be very helpful to my in constructing interactive user prompts in ObjectScript! Thanks for the article.
Question
Anna Golitsyna · Mar 5, 2024

How to read from file starting from a certain position?

,line } } Yes, ReadLine works, thanks, This approach indeed works on a small sample file.
Article
Dmitry Maslennikov · Dec 3, 2021

VSCode-ObjectScript on GitHub

It's indeed convenient if you need to fix the typo in your ObjectScript and can do that just typing "." symbol and can make changes even from iPad :) ObjectScript plugin installation
Article
Robert Cemper · Jul 30, 2021

My Reviews on Open Exchange - July 2021

- no guide 1.5 20 Enhanced Monitor Manager A lot of extra work required 1.5 3 6 out of 5 for AnalyzeThis - that's a lot ;) @Peter.Steiwer, your app is indeed
Question
Colin Brough · Aug 9, 2023

Reports roadmap

Hello Colin -- InterSystems Reports did indeed become available beginning with IRIS/IRIS for Health so are not available on Ensemble.
Question
Norman W. Freeman · Jul 7

Is there a way to specify a number of IRISDB processes to be kept alive for serving requests and background jobs ?

You can indeed see the total CPU cycles counter being increased with the time.
Announcement
Bob Kuszewski · Nov 13, 2023

Deprecation of InterSystems System Alerting and Monitoring (SAM)

SAM has shown us what is already possible related to monitoring IRIS and the extension with custom metrics is great but it indeed did not integrate very well in existing monitoring
Article
Mike Kadow · Aug 13, 2016

NewBie's Corner Session 17 New command

" for an index of all NewBies' Posts One difficulty when converting old "dotted" code to use the new curly brackets is that New applies to the current dot level - same as if the dot
Article
Dmitry Maslennikov · Oct 6, 2020

RealWorld Application with InterSystems IRIS

Index=4&$NAMESPACE=USER All PASSED [realworld] Test SUCCESS Notes There are a few issues I'm faced with during the development of this project.
Article
Maxim Yerokhin · Sep 21, 2016

ASP.NET Identity Caché Provider — working with Identity via InterSystems Caché

HasForeignKey(ul => ul.UserId); user.Property(u => u.UserName) .IsRequired() .HasMaxLength(256) .HasColumnAnnotation("Index