hi everyone
we are migrating a legacy script that uploads the files to a SharePoint site through webdav to Health Connect engine.
I wonder if anyone has ever done that, if yes, what did you do to achieve this?
thanks in advance,
Frank
hi everyone
we are migrating a legacy script that uploads the files to a SharePoint site through webdav to Health Connect engine.
I wonder if anyone has ever done that, if yes, what did you do to achieve this?
thanks in advance,
Frank
good afternoon!
I was trying to set up the "File Spec" to match the exact filename that will be in the file path.
however, it seemed grab whatever the name of the file and work on it.
wondering how I can specific the exact filename in "File Spec" so that It wont touch other files in the same path?
https://docs.intersystems.com/healthconnect20251/csp/docbook/DocBook.UI…
hey everyone,
we are new to InterSystems health share, we are running health connect in a cluster with primary, backup and dr nodes.
we kept noticing that web applications definitions aren't showing in the backup or dr node.
is that normail? would they show up after failover to backup node or cutover to dr node?
thanks
hi there,
I recently created a shell script to run the integrity check.
I used this as reference - Introduction | InterSystems IRIS Data Platform 2023.3
I found the example from above url having a line - "
kill ^IRIS.TempIntegrityOutput(+$job)it isn't working when I used in a script. it returns the pid of my iris session instead.
I had to simplify the example to run following lines instead -
Do CheckList^Integrity(,,,,5)
do Display^Integrity(,1,)
script runs fine and can see integrity check results as expected.