Hi!
Is there any ARM64 ODC driver available for InterSystems Caché?
It would be really very useful!
Hi!
Is there any ARM64 ODC driver available for InterSystems Caché?
It would be really very useful!
Hello!
I used %Projection.Java to generate the java proxy classes. Follows the projected class image.
.png)
Note that "import com.intersystems.binding.Database" was added but it displays the error cannot find symbol.
Has anyone had this problem, how was it resolved?
Hi Community,
We're super excited to announce the 1st meetup of the Developer Community in Valencia, Spain! 🎉
It will take place on November 16 in the afternoon, from 12 to 14 PM, at the Westin Valencia hotel – the same place and day as the InterSystems Iberia Summit, which will be held there during days 16 and 17.

The Developer Meetup is the perfect event to meet other members of the Community in person, share experiences, solve doubts, learn tips & tricks, tools, and resources... and talk face-to-face with InterSystems experts!
The Meetup is open and informal. So, it is open to suggestions and to any member of the Developer Community in Spanish. And it is free, of course. All the Meetup attendees will have a present, as a keepsake from the day. And at the end of the Meetup, we will do a Kahoot quiz, with great prizes for the winners. Ah, we'll also have some pizza and drinks, the developers' food 😉
The goal of the Meetup is to make the most of the networking, but you can also participate in the event by doing a presentation.
➡️ Do you want to present your work at the Meetup?
💻 email david.reche@intersystems.com and indicate your name, company, and the topic you want to talk about
I'm really not that familiar with Rest APIs in Ensemble and came across one while investigating some issues.
I got the below code which I'm guessing that is a Rest API that provide services that can be accessed providing url and would like to understand it and my question is, does this url http://52.24.106.151:80/Csp/Upload/CreateRoute/Bmc means that someone use it to run cmCreateRouteBmcDev classmethod for example and does POST means we can send a request or we can receive a request (a post), this MSDS.BluMicello.
Hi Guys,
I'm exporting a Zen report to excel using the following : SET Status=rpt1.GenerateReport("c:\temp\Intruments.xls",10)
and it's working ok but I'm getting extra fields that they shouldn't be there.
here is the correct html format :
Hello Community!
We're thrilled to announce yet another type of contest - the contest for the brightest idea! Please welcome:
Suggest an idea related to InterSystems Products and Services between September 26 and October 16 and receive a guaranteed prize.
Moreover, both InterSystems employees and Community Members can participate!
>> Submit your ideas here <<
We’ll be hosting our bi-annual virtual User Group Session on Thursday, November 3rd at 3pm (GMT). We will demonstrate the new Production component driver for Deltanji - it enables highly granular management of Interoperability Productions with tight integration into the management portal.
The session is also an opportunity for us to help to problem-solve any issues you're having, and a chance for you to offer your feedback on our tools.
Those interested in finding out more about Deltanji source control are welcome to join us too.
Sign up for free on Eventbrite >> https://bit.ly/3yBVYVO

