Hey Developers,
We're pleased to invite you to the upcoming webinar in Russian called "Virtual Summit + Open Exchange"!
🗓 Date & time: Febraury 16, 10:00 (UTC+3, Moscow time)
🗣 Speaker: @Eduard Lebedyuk, Sales Engineer, InterSystems
Hey Developers,
We're pleased to invite you to the upcoming webinar in Russian called "Virtual Summit + Open Exchange"!
🗓 Date & time: Febraury 16, 10:00 (UTC+3, Moscow time)
🗣 Speaker: @Eduard Lebedyuk, Sales Engineer, InterSystems
Hi everyone, I am trying to return a cloned version of my ADT that I have made changes to in a Business Process. So far I have the following in my process.
&sql(Select MemberId INTO :pMemberIDval from CDSM_MemberAPI.MemberInfo where MemDOB = :ptDOB and MemLname = :ptLname and MemFname = :ptFname)
set newrequest = pRequest.%ConstructClone()
set MemberIDPID4 = newrequest.SetValueAt(pMemberIDval, "PID:4.1")
The following does return the value I am populating the clone with to the log
set newrequestPID4 = newrequest.GetValueAt("PID:4.1")
$$$LOGINFO("newrequestPID4DB " _newrequestPID4)
Hey Developers,
Thank you so much for being with InterSystems Developer Community for yet another year!
More than 8K+ users are already registered in our community! And day by day our team is trying to make it better and more useful for InterSystems developers.
We want to know how helpful the Developer Community is for you today. Please go through this short survey which will let us know what do you think and what could be improved!
Hi Community,
We're pleased to invite you to the online meetup with the winners of the InterSystems Multi-Model Contest!
Date & Time: Friday, Febraury 5, 2021 – 10:00 EDT
What awaits you at this virtual Meetup?
Since some months ago we automatized source code analysis for projects on Github, so anyone with an open source project can have its code analyzed with no cost.
You only need to create the file ".github/workflows/objectscript-quality.yml" in your project with following contents:
February 11, 2021 – Advisory: Incomplete Query Results with ‘ORDER BY <row ID field> DESC’ – HealthShare
InterSystems has corrected a defect that can cause incomplete query results. This defect affects the platforms underlying HealthShare and HealthShare Health Connect:
See Alert: Incomplete Query Results with ‘ORDER BY <row ID field> DESC’ for further detail
Hi Developers,
We're pleased to invite all the developers to the upcoming InterSystems Grand Prix contest kick-off webinar!
The topic of this webinar is dedicated to our mega Grand Prix contest. We invite to use IntegratedML, Native API, multi-model, Analytics and NLP, Open API and Interoperability, IKO.
In this webinar, we'll talk about the topics to expect from participants and show you how to develop, build and deploy applications on InterSystems IRIS data platform.
Date & Time: Monday, Febraury 8 — 10:00 AM EDT
Speakers:
🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager
🗣 @Thomas Dyar, InterSystems Product Specialist - Machine Learning
February 11, 2021 – Alert: Incomplete Query Results with ‘ORDER BY <row ID field> DESC’
InterSystems has corrected a defect that can cause incomplete query results. This defect affects:
Hello everyone,
I have an issue with using "Open" function.
My goal is to execute a shell script with parameters like as:
/trak/FRXX/config/shells/transportIDE.sh "login|password|NOMUSUEL|PRENOM|NOMDENAISSANCE|1234567891320|199999999999999999999999|09%2099%2099%2099%2099|31%2F12%2F1999|242%20IMPASSE%20DES%20MACHINCHOOOOOOOOSE%20||99999|SAINT%20BIDULETRUC%20DE%20MACHINCHOSE|isc%24jhu|123456|123456798"" 2>&1"
But when some parameters are too long, I have a <NAMEADD> error.
Hello,
We would need to find messages where a property "pEntrada" of type %GlobalCharacterStream contains "C006"
We have read:
https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=E…
We have tried:
The production outputs:
How could we search in fields which are not strings?
Hi developers!
Recently we announced the preview of Embedded Python technology in InterSystems IRIS.
Check the Sneak Peak video by @Robert.Kuszewski.
Embedded python gives the option to load and run python code in the InterSystems IRIS server. You can either use library modules from Python pip, like numpy, pandas, etc, or you can write your own python modules in the form of standalone py files.
So once you are happy with the development phase of the IRIS Embedded Python solution there is another very important question of how the solution could be deployed.
One of the options you can consider is using the ZPM Package manager which is described in this article.
Hi Developers!
Here're the technology bonuses for the InterSystems Grand Prix Contest that will give you extra points in the voting.
| Group | Bonus | Points |
| General | Docker | 2 |
| ZPM | 2 | |
| Unit Testing | 2 | |
| API and languages | REST API | 2 |
| ODBC/JDBC | 2 | |
| Embedded Python usage | 4 | |
| Native API in Java, Python, .NET, node.js | 3 | |
| Multi-model | Globals (key-value) | 2 |
| SQL | 2 | |
| Object | 2 | |
| New model | 3 | |
| Analytics | IRIS BI | 2 |
| IRIS NLP | 2 | |
| InterSystems Reports | 3 | |
| AI/ML | Integrated ML | 4 |
| Python or Julia Gateway | 3 | |
| Interoperability | BPL | 3 |
| Custom Adapter | 2 | |
| PEX | 4 | |
| Workflow Engine | 2 | |
| FHIR | FHIR Server REST API | 3 |
| FHIR SQL Scheme usage | 2 | |
| Healthcare Data Transformations | 3 | |
| Total | 58 |
Below are the details and useful links on all the technical bonuses.
Hello,
We would be grateful if you could help us,
Our aim is to develop a method which retrieves an image stored in an external system, using a REST Operation
To upload the image we have the following code:
Hi community,
The question that I have , it's very simple. I developed a pivot that contains two rows, the first it's a date and the other another field. I need to orde by date in descending order and I can´t find where I can do this. I saw that it's a option Sort members, but it's based in a condition of the measures.
Can someone help me with this.
Thanks in advance.
Visual Studio Code is a compatible IDE for InterSystems technology!
Visit the resource guide to learn more about the VS Code IDE and how to use the ObjectScript extensions.
We are getting more and more request wondering if we could send/receive data via HTTPS to the outside world from within our Hospital Network. As you can imagine our Ensemble/Cache productions are not exposed to the DMZ or has access outside of the network. We only communicate with external vendors through a VPN, so communicating not using a VPN is rather new to us.
Currently there is a project to get rid of using Proxy, and instead of through a Load Balancer that can use rules to filter out traffic, which adds another layer of complexity.
Hi,
While installing IRISHealth-2020.1.0.215.0-macx64 on Mac computer I am getting the following error message.
Any suggestions please.
Thank You
===================================================================================
Updating system TEMP and LOCALDATA databases
Installing National Language support
Setting IRISTEMP default collation to IRIS standard (5)
Loading system classes
Updating Security database
ERROR HAS OCCURRED: Error in security tables, Error: ERROR #903: Domain xxx.com. does not exist
ERROR #5002: ObjectScript error: <ROLLFAIL>%TRollBack+10^%occTransaction
Hey everyone!
I recently learnt something new while working with WRC on an issue, and I wanted to share with everyone on the off chance it could help someone else.
Files are being inexplicably written to a folder on your server and, due to the number of files in the folder and general system throughput, it is not possible to work through the files to track down the source.
Dear Global Masters participants!
This is the moment you can share with us your honest thoughts about Global Masters. What do you like about it? What you'd like to change?
Last year we created a roadmap based on your responses and successfully introduced new gamification system to make higher levels more achievable, new rewards, and new types of challenges. Time to make your wishes for 2021, because this program is FOR you!
Please spend 5 min and answer 11 questions about Global Masters. We guarantee that we carefully consider every single comment.
➡️ Global Masters Survey 2020 (5 min)

