Hi Developers,
Please welcome the new video on InterSystems Developers YouTube:
⏯ Building REST API with InterSystems IRIS Docker Container in 5 Minutes
Hi Developers,
Please welcome the new video on InterSystems Developers YouTube:
⏯ Building REST API with InterSystems IRIS Docker Container in 5 Minutes
In the context of IKO (Iris Kubernetes Operator) the question of Service not redirecting dynamically to the correct Pod is still pending.
In production this can be dangerous since an overload (or any other simpler problem) can cause you to change the main Pod and leave the application inoperable until we intervene.
Intersystems support warned that this is still an issue of IKO, but there are some possibilities that I am studying.
To explore an idea I had, I would like the help of this Forum to answer the following question:
Is there a way, via the non-iterative command line, to detect whether the
Hi,
I have a PV1 repeating field that can contain multiple or a single value. I'd like to always pull the last value in the field but am not sure how to configure this in my DTL.
The repeating field is in PV1:50().1
Could somebody shed some light on this?
Examples:
|15081942~15081951~15108961~15280550|
|15081947|
|15081939~15081940|
Thanks
*Analista Ensemble Júnior / Pleno
Próximo Metrô Clínicas
REQUISITOS:
* Conhecimento em barramento e protocolos RESTFull / SOAP
* Integração com banco de dados Oracle / SQL Server
ATIVIDADES:
* Integração de sistemas hospitalares
* Administração do ambiente Ensemble
* Análise de Dados
Enviar CV com pretensão salarial
.
Contratação CLT ou PJ tempo indeterminado
Empresa ..................: JHealth Informatics
Email ........................: rh@jhealth.com.br
I'm just clarifying that 2017.1 is viable on 8.4-1H1. can someone please confirm, also what kind of support would we receive if we upgraded to 8.4-2L1? I know that 2015.2 works on it. yet it says it's not supported.
we really need to get to 8.4-2L1. any help would greatly be appreciated.
thanks
Paul
Flyway is a open source product used to develop database code to migration, ddl version control, automate database procedures, etc. It is the most used product to do DevOps automation procedures to database. Do you consider create iris support to flyway?
https://flywaydb.org/documentation/contribute/contributingDatabaseSupport
In addition to charts on a dashboard we have a request to have a crosstab which would be populated by some entries queried out of an error log. It's basically a detail query with mostly text data. I have tried making a pivot widget for this using both a cube and kpi source, and while succeeding with the KPI, it leaves a lot to be desired.
Firstly, the cube is a no go. As far as I can tell the MDX subsystem in IRIS does not handle empty cells efficiently like other MDX systems such as Oracle's and Microsoft's.
How do we return a member from a set? For example if I want a calculated measure to return the NAME of the date with the max transactions, to get the set ordered I might do something like:
ORDER([TransactionDate].[YearMonthDate].[Date].MEMBERS, [Measures].[TransactionCount], DESC)
But how do I access the first member in the set as a member so that I can get to the properties such as the member NAME (what I want to return in this case)?
In some MDX implementations like Microsoft there are kind of backdoor functions for this like:
ORDER([TransactionDate].[YearMonthDate].[Date].MEMBERS,
Hi.
How can I add/substract hours from $Horolog in ObjectScript and the date part of $H is also affected?
Regards,
Matjaž
Two permanent job opportunities for Caché Developer/Programmers. Small company, remote positions. Offices located in Philadelphia and Ft. Myers, FL. Development team retiring in next two years. Looking for new team. Excellent benefits including stock options and work environment. Travel and financial services industries.
For further details, please send your CV to patrick.glynn@shelbyfinancialcorp.com
How to implement transaction processing when using healthConnect to link external data for data operation
Hi Community,
Find out how you can use the open-source iKnow engine in Python within InterSystems IRIS.
Hi -
I know this is very "newby" of me, but here goes..
I have moved some classes onto my server, but these have never been in VSCode as edited files, and I'm just not finding the magic command or button or drop-down that says "pull this file from the server and make me a local copy to edit. I can see the class files on the server using the ObjectScript plugin - but I just can't find out where to make a local copy for editing
Thanks
I've define an upstream object in the IAM 0.34-1 and in it 3 targets. I now want to remove 1 of those targets.
I can not find the way to do that.
Hi !
There is a BusinessService be called by several callers,but now I get this error below on Event Log page:
<Ens>ErrGeneral: Failed to create document from string:
ERROR #6301: SAX XML Parser Error:processing instruction cannot start with 'xml'
while processing Anonymous Stream at line 1 offset 106
What may be the cause of this error?
How can I locate the parameter that caused this error?
Hi,
I use terminal + dbeaver,When I open the new terminal again, will prompt the license information.
Is this database free?
Image search like Google's is a nice feature that wonder me - as almost anything related to image processing.
A few months ago, InterSystems released a preview for Python Embedded. As Python has a lot of libs for deal with image processing, I decided to start my own attemptive to play with a sort of image search - a much more modest version in deed :-)

