Hey Developers,
See how InterSystems IRIS Adaptive Analytics can be used to aggregate and query billions of records from a virtual cube, applying machine learning and analytics to that data.
Hey Developers,
See how InterSystems IRIS Adaptive Analytics can be used to aggregate and query billions of records from a virtual cube, applying machine learning and analytics to that data.
Hey everyone.
I have noticed that my backup mirror is warning that the MirrorDatabaseLatencyTime is having a bad time (time in ms is 3000, and warnvalue is 3000). While I look into what may be causing this latency between the two servers, I was considering if reducing the size of the journal files would improve this value in any way.
My assumption is that reducing the file size would mean that the frequency of the journal files being created would be increased, but the reduced size would mean that the transfer and application of each file would be reduced.
Has anyone had experience in this area?
Hi Community,
Please welcome the new video recorded by @Evgeny Shvarov on InterSystems Developers YouTube:
⏯ Developing InterSystems IRIS solution using GitHub Codespaces
I am trying to use IRIS Native API in .NET code I see following code snippet here https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
IRISReference valueRef = new IRISReference(""); // set inital value to null string
iris.ClassMethodString("%SomeClass","SomeMethod",valueRef);
String myString = valueRef.value; // get the method resultBut IRISReference is not available as a type.
What reference (dlls) do I need to add for that? I have InterSystems.Data.IRISClient.dll , what else do I need? what am I missing here?
I find the Data Import Wizard very handy. Has anyone thought of enabling the form in the application where it can be adapted for application user requirement?
csp/sys/exp/UtilSqlExImWizardContent.csp?Wizard=Import&$NAMESPACE=
Hi
My Ensemble platform worked well before.
Since yesterday , I found out lot of slow request ,I opened trace for one message.
.png)
as above shown.
It take about 8s from HisEmrRouter to ADTRoutingRule.
In my opinion, HisEmrRouter And ADTRoutingRule is Simple Rule, should't do IO operation. should be pure compute.
Why does it take so long to process the routing?
What Can I do to avoid it spend too much time to routing?
Tks
How Can I do to receive and read an uploaded file from a HTML form or REST API formdata into a Custom EnsLib.HTTP.InboundAdapter?
Hi,
I need to read a UTF8 encoded text file and translate the content to 8-bit.
Using %File class and $ZCVT(TXT,"I","UTF8") works , but I see that if the content is larger than max string (32000) and we cut the content
To max string chunks, we can get a <translate> error if we cut it in the "wrong" point..
Is there a better way to do this task?
My code looks like this:
S file=##class(%File).%New(..LocalFileName)
D file.Open("R")
While 'file.AtEnd {
S Line=$ZCVT(Line,"I","UTF8")
}
D file.Close()
and an example of such an error:
USER>s str=$C(215) USER>w
I currently have an Ensemble production which accepts and handles SOAP requests. I now need to support the exact same data, but instead of coming in as a SOAP request, comes in as a multipart/form-data request. The body of the message would look something like:
I have looked
I created a Custom Business Service to receive a multipart message with a file and I need to save only the file, not all message. How Can I extract only the file from the pInput to save in a File? This is my code:
If you want get a file from a multipart API or html form request use ReadMIMEMessage, see my sample.
Free certification exam attempt for all attendees of Virtual Summit 2020!
InterSystems is proud to offer free InterSystems Certification exam attempts to all attendees of InterSystems Virtual Summit 2020. The one free exam attempt will be made available to all registered attendees and can be used at any time until December 31, 2020.
This is our standard online exam service with online proctoring that is normally priced at $150 per attempt.
Get your hands on our technology with On-Demand Experience Labs available now through November 6th. Each lab is paired with an office hour session scheduled for this week. Learn more about how you can get hands-on with our technology.
Join the office hours to get answers your questions about the labs, talk about how the technology fits into your environment, and discuss implementation. Sign up for the Office Hours/On-Demand Experience Labs today. The labs have gotten great reviews so far!
We released a new version of ZPM (Package Manager)
New in this release:
1) Interoperability support - support for dtl, bpl, lut, esd, x12 in module.xml
Now it's allowed to refer to DTL and BPL files. ZPM stores and uses them as CLS.
Position: Intersystems Developer / IRIS Developer (Please send me your resume to raju@intellisofttech.com )
Location: 100% Remote
Duration: 6 Months Contract To Hire
Skills: Cache DB, Object Script, Intersystem, Ensemble (oldest one , )Healthconnect (Middle version ), Healthshare(Latest version ), Mumps
Top Requirements:
InterSystems IRIS includes dynamic object gateways for Java, .NET, and (now) Python. These gateways allow your IRIS application to use libraries in these languages, removing the need to create everything from scratch in ObjectScript.
In this example, we use the iTextPdf and Apache PdfBox libraries to read a text file and produce a basic PDF from it. These libraries are deep and rich PDF controls, so a little bit of development could produce an example application that produces far more compelling results for your needs.
Hi Community!
We are pleased to invite all the developers to the upcoming InterSystems Interoperability Contest Kick-off Webinar! The topic of this webinar is dedicated to the Interoperability Contest.
In this webinar, we will talk about the interoperability capabilities of InterSystems IRIS, will do a demo of building the basic IRIS interoperability solution, and demo how to use the PEX. Also, we’ll discuss and answer the questions on how to build interoperability solutions using InterSystems IRIS and IRIS for Health.
Date & Time: Monday, November 2 — 10:00 AM EDT
Speakers:
🗣 @Stefan Wittmann, InterSystems Product Manager
🗣 @Eduard Lebedyuk, InterSystems Sales Engineer
🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager

