When creating a service with DOCKER SERVICE CREATE we cannot pull from the intranet/local image repository.
Both PULL and PUSH can be handled from the intranet repository.
Hey Community,
Ready for the next contest? We are glad to invite you all to the 19th InterSystems online programming competition:
🏆 InterSystems Globals Contest 🏆
Duration: March 21 - April 10, 2022
In prizes: $10,000
Hi There,
We are upgrading from Cache to IRIS this weekend and I was curious what version of IRIS I need to download. Once our system is live on IRIS, I will no longer be able to use Ensemble. If anyone knows the version of IRIS and could pass that along to me, it would be much appreciated.
Thanks
Hi
How can we pass X509 Certificate upon calling FHIR API ?
Thanks
Hi Team,
We are facing an issue connecting to a remote Cache DB server using CacheODBC 2018 on the client side.
The connection works fine without SSL on the Cache server, but when SSL is enabled, we are getting the below error - "Failed to load cconnect executable!, SQL state 08S01 in SQLConnect"
Also, the connection works fine when the PHP script is run through CLI on client server, but fails with the above error when the script invoked from a client browser.
Could you please help us with any pointers in resolving the issue?
Hi Developers !
Welcome to our 🏆1st InterSystems Portuguese Tech Article Contest 🏆
Write an article about any topic related to InterSystems technologies from March 14 to April 14, 2022.
We're excited about your participation. Join now!
Build up a team and join sending the article made by the team. There will be a bonus for articles made by teams.
Prizes for everybody: All participants will receive a special prize!
Hi Community,
Please welcome @Lorenzo Scalese as our new French Moderator in the Developer Community Team! 🎉

Let's greet Lorenzo with big applause and take a closer look at his bio!
InterSystems Reports Server stores system tables in an IRIS instance of your choice. How is this configured?
Read this article if:
- You installed Logi Server directly using the Logi installer, not the InterSystems install script, OR
- You want to change the system database configuration
Good morning,
We would appreciate your support:
Developing an integration to perform a "Query / Retrieve" circuit with DICOM medical imaging studies, we would need the following:
Options of invocation of the DICOM TCP service that has been published for this integration, alternatives to the command line option.
Specifically we have read: Receive DICOM document with an embedded PDF and metadata.
Adapting the example, we use the line:
./storescu -b VNAPRE -c ESBPRE@10.136.4.XYZ:19ABC ./embeddedpdf.dcmBy which we simulate the sending of a DICOM document with a PDF.
Hello everybody.
My question originated when trying to help a coworker...
There is a system module, specifically a ClassMethod that inserts records into a table as per the pseudocode below:
set Obj = ##class(FooSchema.FooTable).%New()
set Obj.Hey Developers! Here is a digest of new solutions and applications submitted to the InterSystems Open Exchange in March 2022.
✓ 527 downloads in March
✓ 604 applications all time
✓ 17,404 downloads all time
✓ 1,574 developers joined
Hi, Community!
Want to share with you one debugging approach from the Russian forum.
Suppose I want to debug the application and I want it to stop the execution on a particular line.
I add in code this line:
l +d,-d
When I want to start debugging in this line I block d in terminal
USER> l +d
And execute the app.
The app stops on this line and lets me connect to it with Studio debugger.
To release lock I do in terminal
USER> l -d
And what are your debugging practices?
Hello community!
I found a bug or may be I missed something.
I want to get field name in "PID" segment by field number in HL7 Message using following object script expession:
set nl = $CHAR(10)
set str = "MSH|^~\&|MIHIN PATIENT GEN|1.2.3.4.5.9.99.999.9999.1004||2.16.840.1.113883.3.1481|20200103000000+0000||ADT^A01^ADT_A01|1092|P|2.6|1091|||||||||Windward General Hospital|"_nl
_ "EVN||20200110000000+0000|||||1.2.3.4.5.9.99.999.9999.Hi Team,
I am trying to call Datetime in CUSTOM.Training.Functions class please refer the below line.
<assign value='##class(CUSTOM.Training.Functions).DateTime(source.{PIDgrpgrp().PIDgrp.PID:7.1})' property='target.{PID:7.1}' action='set' />
My Datetime method
ClassMethod DateTime(DateTime As %Integer)
{
Set Year = msg.SetValueAt(,"PIDgrpgrp().PIDgrp.PID:7.1","set")
Q Year
}
But i am not able to get the value of date of birth into the Datetime method, Kindly help how to get data of date of birth value into the method.
Thanks in advance
I have recently started making more use of Docker Desktop on my Windows 11 workstation, particularly in conjunction with VS Code's Remote - Containers extension and the iris-python-template repo from @Guillaume Rongier
Sometimes the container would start smoothly, but other times it would fail and report being unable to use a port.
Eventually I tracked the problem down. The Windows NAT Driver service apparently uses an OS facility to reserve a large range of ports.

