Search

Clear filter
Question
Markus Suonpää · Jul 1, 2022

How to access Production items through Objectscript?

%OpenId(pProd)Set tSC = ##class(Ens.Director).getProductionItems(tProduction,.pDefinition,.pAutoAdd)ZWQuit tSC} There is a tool ("ompare") on the InterSystems Open Exchange for comparing
Question
Michael Gosselin · Jun 12, 2023

Throwback code: $zu(0) and $zu(1) (aka, $ZUtil(0) and $ZUtil(1))

Well...I don't remember using them in either Caché or the previous M/SQL and don't see them documented at all going back to Caché 4.1 (the oldest I can find on InterSystems' site),
Article
Mihoko Iijima · Jan 25, 2024

Reasons why journal files remain for a long time without being deleted

InterSystems FAQ rubric If the system does not stop for 24 hours, old journal files will be deleted at 0:30 according to the "Journal file deletion settings".
Question
Mike Kadow · Jul 11, 2017

Relationships - iterate through all the Manys' side

Ok, how about a simpler question, why isn't ExtentFunc documented in the InterSystems Documentation?The people who create the documentation, listen up!!
Question
sansa stark · Jul 17, 2017

Discarding Received non HL7 data

They're mutually exclusive.This situation is one of the reasons why InterSystems supports custom services ...
Question
Arpitha Ramakrishnaiah · May 10, 2017

List out unchecked mapped items classes through terminal?

USER>s impliedNamespace="^"_##class(%SYS.Namespace).GetGlobalDest(namespace,"^oddDEF") USER>w impliedNamespace ^^c:\intersystems
Question
Scott Roth · Oct 6, 2020

Securing your Management Web Portal moving from http:// to https://

Configure the chosen server to work with InterSystems products. And configure SSL for that server, in any way by instructions you can find on the internet.
Discussion
Benjamin De Boe · Nov 9, 2020

Accent sensitivity and other internationalization issues

Hi, InterSystems IRIS has long supported the obvious translation functions required to for converting to upper or lowercase to enforce case-insensitive string comparison (e.g. in ObjectScript
Question
Ryan Miller · Nov 7, 2016

Accessing Error Logs to See Build Problems and Update Problems with Cubes

%PrintBuildErrors("ReplaceWithYourCubeName")Sincerely,Asaf SinayDeepSee Support Manager | InterSystems Support (Main): +1.617.621.0700 InterSystems.com Asaf, Thanks.
Article
Renato Banzai · Jan 30, 2021

Making a blog using Python + IRIS Globals

Observing how easy could be persisting data into Intersystems IRIS with the Native API I decided to make this application and force myself to forget a little of SQL and stay open to
Question
Eduard Lebedyuk · May 18, 2016

How to use stored procedures with linked tables

.): SQLState: (42000) NativeError: [1] Message: [Iris ODBC][State : 42000][Native Code 1] [c:\intersystems\iris2021v1\bin\irisdb.exe] [SQLCODE: <-1>:<Invalid SQL statement&
Question
Mark Retry · Nov 16, 2020

Process CSV, Txt files from a filesystem/folder and load to Iris DB

I am looking for any pointers on how Intersystems IRIS Health can monitor a filesystem/Folder that user/s /applications can drop in CSV files via FTP and load the file to the IRIS
Question
Henrique Dias · Dec 16, 2020

Fact Table 1 x SQL Select 100k

I think InterSystems BI should throw an error or generate a %BID or offer to generate a %BID if the fact class id is not a positive integer Wow. Good catch!
Question
Limyandi Vicotrico · Jan 13, 2021

SQL Export Data with %SQL.ExportMgr

_TableName) Set mgr.FileName = "c:\intersystems\cachepro\mgr\user\data.txt" Set mgr.TableName = SchemaName_"."
Question
Michael Gosselin · Jul 29, 2016

How best to "break" my code

Did you consult at InterSystems fifteen years ago? Long time no see. My favorite technique to keep myself and others honest is to test with random inputs.