Hello.
Our scenarios need to persist messages in the orchestrator. Our Iris Orchestrator is an ephemeral pod with no persistent disks running on AWS EKS in multiple AZ.
We want to know if the iris orchestrator has:
- AWS EFS Support
- Integration with AWS SQS
- Sharing to the same AWS EBS.
I have recently come across a problem saving TrakCare reports as PDF files while using the MS Edge browser on a Windows 10 PC. Whenever a user selected the Save to PDF option the window Tab would crash and reset. The event was trapped and viewable in the Windows Events Viewer and showed a Fault in the AcroPDFImpl64.dll. Even a little research on the Internet showed me that this has been an issue for many and for quite some time – not just in TrakCare, but many other non-InterSystems applications.
Hi everyone,
I'm having trouble parsing XML containing unicode characters which I receive from an external webservice. I believe my file is saved properly with UTF-8 encoding but the SAX Parser still throws me an error.
I have 2 classmethods: 1 general one (get) to make a request to a webservice and return the date, and 1 (getSportsPerDate) to make a specific call and then parse the data.
ClassMethod getSportsPerDate(language As %String, date As %String) { #dim cResponse As betradar.uof.api.descriptions.schedule.scheduleEndpoint #dim res As %Stream.FileCharacter s res=.
I just wrote up a quick sample to help a colleague load data into IRIS from R using RJDBC, and figured it's worth sharing here for future reference.
Ultimately it was pretty simple, aside from IRIS not liking "." in column names; the workaround is to just rename the columns. Someone better at R than me could probably provide some generic approach. ![]()
# Need a valid value for JAVA_HOME prior to calling library(RJDBC) Sys.setenv(JAVA_HOME="C:\\Java\\jdk-8.0.322.
Hi Community,
In this video you will learn about new features in InterSystems Healthshare Clinical Viewer and what's coming next:
⏯ Clinical Viewer & Navigation Application: New & Next 2022 @ Global Summit 2022
I get the error below when trying to login to an account i just created. Login details used is my email as username and a password. Any ideas?
##Error response from daemon: Get "https://containers.intersystems.com/v2/": unauthorized: BAD_CREDENTIAL##
Hi -
I'm looking for some help in getting an OS level application on my server to startup from a csp page and I'm just missing something.
I have a routine (and I've tried the same code from an instance method, with the same results) that will launch an application at the OS level using the $zf(-100,keywords,program,parms) from a terminal session, but it won't/doesn't seem to work when I call the code from a #server() call from my webpage. I don't know if there is some combination of keywords or perhaps a different version of the $zf() call that should/would work.
Hello,
First of all thanks for reading this post and thanks for replying:
I think it could be obvious or a little bit naive but I was wondering if a software developer needs as a must or should get his/her own personal laptop or computer, appart the one from their own bussiness or company?
What laptop or computer would you recommend for personal use? For general purpose: programming, leisure, surfing the net, etc.
Thanks for your replies.
Greetings.
Hi!
I've encountered a peculiar behavior of $ListNext in Intersystems Cache, where I'm not sure whether I'm doing something wrong, or is it an intended behaviour.
First I am creating a ListOfDT from a string delimited with underscores:
Then I'm saving the tempList as a property of Persistent object
Do DataObj.%Save(1)
Then I'm trying to iterate over the saved list with $ListNext objectscript function:
I am creating a soap service according to a wsdl that the client has already coded against.
Hi Guys,
This link (https://github.com/CassiaNetworks/CassiaSDKGuide/blob/master/node_examp…) uses Javascript request to open a a steam and collect data in an array (screenshot below) and I'm trying to replicate this with Cache script with HTTP request which is connecting Ok but don't know how can I collect data because the code is hanging at Set tSc=Httprequest.Get(HttpURL) and cannot execute S BLEConnect=Httprequest.HttpResponse.StatusLine or any line after it.
Hi,
We wanted to use the MD5Hash function,
And had trouble understanding it's return value , as documented:
"Return value: 16-byte MD5 hash."
The value we wanted should have been a simple string, and we did not know how to convert the output to string.
Searching for a solution we found this article:
https://groups.google.com/forum/#!msg/intersystems-public-cache/FdkHIgS9PkQ/P7s-92kN70UJ
That had this solution that works:
"If you know what this gibberish stuff is about, it can be very simple ;)
USER> s h = ##class(%SYSTEM.Encryption).
I am trying to get the Apache Web Gateway with Docker running on a development RHEL 8 machine so I do not have to config the Web Gateway and Apache apart from each other. I noticed the Apache Web Gateway docker image is using IRIS Community Edition. However when I try to run the docker image with podman I am running into issues with the IRIS setup. I was wondering if someone could help me. When I get the image to run I am seeing the following errors...
[iris] | [ERROR] Required Linux capability cap_setuid is
Hi Guys,
I've the following node js code (see https://github.com/CassiaNetworks/CassiaSDKGuide/blob/master/node_examp…) that I would like to use in one of my csp pages by including it in my
.png)
.png)
thanks
We will receive an ORM message in Business Service in Iris. From that ORM, an ADT^A31 message will be generated and sent out to the EMR before the ORM message is sent out. The ORM message has to wait until Iris receives an acknowledgement from the EMR indicating the ADT message was received. Then, the ORM message will be sent to the EMR. What do I need to set up to hold the ORM message until the acknowledgement is received?
Thank you!
Patty Aguirre-Romero
Is your team onboarding new members, but not sure where to begin their training—and where to go next?
Are you trying to upskill, but need a path to get you to the next level—and beyond?

1. Review of Interface Settings: Ensure these are set purposefully! (Documentation linked)
(Documentation Linked)
2.
What advice would you give someone who is new to IT?
Someone who wants to become a developer?
Which code to start learning first?
we have this container code where we want to create more CalcMember properties
So we need some syntax help how to use INLIST, NOTINLIST and CASE expressions. Anyone can help what should be the syntax for Expression to handle below 3 situations.
Hi Guys,
I've this warning message in SMP (attached below), we have more than enough disk space (1.5TB free) so not sure where to check and what could be the problem, eg. which database, global or process ...etc?
.png)
.png)
Thanks
It's time to announce the Winners for September 2022! Please welcome our awesome Global Masters Heroes!
The storm of applause goes to these developers and their great contribution to DC in September 2022:
🥇 @Dmitriy Maslennikov, Co-founder, CTO and Developer Advocate, CaretDev Corp, UAE
🥈 @José Roberto Pereira, Business Intelligence Analyst at Shift Consultoria e Sistemas LTDA, Brazil
🥉 @Robert Cemper, ex Senior Sales Engineer from InterSystems, Austria
.png)
Learn more about the competition and our awesome winners below.
It's time to announce the Winners for August! Please welcome our awesome Global Masters Heroes!
The storm of applause goes to these developers and their great contribution to DC in August:
🥇 @Muhammad Waseem, HIS Team Lead, International Medical Center, Jeddah, Saudi Arabia
🥈 @Robert Cemper, ex Senior Sales Engineer from InterSystems, Austria
🥉 @Mario Sanchez Macias , Senior Support Specialist & Technical Account Manager, InterSystems, Spain
🥉 @Lucas Enard , Student, ESILV Paris, France
Learn more about the competition and our awesome winners below.
Hi All,
Our mirrored HealthShare environment has failed over a few times recently due to underlying infrastructure issues (that are being worked on and resolved).
In the HealthShare logs we are seeing:
10/06/22-00:54:35:925 (4736) 1 Journal Daemon has been inactive with I/O pending for 10 seconds:
gjrnoff=524741316,iocomplete=523852600,filecnt=1011,fail=0
10/06/22-00:54:55:086 (4736) 3 CP: Pausing users because Journal Daemon has not shown
signs of activity for 30 seconds.