Hello and welcome to the March'22 Community Release!
We’ve made some enhancements to your experience recently in the InterSystems Community:
- Brand new Community search
- General Community stats
- Facebook profile connection
- Post page updates: tags, author block, draft highlighting
Let's have a closer look below.
Hello everyone!
When running the command
do ##class(TestCoverage.Manager).RunTest(,"/nodelete",.userParams)
I now get the following error.
ERROR #5002 : ObjectScript error: <FUNCTION>zStart+45^%Monitor.System.LineByLine.1 <<==== **FAILED** TestCoverage.Manager:OnBeforeAllTests:::
These tests run fine in Studio.
Also the TestCoverage works fine on all the other namespaces. So far i'm experienceing this problem on this 1 namespace.
The solution of stopping the LinebyLine monitor doesn't help like in the case of ERROR #6060
Can someone please point me in the right direction?
How do you get a $ZTIMESTAMP in local time?.
I have found this solution and it works:
Set LocalTimestamp=$ZDATETIMEH($ZTIMESTAMP,-3)
Do you use any better way?
Hello,
Using ^TESTGLOBAL as an example, if my data structure is as follows:
| ^TESTGLOBAL | = | "" | |
| 2: | ^TESTGLOBAL(0) | = | "TEST DATA^99U^123456^123456" |
| 3: | ^TESTGLOBAL(1,0) | = | "1^2^12345" |
| 4: | ^TESTGLOBAL(1,.092) | = | "A" |
| 5: | ^TESTGLOBAL(1,.1) | = | "12B" |
| 6: | ^TESTGLOBAL(1,.2) | = | 12345 |
| 7: | ^TESTGLOBAL(1,"AB",0) | = | "^99.94A^1234567.123456^2123" |
| 8: | ^TESTGLOBAL(1,"AB",1234567.123456,0) | = | "6543210.123456^^6543210.123456^123456^72^AB 0123 45^^ABCDE 1^^65432^AA^^1234;CD(^123" |
| 9: | ^TESTGLOBAL(1,"AB",1234567.123456,40) | = | "20.0^^12345.0000!12345.0000! |
Good morning,
First of all, thank you very much in advance for reading and responding.
Also, thank you for any support, because it is a relief, support, contribution, help to have people with more understanding, knowledge and practice, reading, and thinking this doubt.
There is the following need:
Two 2 circuits are available:
1st DICOM Circuit of "Studio" ( Classic Service ).
Service: class: DICOM.BS.QueryService
Process: class: DICOM.BP.QueryProcess
Operation: class: EnsLib.DICOM.Operation.TCP
.png)
We test from the "Console" of the "Studio" by means of:
do ##class(DICOM.BS.QueryService).I am using SQL Outbound adapter and inserting a HL 7 Message by executing a stored procedure and getting an error
|
ERROR #6022: Gateway failed: Execute. |
The reason i found is that segment delimiter is causing an issue and following is sample code
Method AddMessage(pRequest As EnsLib.HL7.Message, Output pResponse As Ens.Response) As %Status
{
Set tQuery="{call dbo.HL7Message_Insert(?,?,?
I want to avoid the pop up error messages or redirect them to a file when a terminal launched from a batch file wasn't able to open. I that example the name of the instance was wrong. I am looking for a kind of silent mode or whatever let me avoid this messages.
I am working on a setup using the iris docker image (iris:2020.4.0.547.0). I need the timezone to be a different timezone than the host. Is there a way to do that by passing in an options / variable?
InterSystems is pleased to announce version 2.0.0 of the Language Server for VS Code. The Language Server augments the VS Code ObjectScript extension to provide better syntax coloring, embedded documentation, code completion and more. Detailed information is available in the GitHub repo's README. Version 2.0.0 adds support for a number of new platform architectures including M1 Macs! It also reduces package size, improves SQL coloring, and fixes a number of other issues detailed in the CHANGELOG.
If your Open Exchange app has an online demo or demo which could be downloaded, you can add the link to it in your app profile.
To do so:
- Login to Open Exchange
- Go to your account to "Application" section
- Click on the app which has a demo
- Go to Settings -> Edit
- Put your link to the demo into Demo URL field
- Save the changes
- Send the application for approval
Online demo example of the iris-python-faker
Hi, I’m using $ZDATETIME to return the following
- USER>w $ZDATETIME($zdth($zstrip("2022-03-29T15:10:00+0100","<>W"), 3,5),3)
- Output: 2022-03-29 15:10:00
I would like to return just the YYYYMMDDHHMM i.e. stripping out the seconds.
Does $ZDATETIME have an option for this?
Did anybody tried/ suceeded to install IRIS System on a NAS Server?
Hey Developers,
Now it's time for all French-speaking users of our community!
We're super excited to announce the official start of the InterSystems Developer Community in French!
Let me introduce you @Guillaume Rongier, @Robert Bira and @Irène Mykhailova as managers of the French Community.
Hi Team,
I am getting the below error while calling Method from ClassMethod in the same cls file.
Please help me with this, So It would be very helpful for me.
|
Hello,
First of all thanks for your help
How would you recommend us to filter in the message viewer to find inside a property called "mensaje" of type "%XML.GlobalCharacterStream" which is inside a class called"Mensajes.Request.Laboratorio.peticionER7Request", the text "24642"?
We have tried:
.png)
It shows:
.png)
ERROR #5540: SQLCODE: Message -37: Unary function %EXTERNAL does not support sequence fields.
ORIGIN ELEMENT: %ZEN.Component.tablePane (resultsTable)
In addition we have tried to output the %XML.


