Search

Clear filter
Question
James Westley-Farrell · Dec 7, 2021

Can't change content-type in REST response

; HTTP/1.1 200 OK< Date: Tue, 07 Dec 2021 19:54:43 GMT< Server: Apache< TRANSFER-ENCODING: chunked< EXPIRES: Thu, 29 Oct 1998 17:04:19 GMT< CACHE-CONTROL: no-cache<
Article
Raj Singh · Mar 27, 2024

A Better data import experience for LOAD DATA

if you use the default IRIS port and web application name. Step 3: Specify the CSV file location Step 4: Specify the CSV file's format LOAD DATA needs to know some things
Question
Daniel Goerke · Nov 20, 2024

OAuth2 with Microsoft

to forward the request that returns 404 to the Web Gateway and then IRIS By default, the Management Portal web app, /csp/sys, sets Session Cookie Scope and User Cookie Scope
Article
Nikita Savchenko · May 6, 2016

Installing Caché Applications Using Class Projections

." // web-application description set cspProperties("IsNameSpaceDefault") = $$$NO // this application is not the default application for the namespace set cspProperties
Article
Yuri Marx · Nov 27, 2024

Using IRIS and Presto for high-performance and scalable SQL queries

The rise of Big Data projects, real-time self-service analytics, online query services, and social networks, among others, have enabled scenarios for massive and high-performance
Article
Tani Frankel · Mar 29, 2016

Getting Production Setting's Value

: Clicking on the Settings Defaults button you can see this is a 'Host' setting: And you can access the value using this call for example: ENSDEMO>write ##class(Ens.Director
Question
Scott Roth · Aug 4

SQL Search REST Interface Example

this to work without having to create a REST service? When I reformat the request to { "query": "SELECT ID, Name FROM osuwmc_Epic_Clarity.DepartmentMaster WHERE ID = 300000000
Question
Jack Smith · May 19, 2019

%FromJSON() failing with content larger than 32kb

We have a business service that extends Ens.BusinessService and uses EnsLib.File.InboundAdapter.This service polls for json files in a folder.Method signature is like
Question
Norman W. Freeman · Jul 6, 2023

Are there any known causes of IRIS entering a deadlock/hang state

, despite IRIS service (IRIS.EXE processes) being still active. CPU/memory/network usage are usually very low (eg: it does not occurs because server is overloaded). The only fix is a full
Question
Colin Brough · Apr 30

Serialised classes, exports and development environments

work, so have pasted the text of the export file below: <?xml version="1.0" encoding="UTF-8"?><Export generator="Cache" version="25" zv="Cache for Windows (x86-64
Article
Iryna Mykhailova · Jan 7, 2020

Accessing data via ECP with eXTreme for .NET

anything in Visual Studio, however, we need to set up the ECP on both IRIS instances. First, we’ll enable the ECP service on both the data (IRIS) and application (IRIST) servers
Article
Clark Matthews · Nov 3, 2016

Resolving Caché Printer Problems in Windows

. This is because the GUI interface can only be shown on a system desktop session and not in web browser and terminal sessions. Some printer drivers have problems with this method
Question
John Murray · Mar 5, 2016

Development teams and namespaces

to discuss the pros and cons of these options, and to consider hybrid or alternative arrangements.Does it depend on whether you're working with Caché or Ensemble? Writing web apps
Article
Mikhail Khomenko · Aug 16, 2017

Grafana-based GUI for mgstat, a system monitoring tool for InterSystems Caché, Ensemble or HealthShare

to do two more things: change the admin password for the web interface (by default, the login/password combination is admin/admin) and add Prometheus as a data source. This can
Question
Soufiane Amroun · Mar 16, 2018

Send method of %Net.SMTP reports a failure

() Set server.smtpserver="smtp.office365.com" //HotPOP SMTP server uses the default port (25) Set server.port=25 //Create object to carry authentication Set auth=##class