I plan to install an Apache Web server (2.4.x) on a Linux server. The IRIS DB server is running on a separate Linux Server . Do I need to install Intersystems IRIS software on the Web server to allow the web gateway and CSP server to communicate ? I read through a few IS documents, however, it's still not clear if I need to install IS on the Web servers .. Any help would be appreciated ..
How to set the size of the participant pool and what are the key factors that determine it? How should we set it?
Hi,
I am trying to install Intersystems IRIS Health Community On Windows 10 Pro version. I am getting 112 error while installing and in some point it Roll Back the Action.
But I am able to configure in Windows 10 Enterprise version.
Is any other settings are there to configure in Windows 10 Pro version or IRIS is not supported?
Please help me.
Thanks in advance.
Hi -
I'm trying to figure out an elegant way to select a row on a table pane when I don't have an index, but I DO have a value.
Hi folks!
Each IRIS installation has a /lib folder which is intended for 3rd-party libraries being used in the solution.
For IRIS installation the typical path is:
/usr/irissys/lib/
In ZPM the shortcut is ${libdir}.
What is the macro or internal function to obtain it programmatically?
Hi everybody,
Is there any functionality I could use that triggers real time user-defined code on certain audit events? Right now I am interested in triggering such code on a routine modification event, like the one below. I do know how to access this record programmatically, via %SYS.Audit.
Thanks in advance,
Anna
Hi Developers,
We are pleased to introduce new 🎁rewards on Global Masters available for advocates of the Specialist level and above:
➡️ PRE-ORDER for Raspberry Pi 4 8GB + InterSystems IRIS Community Image Set
The set includes: MicroSD Card 64GB with Ubuntu 18.04 64 bit + Docker + InterSystems IRIS Community Image, Raspberry Pi 4 8GB, Red-white case.
Hi Developers!
Please welcome the new video on InterSystems Developers YouTube:
There is a error when I try to use VSCODE to connect to my Ensemble Server. What's wrong with me?How can I Configure this /api/atelier web application
As a Belgian leader in developing and operating entertainment solutions in the sports betting and casino games sector, Bingoal is a dynamic and ambitious company looking for a passionate Back-End Software Engineer. Together with the IT team, you will be working to create scalable and easy to maintain software having an impact on the core of Bingoal’s activity.
We are looking for a developer with InterSystems ObjectScript Experience.
This is a demo to make use of a simple WebSocket Client with Embedded Python in IRIS.
$ docker-compose exec iris iris session iris "##class(rccpy.WSockPy).Run()"
*** Welcome to WebSocket Embedded Python Demo ***