1. set tSC=...
do $SYSTEM.Status.DisplayError(tSC)
2. set tSC=...
zwrite tSC
3. An alternative?Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?
Wondering what version the Information.Schema schema was introduced, so that I can decide how to query the metadata for user defined tables.
Thank you!
For Microsoft Windows, please consult the InterSystems product documentation.
The IRIS installer will detect if a web server is installed on the same machine, which gives you the option to automatically have the web server configured.
All Apache installations will require sudo (recommended) or root permission to install the web server. This requirement supports recommended best practices.
I've created a Rest Service as described here
Configured the webapplication as described in the previous link, and now have a URL which I call in PostMan
http://VIR-HC-DEV-01.gmmh.nhs.uk:52773/api/mgmnt/v2/parisconnect/PCRestWhich returns the JSON spec as I would expect:
Hey Developers,
Please welcome a new set of Global Masters badges for 💡Tech Quizzes on InterSystems Global Masters!
From now on, each of your suggested and approved Quiz Questions will not only enhance the fun and challenge all Global Masters members but will also earn you badges and recognition.
Update - I answered my own question, so I'll just leave this here in case it can help someone.
Hi All
I'm following the tutorial Creating and Editing REST Services and have reached the step Using ^%REST to Create a Service and have encountered an error.
Here is grab of the terminal command:
I have been struggling with a docker run command that kept crashing, the error message was too generic to point me to the right direction.
Since the container is shut down after the failure, I was unable to login to it in order to figure out the problem.
I had to run the container in a way that I'll be able to log into it before it crashed, so I found the adding -u false prevents the docker run command to run the iris session IRIS and the container stayed up and running. then I was able to log into it using:
docker exec -it <container id / name> /bin/bash
This question originally appeared in the comments of the post: Error on FHIR resource publish through Process to FHIR repository
Hi Prasanth, I'm trying to convert SDA to FHIR and receiving the same error you mentioned above (ERROR #5770: Object open failed because 'ServiceIdIdx' key value of '' was not found) - how did you resolve your error?
Job Description
Planning, building, training, and manage (Program and Project) to convert HL7 inbound messages (coming from primarily Epic) to InterSystems FHIR.
Looking for a person who can develop (well versed in InterSystems FHIR experience), demo, train/mentor the team, manage the project.
Hello everyone,
Hi Community,
Immerse yourself in our fresh video on InterSystems Developers YouTube:
⏯ Data Fabric Demystified - Patterns and Examples @ Global Summit 2023
1. set tSC=...
do $SYSTEM.Status.DisplayError(tSC)
2. set tSC=...
zwrite tSC
3. An alternative?Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?
Hey Community!
It's time to share the first-ever announcement of the Ideas Portal 2023 annual stats and the Top InterSystems Ideas Contributors for 2023 🌟
.jpg)
I am trying to do a INSERT OR UPDATE SQL query, but the query always inserts new rows to table. Is it how I defined the table or am I mising something in the query?
table defines as,
Class AH.AHCOMMON.Tables.HospDepartmentData Extends %Persistent [ Language = objectscript ]
{
Property Tablespace As %Library.String(MAXLEN = 50) [ SqlColumnNumber = 2 ];
Property DepartmentId As %Library.String(MAXLEN = 50) [ SqlColumnNumber = 3 ];
Property TimezoneName As %Library.String(MAXLEN = 100) [ SqlColumnNumber = 4 ];
Property PatientDepartmentName As %Library.String(MAXLEN = 100) [ SqlColumnNumber = 5 ];
Last Friday November 17 suddenly ran into an error where ZPM would issue an error saying:
ERROR! Object open failed because 'Name' key value of 'xx' was not found
I googled but found no specific help. Step by step I was able to conclude that:
Does anyone have any trick to get the raw text out whenever you run a DTL test in the DTL editor? .png)
Hello,
I am trying to use the %ToJSON method on my dynamic object, calling it with a "DO" and not passing in outstrm parameter.
We are trying to avoid MAXSTRING errors that we get with some of our abnormally large messages. In order to do this, I am trying to update my code to not call the socket's "Write" method after converting the dynamic object to a JSON string using the %ToString method's output. Per the documentation on the %ToJSON method:
If outstrm is not specified and the method is called via DO, the JSON string is written to the current output device
We are running Batch job in scheduled task and the messages are picking in single session and it is not easy to trace the record.
I used the Set ..%SessionId= "" at before sending the message to BP but I see the session Id is '1' created for each message.
Is there anyother way to create new session for each message sending to BP?
Thanks,
Hello, I tried to read a XML list from a web service into a response class by creating a custom collection subclass as described in this documentation page
Here's the XML file I am trying to read:
<Suppliers><Supplier><row>1</row></Supplier><Supplier><row>2</row></Supplier></Suppliers>And the different classes I defined to project the XML into:
If you need to migrate your server for some reason, you can reduce the setup work by copying configuration information from the pre-migration environment to the post-migration environment.
The following setting information can be migrated.
In this article, I walk through the %JSON.Adaptor class. This class is extremely useful in exporting data into serialized JSON and importing the JSON objects and saves into class object.
I'll start with the %JSON. Adaptor parameters. The parameters are crucial part of the JSON import and export operations.
IAM 3.4 Release
InterSystems API Manager (IAM) version 3.4.2 is now Generally Available. In additional to bug fixes and minor improvements IAM 3.4 includes several features that might be of interest to IRIS customers.
Hi,
I see the following error when importing the Custom ASTM Schema in ASTM SCHEMA STRUCTURE page of Management Portal.
ERROR #6301: SAX XML Parser Error: zfieldDescToName+1^EnsLib.EDI.ASTM.SchemaXML.1 while processing MY_PATH\LCA1394_Schema.AST at line 8 offset 80
The line 8 is copied from ASTM E1394
Any advice?
-William
Hi All,
I have recently uninstalled and re installed my ensemble and then are facing issues reconnecting VSCode to the local server.
The steps taken:
- Opened the project folder
-Tried to connect to the server and namespace.
-Encountered a "NOT FOUND" error after providing the password.
Any leads are highly appreciated!
Thanks,
Hi,
I've created an Object Gateway via the System Management Portal, and installed the following Java classes to allow connectivity between the IRIS server and RabbitMQ ...
RabbitMQ.jar
amqp-client-5.18.0.jar
slf4j-api-1.7.36.jar
slf4j-simple-1.7.36.jar
I've used the Java Gateway wizard via Studio and compiled the java classes that this would refer to, and a quick test worked on Day 1. However, on Day 2, on trying to connect, I got this error :
<ZJGTW>%ProcessErrorNew+11^%Net.Remote.Proxy.1
However, if I go back into the Java Gateway wizard in Studio, and 're-create' the classes
In VSCode using the InterSystems extensions, I now have an almost working environment where routines can be created or modified on disk and these are pushed to the developer's IRIS instance.
One issue I'm finding whilst testing is that if I rename or delete a routine from disk, the change isn't pushed to IRIS and I can't work out how to make this happen.
I am trying to pull out something similar to an HL7 date/time stamp in a custom zen page , in a javascript code section.
var d = new Date();
(Fri Jan 12 2024 16:58:30 GMT-0500 (Eastern Standard Time)
but,
var year = d.getFullYear();
<Error>
d.<formatcmd> doesn't seem to work. (d.getmonth, etc.)
Is there and date formatting I can use inside a javascript routine?
The company I work for have a repository for one of our products which already contains both InterSystems and non-InterSystems source code. I'm in the process of trying to migrate us over to using VSCode to edit the InterSystems source but am stuck on some issues surrounding the files on disk and the routines in the IRIS instance.
Hi,
I have this IRIS server, NODE1. NODE1 is a Linux server running IRIS.
To connect to IRIS on this server I:
From my PC ssh (via putty) to NODE1
From the putty session, I, "iris session <iris instance>"
I was hoping to use iristerm on my PC:
I put NODE1 into IRIS Server Manager
From my PC, I, "iristerm /server=NODE1"
I get this error message:
"TCP connect() failed"
How to get this to work?
Customer has a connection set up to connect to an ISC sftp server but it keeps failing the connection with:
ERROR <Ens>ErrOutConnectFailed: SFTP Connect failed for sftp.il.intersystems.com:22/NPPES/SSL='!SFTP'/PubKey=''/PrivKey=''
with error ERROR #7500: SSH Connect Error '-2146430933': SSH Error [8010102B]: Failed getting banner [FFFFFFFF8010102B] at Session.cpp:238,0
A manual connection can be made successfully and I have verified that the credentials are correct. The Connection Settings are:
SSL Configuration - !SFTP
UsePASV - checked
I'm not sure how to interpret the error.
Thanks,
The 2023.1.3 extended maintenance releases of InterSystems IRIS, InterSystems IRIS for Health, and HealthShare Health Connect is now available. It provides bug fixes for any of the previous 2023.1.x releases.
You can find the detailed change lists / upgrade checklists on these pages:
The software is available as both classic installation packages and container images. For the complete list of available installers and container images, please refer to the Supported Platforms webpage.