Search

Clear filter
Question
Ashok Kumar T · Jan 21, 2024

$Storage and Private global

LEARNING>Set ^TEST="a" LEARNING>d ^%GSIZE Global ^TEST directory: c:\intersystems\irishealth\mgr\learning\ Page: 1 GLOBAL SIZE
Article
Megumi Kakechi · Dec 5, 2024

How to raise a custom error

InterSystems FAQ rubric If you want to raise an arbitrary custom error in a TRY block, you can pass an exception with a throw as follows.
Article
Jose Ruperez · Apr 28

Minimum IRIS container footprint

During this process, we also discovered that IRIS containers could not allocate Huge pages, that was reported and fixed in subsequent versions by InterSystems.
Announcement
Olga Zavrazhnova · Nov 7, 2024

[Global Masters] Halloween Contest Results!

Join the program here using your InterSystems SSO credentials. Congratulations to the winners!!
Question
maxime keltsma · Apr 18, 2024

Direct access to a global without SQL

In the InterSystems portal, i can do it with SQL (SELECT count(*) FROM DataTest where Reference = '1516'), but can we do the same in ObjectScript without SQL and manipulating the global
Question
聆严 周 · Oct 13, 2022

Lisence usage suddenly spikes

I totally understand the reason why Intersystems control licenses like this. But here is just a humble suggestion.
Question
Michael Davidovich · Jul 29, 2022

Opinions on CSP methods to REST services?

id=2102 git hub: https://github.com/intersystems/isc-rest
Question
Glenn Bickel · Aug 11, 2022

EnsLib.SQL.OutboundAdapter cannot select from temporary table

The syntax between the different SQL system can be a little tricky and my guess there is an incompatibility between MS SQL and InterSystems.
Question
Peter Steiwer · Apr 6, 2018

Class storage definition in atelier

Perhaps once the early phases of development are finished these diffs will become less active and not a problem.The second reason is that I have been developing on both Caché 2017.2 and InterSystems
Announcement
Amanda Duff · Nov 14, 2019

Junior Application Support Analyst - Manchester, England

Desired requirements: Experience within a similar role Experience of using CODAS Experience of MUMPS or InterSystems Caché programming languages Experience with Windows operating
Question
lw lw · Nov 14, 2019

I need to restore the previous part of the log,what do I need to do?

By a TCOMMIT (in synchronous commit mode, which causes the data involved in that transaction to be flushed to disk) if you are using InterSystems IRIS transactions.
Question
Scott Roth · Sep 5, 2019

Upgrading from 2015.2.2 to Health Connect 2019.1

I believe HealthShare Health Connect built with Caché 2015.2.2 is not a new enough HealthShare core version.Outside of that, it may be possible to manually convert to InterSystems IRIS
Article
Sanjib Pandey · Apr 23, 2019

FTP file download (all files, no of files) Option : copy file or move file

Method : to download the FTP file from intersystem cache : If you have any question please drop a message : ClassMethod FTPDownload(myFTP = "", myUserName = "", myPassword = "", sFileLocation
Question
Eduard Lebedyuk · May 17, 2019

Is there a way to get [ Internal, Private ] property?

As %String { Set pd=$system.CLS.Property(propName,oref,0) Set slot=$piece(pd,"^",2) Set value = $zobjval(oref,slot,0,3,slot) Quit value } I'd like to get an Intersystems
Question
Vikram Annadurai · Jul 17, 2019

Getting "Service Unavailable" Error on PostMan

Web Application Configuration: PostMan Error: PropertyName.cls CROSRestApi.cls Please post CROSRestAPI as text.Can you get InterSystems IRIS or a complete version