Hi,
When i am using
Can you help me how to use $$$LOGERROR in a class
Thanks,
Smythee
Hi,
When i am using
Can you help me how to use $$$LOGERROR in a class
Thanks,
Smythee
Hi all,
I am trying to test the IAM locally, but I came to a issue. When I turned on the the Basic Authentication, I get an 503 Service Unavailable.
error.
This is the scenario/setup:
Have a Zen report with a huge query that we are trying to break down and be more efficient.
Looks like Zen only wants to take a result set class as the data (or XML, but writing to a file to generate these reports is probably even more overhead).
Is there a way I can move through a result set object, delete rows I don't want based on some objectscript commands and the pass that to the report?
Or can I pass a dynamic object?
Thanks.
| IrisStat options | |
| a | All |
| b | bits |
| c | counters |
| d | dump processes |
| e | error log |
| f | global module flags |
| g | ^GLOSTAT info |
| h | irisstat usage |
| j | journal |
| k | prefetch daemons |
| l | LRU global buffers |
| m | GFILETAB |
| n | network |
| o | clear irisstat |
| p | processes |
| q | hibernation semaphores |
| s | irisstat exe directory |
| t | run irisstat in loop |
| u | locks |
| v | Check versions |
| w | write daemon queues |
| B | Blocks in GBFSPECQ |
| C | inter-job comms |
| D | sample block collisions |
| E | cluster status |
| G | |
Being interoperable is more and more important nowadays. InterSystems IRIS 2022.1 comes with a new messaging API to communicate with event streaming platforms like Kafka, AWS SQS/SNS, JMS and RabbitMQ.
This article shows how you can connect to Kafka and AWS SQS easily.
We start with a brief discussion of the basic concepts and terms of event streaming platforms.
Event streaming platforms like Kafka or AWS SQS are capable to consume a unbound stream of events in a very high frequency and can react to events.
Hi Guys,
My application is running in Chrome but not in IE and I'm guessing it's a security issue, where when I open IE it tells me that ESC in on, but checking the configue in Server Manager tells otherwise?
.png)
.png)
Thanks
Hello, Members of the Community!
We're so proud to announce that our InterSystems Developer Community has reached a couple of HUGE milestones:
📝 10,000 published posts
👥 11,000 registered members
👁 5,000,000 reads (it's five million!)

Looking for a new position working on InterSystems and Interface/Ensemble development/implementation, engine migration/upgrade, custom interfaces, message format conversions, or ETL.
Ideally looking for part-time and corp-to-corp.
Profile:
In this article you will have access to the curated base of articles from the InterSystems Developer Community of the most relevant topics to learning InterSystems IRIS. Find top published articles ranked by Machine Learning, Embedded Python, JSON, API and REST Applications, Manage and Configure InterSystems Environments, Docker and Cloud, VSCode, SQL, Analytics/BI, Globals, Security, DevOps, Interoperability, Native API. Learn and Enjoy!
Machine Learning is a mandatory technology to build advanced data analysis and automate manual activities with excellent efficiency.
Hi all,
I have a requirement to periodically poll a URL to fetch some XML data based on a list of query data, lets say every hour, and map what's returned to HL7 then send downstream, I mostly have everything contained within a business process and DTL but I'm lacking a way of invoking the process every X minutes,
The client has a prefence for as much as possible to be done via out of the box components in the standard HL7 model of "Service --> Process/Rule/DTL --> Operation" within the Web UI,
I'm looking for something to act as the Service part that will trigger the "Process/Rule/DTL -->
One of the most important tasks of dashboards is, on the one hand, to help you perceive data in an aggregated form, and, on the other hand, not to lose the depth of immersion in the data if you need this. One of the tools that help us achieve this result is drill down. It enables us to display several hierarchical levels of data, from aggregated to detailed.
Our task is to make an analytical dashboard that will be able to drill down by time periods: from months to weeks and days in each chart.
Is it possible to create a scheduled task programmatically without using the management portal "Task Scheduler Wizard"?
Once created the scheduled task would then be editable in the Wizard as normal for other users.
Thanks,
Conor
Hi Community
I have created a simple package that allows the use of Cache with the Laravel Framework.
From my initial testing everything seems to be operating smoothly but I would like to appeal to the PHP users in the community to help me improve this package.
For those of you out there who have time and would be interested in this, please visit the repo at https://github.com/jeandormehl/laracache
Thanks in advance
Is there a way to compare the value in a source field against all of the values in a repeating field? For example, we have multiple DG1 target segments populated. Is there an easy way to check a source DG1 segments against all of the target DG1 segments? I didn't know if there is a wild card I can use for the comparison.
Hi!
I have a question regarding SQL insert/update from the mananger portal's SQL window.
I am trying to do an insert with a value that contains multiple spaces ($32) between two words. This is needed for a comparative reason. But the spaces are automatically trimmed away all the time. How should I write to keep these?
Example:
Insert into TableA
(MyColumn) Values('xxxx yyyy')
then the spaces are trimmed away and it becomes: 'xxxx yyyy'
But I want to keep the spaces. How do I get around the problem?
Regards,
Michael
Does anyone have experience with CircleCI or really any automation tool using %UnitTest?
I have built my app and ran my unit test in a Docker container automated by CircleCI. However, after many of the tests failed I see:
.png)
How do you halt out of the IRIS session and return an exit code to the shell?
I have a script in my repo that I pass into IRIS after CircleCI does the code checkout
iris session IRIS < inFile
Am I trying to approach this the wrong way? Should I be writing test output to a file or something?
How do I detect that sync mirror backup is caught up to primary? Or at least close to caught up.
I'm executing the code on a backup.
A Minute Of Laughter on the Developer Community with #InterSystemsMemes

