Search

Clear filter
Question
tom whalen · Jun 29, 2022

Measuring Global References ````

But this is influenced by many factors, not just the above: see InterSystems SQL Optimization Guide The host, storage and DB engine don't influence the gref count at all.
Question
Smythe Smythee · Jul 13, 2022

Can you help meHow to Convert HL7 input message into JSON Object Output Message

is to have the FHIR package installed and use the OOB transformations.an alternative way would be something as follows; ClassMethod TestHL7ToJson() { set hl7FilePath = "C:\Intersystems
Question
Timothy Leavitt · May 10, 2023

Is it possible to define an *instance* method in tag-based CSP?

(Context: https://github.com/intersystems/git-source-control/pull/255 ) In a tag-based CSP page...
Question
Christine Nyamu · May 12, 2023

HOW TO SEARCH IF A STRING EXISTS IN A LOOKUP TABLE

Hello, I am quite new to the InterSystems world.
Question
Nezla · May 25, 2023

Using sample

to show: https://community.intersystems.com/post/download-file-rest-api-operation to get and store: https://community.intersystems.com/post/upload-intersystems-iris-rest-api Zen Do
Question
Alexey Maslov · May 25, 2023

Should numeric overflow be detected during the syntax check?

InterSystems changed how <MAXNUMBER> was signaled during conversion from text representation to numeric representation when support for 64-bit IEEE binary floating point was added
Question
Wesley West · Nov 15, 2023

The ability to start a program from within cache

I even contacted Intersystems and talked with a very helpful rep but we still couldn't figure it out. Does anyone have any ideas? Thanks!
Question
Emil Odobasic · Dec 20, 2023

How do I retrieve Data from Form-Data from a REST HTTP-request in a REST-service?

set vProfile = %request.Get("testprofile") set vFilen = %request.GetMimeData("filetest")Down below is the postman request: have a look to this article: Upload into a InterSystems
Question
Tom Fauls · Dec 29, 2022

WinSQL does not load table indices, or sometimes loads SQL Storage map as indices

While WinSQL does not offer direct support for InterSystems products, out of the box, and as far as I know, no plugins exist.
Question
Mariam Chaaban · Jun 7, 2023

Help with Rest API call (POST) with parameters and CSV attachment

It was solved by WRC (InterSystems Support). Anyway, the code above should work fine as tested by WRC.
Article
Irène Mykhailova · Jun 7, 2023

Global Summit 2023, The Explosive Ending! For now

proper professional version come out: Right after lunch all the moderators who were present at the Global Summit gathered for the session called "How to get the most out of the InterSystems
Question
Gautam Rishi · Jun 7, 2023

how can i use git for versioning while working in IRIS

Hi - I'd recommend looking at https://github.com/intersystems/git-source-control and watching a few of these videos: https://www.youtube.com/watch?
Question
William Vorhees · Jan 9, 2017

SHA-512 seems to be wrong

InterSystems returns just string of bytes, while online generator returns hex codes for that bytes, which is much better for reading by human.
Question
Phuc Nguyen · Oct 27, 2020

Does sql query from CSP that causes web pages to timeout get logged into SQL Statements ?

KEY=GCM_monlbl Average Time column from Intersystems SQL Statements tab is in seconds Thanks... giving this a try but not sure why MONLBL is always returning '(routine not found)' when
Question
alberto bovo · Nov 4, 2016

How to force HTTP status response using EnsLib.REST.Service

I am sorry if the question is a too low knowledge level but I am pretty newbie to Intersystems world.Alberto I have a class which extends EnsLib.REST.Serviceand my URL map is as belowXData