Hi All,
I know hundreds of people have done this but I'm looking for some DTL's as a start to do HL7 to FHIR, I appreciate everyone's HL7 is slightly different, but just some starter DTL's would be much appreciated? Can anyone help?
Regards
InterSystems is offering a new and easy challenge as part of Global Summit 2020. As you know IRIS Data Platform 2020.4 and IRIS for Health 2020.4 are now in preview release. We are looking to improve the developer experience in migrating from earlier 2020 container release(s) of these products to the 2020.4 preview release.
We invite you to complete a survey and get 7000 points on Global Masters🎁
This may not be the right place to ask, but I am having some issues with the VSCode setup. I have installed the InterSystems Extensions but I am not seeing the InterSystems icon on the Action Bar long the left side of the screen.
.png)
Can someone point me in the correct direction of what I need to do to fix this issue?
Thanks
Scott
With the release PEX in InterSystems IRIS 2020.1 and InterSystems IRIS for Health 2020.1, customers have a better way to build Java into productions than the Java Business Host. PEX provides a complete set of APIs for building interoperability components and is available in both Java and .NET. The Java Business Host has been deprecated and will be retired in a future release.
Advantages of PEX
Hey Developers,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in October 2020:
I'm looking for the best strategy for extracting data from a Cache table that houses 86 Million lines of data and around 190 columns. I'm currently using DBeaver and the Invoice Service dates go back to 1996. Optimistically I'm looking to pull to a pipe delimited flat file, but even a year's worth of data takes many hours to get query results.
Any suggestions for the best practice/strategy?
Thanks,
John
.png)
IRIS is an excellent option for machine learning projects with massive data operation scenarios, because the following reasons:
1. Supports the use of shards to scale the data repository, just like MongoDB.
2. Supports the creation of analytical cubes, this in association with sharding allows to have volume with performance.
3. Supports collecting data on a scheduled basis or in real time with a variety of data adapter options.
4. It allows to automate the entire deduplication process using logic in Python or ObjectScript.
5.
Class Queries in InterSystems IRIS (and Cache, Ensemble, HealthShare) is a useful tool that separates SQL queries from code. Basically, it works like this: suppose that you want to use the same SQL query with different arguments in several different places.In this case you can avoid code duplication by declaring the query body as a class query and then calling this query by name. This approach is also convenient for custom queries, in which the task of obtaining the next row is defined by a developer. Sounds interesting? Then read on!
Hi Developers!
Here're the technology bonuses for the InterSystems Interoperability Contest that will give you extra points in the voting:
See the details below.
Hi,
Can anyone please recommend an editor for cache database. I am looking for free version.
I am using winsql free version but data is missing while extracting or copying data from winsql.
Thanks
Jude
It's a wrap! All of the focus sessions have aired now. Of course, all of our 102 pre-recorded focus sessions are available on-demand now, so you can watch any and all of them, even if you missed the opportunity for live Q&A.
Speaking of live Q&A - we've had 6 live sessions, and these too are available for you to watch. I wrote about this, and how your questions make us better, in a separate blog article.
Smart Factory Starter Pack One highlight that got a lot of attention today was the release of the InterSystems IRIS Smart Factory Starter Pack on OpenExchange.