Search

Clear filter
Question
Norman W. Freeman · Nov 7, 2024

Existing protections against XSS attacks on CSP pages ?

What I am looking for : Built-in protection mechanisms that can be enabled globally (eg: per web application) or per CSP page.
Article
Neerav Verma · Sep 27, 2019

Error Handling Techniques : Tips & Tricks

And I had to add a business service to the production for a Java Gateway Service. This needed to be in place in order for my JDBC connection to actually work.
Announcement
Emily Geary · Aug 7, 2024

InterSystems Certification is looking for question writers for our upcoming InterSystems TrakCare Integration exam

Uses SOAP web services Writes InterSystems ObjectScript code to invoke external SOAP web services Uses SOAP Wizard to create proxy clients Uses industry-standard
Article
John Murray · Oct 13, 2023

How to provide VS Code settings, snippets and debug configurations to everyone working server-side in a shared namespace

When you use VS Code to edit source code, the settings model allows you to specify folder-specific values for some settings by using a settings.json file located in a .vscode sub-folder
Question
Joseph Tsang · Feb 16, 2023

Does FHIR server in the IRIS for Health Community Edition support Conditional Create/Update and resolve uuid references?

This YouTube video about submitting a FHIR transaction bundle impressed me. It shows me two things: how a new resource (in the video, the Observation) referencing another new resource
Question
Kyle Johnson · Dec 29, 2017

OLE DB provider 'MSDASQL' for linked server returned data that does not match expected data length for column

I setup a linked server to a cache database to query the data and when I try an query the data I get OLE DB provider 'MSDASQL' for linked server 'xxx' returned data that does not match
Question
Krishnamuthu Venkatachalam · Sep 12, 2020

Calling a classmethod of an instance from another instance via native method

Service on Server B and then invoke the methods from Server A by invoking HTTP calls to the Web Service.
Question
Lakshmi Ankireddipalli · Jun 16, 2023

How do we map Globals (holds data which spreads across different DBs) to multiple Databases

If you are describing your globals in a class and they do not use default storage, but rather SQL Storage(%Storage.SQL) you can define your storage to include extended references.
Announcement
Jiahao Song · Oct 7, 2021

We need your input!

Hello All, InterSystems Certification has redesigned their IRIS Integration certification exam, and we again need input from our community to help validate the topics. Here's your
Question
Lori Fassman · May 4, 2020

HS Subscriptions -- can we specify an Access Gateway cluster or load balancer address?

Hi -- at a customer site we have 8 Access Gateways, with a couple of different load balancers that decide which projects go to which subset of AGs. We're about to go live with a project
Article
Pierre-Yves Duquesnoy · Jan 27, 2021

Implementing IRIS Integrations with .NET or Java using PEX

Examples of Business Services are a REST Service and SOAP Web Service, but also a Service that reads and processes new files that have been written in a directory, a service that reads
Question
Tom Philippi · Feb 20, 2017

How to set a date in an ensemble production test message

However, I can not seem to find out how I write the date in the test message. 1980-01-01, 01-01-1980, 50000 (cache integer encoding).
Question
Norman W. Freeman · Oct 8, 2024

How to convert IRIS from 8-bit into Unicode ?

If you have any 8-bit strings encoded in UTF-8 then you can use $ZCVT to convert UTF-8 strings to the IRIS default Unicode representation which uses UTF-16.
Question
Botai Zhang · Nov 17, 2020

Login encryption

Note that many of the web services in HealthShare (if set up before deploying SSL) will be configured to use the internal (57772) web server.
Question
Eduard Lebedyuk · May 29, 2019

Send request to BP on production start

Services from OnPreSOAP() Method OnInit() As %Status { $$$TRACE("INIT") set sc = ..SendRequestAsync(...)