Meme author: @Mathieu Delagnes
Have your own idea for a meme? Submit in this challenge on Global Masters.
Hi ,
When I use jdbc driver to query the column info ,the "REMARKS" field always show the same as the "COLUMN_NAME" field.
When I use the sql "select * from INFORMATION_SCHEMA.columns a where a.table_name='some table name ' " to query columns info,there has a "DESCRIPTION" field ,the value is some comment for the current field.
So is there anyway to return the description to the jdbc remarks field? And is there anyway to update the desciption or remarks field? Or is there some other way that I don't know to manage column comment info?
Many password requirements can be enforced using a password validation routine which is available to implement in System Management Portal. But how about this one:
Check that at least 50% of the characters changed from old password to new password.
We need to have access to the old password to check this, currently password validation routine only gets the new password.
We can create a new form to update the password where user must enter the old password and new password. I think I can block users from changing the password the usual way by having a password routine reject all passwords.
Hi all,
Does anyone backing up with CommVault version 11 (but lets forget the version for now) and had problems using vss to backup Cache/Iris ?
Can you tell me what you did to overcome that problem/problems?
Thanks,
Yossi.k
Hi Community,
In April 2022 InterSystems participated as a Gold Sponsor in MIT Hacking Medicine GrandHack – MIT's annual flagship hackathon introducing healthcare challenges to be solved by engineers, clinicians, designers, developers, and business people. This year we introduced the "Best Use of InterSystems FHIR Services" challenge (read more here) and awarded prizes to the three winning teams.
⏯ Sharing this recap video from MIT Hacking Medicine GrandHack so you could also catch the vibe of the event!
Hey Developers,
Don't miss this hands-on session hosted by @Don Woodlock, Vice President of InterSystems Healthcare:
⏯ Machine Learning 201 - Neural Networks and Image Recognition
Hi,
I encountered a strange issue I just can’t solve and I am running out of ideas. After reading the relevant passages of the documentation, asking the community is my last resort.
The task itself is not complicated at all. I am using an EnsLib.SQL.OutboundAdapter to connect to a MS SQL Server (12.0.6433.1) and execute a simple query. Said query is using a temporary table from which I just can’t select any data afterwards. All I get is this error message: <Ens>ErrNoSQLColumns.
Hello community,
First of all thanks for your time reading and answering this post:
We have read the following topics:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
https://community.intersystems.com/post/using-regular-expressions-cach%…
https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic…
I am trying to investigate whether the SAM component will give us metrics that we are looking for when it comes to # of messages, etc. I have IRIS 2022.1 running on Red Hat 8, but noticed that SAM was bundled as a docker-compose image. REL 8 doesn't install docker off the bat, but has podman which reading podman 3 versions and later, I should be able to call docker-compose.yml images. After installing Apache and making some modifications to docker-compose.yml, I tried executing the start.
After almost four years on hiatus, my CI/CD series is back! Over the years, I have worked with several InterSystems clients, developing CI/CD pipelines for different use cases. I hope the information presented in this article will be helpful to someone.
This series of articles discusses several possible approaches toward software development with InterSystems technologies and GitLab.
We have an exciting range of topics to cover: today, let's talk about things beyond the code - namely configurations and data.
InterSystems is currently seeking full stack developers to join our healthcare development teams. Strong software design and development skills are required. Developers work with their scrum teams to scope, design, plan, and implement features to support healthcare systems globally. You will further develop skills such as database schema design, performance monitoring, working in client-side frameworks, and clean object-oriented coding.
In addition to industry-standard coding languages and frameworks, our stack leverages a full suite of InterSystems technologies. The IRIS data platform and database-coupled language give us access to the entire technology stack down to the compilers and database structures.
I have a SOAP web service on an IRIS system. From within the code of the WebMethod I would like to log the remote IP address of the client. Is there any way to get access to the client's IP address from the ObjectScript code in the SOAP service? This will save me some headaches correlating logs from IRIS with web server logs.
Hi all
I'm testing migrating our existing installers (without ZPM) using the docker dev template as a basis with a commercial image and licence key.
So far everything builds as I expect, but the one issue I have is the production doesn't apply itself automatically.
In my iris.script I have custom installer that uses this manifest below but it does not observe the last three steps
<Namespace Name="${DataNamespace}" Create="no">
<Invoke name="Credentials" Class="GOJ.IrisApp.Install.