Search

Clear filter
Question
Cedric Montanuy · Jan 25, 2023

Checking that file did arrived on remote SFTP

I ticked the alert on error box for the passthrough BS and BO and the errors are indeed forwraded to an alert management system.
Question
Laura Cavanaugh · Nov 14, 2017

Database is mounted read only and I can't change it

It was indeed a windows security problem, related to the new Cache_Instance_instancename group.
Article
Luis Angel Pérez Ramos · Apr 10, 2023

Sending DICOM files between IRIS for Health and PACS software

= pInput.GetValueAt("DataSet.PatientID",,.tSC) // Set ^PatientImageReceived(patientId) = pInput.GetValueAt("DataSet.PatientName",,.tSC) #; We can forward
Question
Scott Roth · May 2, 2017

Inbound Email Adapter Confguration

)="" For {Set tSetting = pItem.ModifiedSettings.GetNext(.tIndex) Quit:tIndex=""If tSetting.Name="TargetConfigNames" Set tValue=tSetting.Value Quit}For i=1:1:$L(tValue,",") { Set tOne
Discussion
Aleksandar Kovacevic · Apr 26, 2020

Search within Globals (without class definitions)

How would the code look like if you want to optimize it with indexing (another global)? The Node.js-based QEWD-JSdb can be set up to work against IRIS.
Article
Henry Pereira · Aug 2, 2021

Let's fight against the machines!

'] else: best = infinity for move in moves: if move['score'] < best: best = move['score'] best_move = move['index
Question
Mike Kadow · Jun 12, 2017

Is Caché SQL essential to Caché Objects?

If you need to add an index to help performance, then a Caché SQL query will be able to utilise it without any code changes.
Question
Evgeny Shvarov · May 19, 2020

Can I substitute table in FROM with a hosted variable?

field name or keyword into an SQL statement. proof For more about where the source code for embedded SQL has gone in 2020.1, please see this article on the Universal Query Cache Indeed
Question
Robert Cemper · May 20, 2020

Wanted : IRISsession for Windows

Buongiorno Robert, Indeed "iris session" doesn't exist (yet) in the Windows world, but it will probably come at some point in the future.
Question
Anna Golitsyna · May 12, 2021

$preprocess failure

If a specific class member causes this, yes, that might work indeed. I need to try it.
Question
Daniel Kutac · Nov 1, 2021

adding a new link to dashboard, how?

Hi Robert, indeed it is a bug, that prevents creating a new link. Luckily fix was easy, just to comment a one line of code.
Question
Minn Bo Bo · Feb 16, 2023

How to Sign a String with RSA SHA256?

You are a life savor indeed, it works. Thank you so much.
Question
Anna Diak · Nov 29, 2023

Cloud SQL

We have indeed found some glitches along the way, and have prioritized fixing them in the main code branch that's on its way to GA, rather than patching the Developer Access Program
Question
Martin Nielsen · Aug 21, 2024

Invalid CSP response cookie. SameSite cannot be set to None without Secure. : CSP Error

. : CSP Error" Which doesn't make sense to me since the connection is indeed secure, I also have error logs from Application Logs if this could be helpful.
Question
Kurro Lopez · Sep 19, 2022

Get HttpStatus in a response using EnsLib.HTTP.OutboundAdapter

Hi, Indeed, the problem was caused because the address to which it is going to connect is variable, so the component is not configured with the Server or URL parameters.