Search

Clear filter
Article
Eduard Lebedyuk · Aug 12, 2020

Calling production from a REST Broker

mode /// Thirs arg is BS caller, testing service by default - testing must be enabled in that case ClassMethod invokeHostAsync(targetHostName As %String, message As %Persistent
Announcement
Fabiano Sanches · Jul 26, 2023

Developer preview #7 for InterSystems IRIS, & IRIS for Health 2023.2

for Health. Discontinuation of the Private Web Server (PWS) A major topic in this release is the discontinuation of the Private Web Server (PWS) from the installers. This feature
Question
Eduard Lebedyuk · Nov 8, 2016

Why my ZEN report displays ok in xml mode but not xlsx excel

= "ZENApp.SampleApp"; /// Specifies the default display mode used for this report if /// the URL parameter, <var>$MODE</var>, is not present. Parameter DEFAULTMODE As STRING
Question
Robert Cemper · Jun 10, 2018

Multi Language Sort

];/// default DescriptionProperty Description As %String [ Required ];/// GermanProperty DescDE As %String;/// ItalianProperty DescIT As %String;/// EnglishProperty DescEN As %String
Article
Eduard Lebedyuk · May 21, 2018

Adding your own provider to MFT

into the local directory. To upload files to Dropbox, the process should be done in reverse: Create EnsLib.MFT.Operation.Passthrough service. MFT Connection Name: Dropbox Default
Article
Rubén Larenas · Nov 22, 2021

Apache Zeppelin + IRIS Quick Start

and Spark IRIS native connectors. This is a Quick Start Guide just to put you on the track. 1.- Download and save Zeppellin from the official web site --> (Here) 2.- Unpackage
Article
Vicky Li · Nov 14, 2016

Mastering the JDBC SQL Gateway

. # Outline - [What are the connection parameters you need to connect to a remote database?](#connection-parameters) - [What is the JDBC Gateway vs the Java Gateway Service
Question
Sergio Martinez · Aug 6, 2019

Preserving default value of a method parameter when passing a non existing property of a JSON object

Hi, I have a method that has multiple parameters and is normally used from other classes in ObjectScript. Most of the parameters have default values. Withing the server code
Question
Don Rozwick · Mar 22, 2017

How to Search the stream in Message Browser for a EnsLib.HTTP.GenericMessage

HTTPHeadersKey="TranslationTable"> RAW </HTTPHeadersItem> <HTTPHeadersItem HTTPHeadersKey="URL"> /web/rest/FR_PATWIS_PATIENTLOOKUP </HTTPHeadersItem> <
Question
Ashok Kumar T · Dec 11, 2024

HTTP Message format from %Net.HttpRequest

" option in web gateway. POST /aktest/test HTTP/1.1 Content-Type: application/fhir+json Accept: */* Host: localhost:52773 Accept-Encoding: gzip, deflate, br Content-Length: 21 { "asd
Question
Michael Jobe · Jan 26, 2021

SAM Add New Cluster Failed

not be created. There is an isc_prometheus.yml file in the directory which by the default installation did not have 764 permissions. I set the permissions to 764 and restarted the services
Question
Yone Moreno · Jan 12, 2021

How could we get the name, port and type of all services in a namespace‽

Hello, First of all thanks for your help, We would need to get the list of all names, ports and types from the services listed in a namespace We have read the following
Question
Evgeniy Potapov · Jun 20, 2024

Replacement for deprecated %ZEN class

%ZEN.Auxiliary.jsonMDXProvider? As @Brett.Saviano says, if you simply need to work with JSON data, use dynamic objects. If your question is really about the future of data-centric web development
Article
Guillaume Rongier · Jul 8, 2024

Running Django Applications in Iris

as an native Web Application. ## Installation 1. Clone the repository 2. Create a virtual environment 3. Install the requirements 4. Run the docker-compose file ```bash
Question
Cyril Grosjean · Nov 15, 2023

Testing MIB file with a Rest API

Hello, In response to the infrastructure needs of our company's service, I've created a small API that sends SNMP queries to InterSystems to visualize relevant data for retrieval