Search

Clear filter
Question
Yuri Marx · Mar 17, 2023

Custom %CSP.Login for app /csp/sys

Hi guys, I defined a subclass to %CSP.Login and assigned csp/sys login page to this subclass: But did not work, I get this error: And more, the default %CSP.Login continues
Article
Murray Oldfield · Mar 11, 2016

InterSystems Data Platforms and performance – Part 2

, and not something I can answer - hopefully someone else can jump in here with some advice or experience.Posibilities may include web services or if you use ODBC your application could
Question
Michoel Reach · Apr 8, 2021

Converting ISO-8859-1 input document

with (*) represent the locale's original default I/O table Current default--------------------- --------------------1) Process RAW (*)2) Cache Terminal UTF8 (*)3
Article
Yuri Marx · May 15, 2023

Tutorial: Deploy your dockerized application on Google Cloud

These days the vast majority of applications are deployed on public cloud services. There are multiple advantages, including the reduction in human and material resources needed
Question
Evgeny Shvarov · Jan 15, 2023

CSV to CSV data transformation using Interoperability

instead of seeing output file. Please take a look in git repo here (just start the production and look for messages from File Passthrough Service): https://github.com/oliverwilms
Question
Steve Pisani · Jun 6, 2017

Running the Management Portal pages over HTTPS

to the Management portal as hosted by the private Apache Web server instance installed with Cache. (I know how to do this for regular web sites hosted on, for example, IIS). I would imagine
Article
José Pereira · Dec 22, 2021

ZAP API scan GitHub action

. This tool can perform scanning on web applications and/or APIs (REST, SOAP and GraphQL) searching for [common vulnerabilities](https://owasp.org/www-community/vulnerabilities
Article
Aleksandr Kolesov · Feb 4

REST Service in IRIS Production: When You Crave More Control Over Raw Data

, a message comes into the REST service, and everything in the production runs smoothly as it should. Here’s a sample request: { "case":"2-12-85-06", "to":"management of ZOO
Question
Brian Shingle · Nov 18, 2020

JWT generation for Google

Greetings! The application I work with has a need to update a user's google password using a service account and no user intervention other than clicking a link. I'm
Article
Sergey Mikhailenko · Jan 24, 2023

Some aspects of migrating JDBC settings between IRIS instances

![image](/sites/default/files/inline/images/jdbc.png) # Introduction There are many entities in IRIS which are extremely difficult to transfer to another system.They usually
Article
Rizmaan Marikar · Dec 25, 2021

Generating EXCEL documents with Caché ObjectScript

(%Stream.FileCharacter).%New() set sc=stream.LinkToFile(xmlfile) do stream.WriteLine("<?xml version='1.0' encoding='UTF-8' standalone='yes'?>") do stream.WriteLine("<workbook
Question
Addy Naik · Jun 12, 2024

Trouble running healthshare_unifiedcarerecord_insight_patientindex containers

Im trying to run a local instance of the UCR/Patient Index in a container but its giving me an error. Here is my docker compose file: version: "3.2" services: iris
Question
Evgenii Ermolaev · Apr 11, 2021

CSP application weird behaviour

to display the error on a page? If you use Studio to edit/compile *.csp files, check the following parameters: Enable service status check (Recommended) (yes) Studio is active
Article
Evgeny Shvarov · Jan 25, 2024

Your Favorite IRIS Terminal Aliases In Docker Dev Environment

") ; Exporting to XML started on 01/25/2024 11:58:37 Exporting global: ^AAA Export finished successfully. USER> Or add ssl configuration with a specific name: USER>:ssl web x
Article
Lorenzo Scalese · Aug 16, 2023

Http request response time monitoring

. Package web-timing-logger Recently, I have developed a small tool for the community that allows us to log all incoming HTTP requests. It is available on Open Exchange if you got