---
In order to do an image search system, fist it's necessary select a set of features to be extracted from images - these features are also called descriptors.
The docbook chapter "Importing XML into Objects" has the following tip:
You can call the Correlate() method repeatedly to correlate more than one element, although the examples in this chapter show only one correlation.
Does anyone have a good example of multiple correlations? I've got code running that does multiple imports of the same file while changing the correlation and it's inelegant and not really what I want.
Hey developers,
As you know, the InterSystems Multi-Model contest has already ended. And now we want to get feedback from those developers who were unable to participate.
Please answer some questions to help us improve our contests!
👉🏼 Quick survey: InterSystems Multi-Model Contest Survey
Hi Developers!
This is a release of how did we improve the Developer Community in January 2021. The key features:
See the details below.
Since I started to use internet (late 90's), I always had a CMS (content management system) present to make easier post any information in a blog, social media or even an enterprise page. And later years putting all my code into github I used to document it on a markdown file. Observing how easy could be persisting data into Intersystems IRIS with the Native API I decided to make this application and force myself to forget a little of SQL and stay open to key-value database model.

It is the short name of WEB LOG, essentialy a platform
Hey Developers,
You asked for it – we did it! Now it's time for all Chinese speaking users of our community!
Finally, we're pleased to announce the official start of the Chinese InterSystems Developer Community!
And let me introduce you @Claire Zheng and @Vivi Zhu from InterSystems China as managers of the InterSystems Developer Community in Chinese!
Hi,I am a novice.How to call "ClassMethod" in SQL statement?
I don't understand why it's wrong?
I have a business process that I call a class that returns a JSON message. I was hoping to be able to reference the tag or iterate through the response until I find my value.
// Build the request parameter
set tRequest = ##class(CDSM.MemberAPI.Request).%New()
set tRequest.DateOfBirth = ptDOB
set tRequest.FirstName = ptFname
set tRequest.LastName = ptLname// Business operation needs to be parameterized
set tSC = ..SendRequestSync("boEISLMemberAPI, tRequest")
Just pasting the value I am interested since the response is 300 values long.
<memberId>12345678</memberId>
Hey Developers,
The InterSystems Multi-Model Contest is over. Thank you all for participating in our exciting coding marathon!
And now it's time to announce the winners!

A storm of applause goes to these developers and their applications:
I am trying to write a REST consumer the API that I am talking to expects a file to be sent over and in response I will get a file back if anyone out there has ever had a similar use case please could you kindly guide us or share some sample code please
Hi:
I'm using Docker and I don't get how you create new folders in the container.
I'm using Docker on Windows running the iris health community.
I want to create 2 folders on the instance and be adding files to it; I must be missing something as i can't see how this gets easily managed?
May retry just downloading the main community HS edition not through docker but could how to amend the error
"Too many Cores (16) for InterSystems IRIS Community License." for the main installation not through docker- docker has that workaround but not seen one for a non docker installation?
Hey Community,
We're pleased to invite you to the InterSystems AI+ML Summit 2021, which will be held virtually from January 25 to February 4! Join us for a two-week event that ranges from thought leadership to technical sessions and even 1:1 “Ask the Expert” sessions.
The sessions will be in both German and English. And this summit is free to attend!
See details below: