Some of you might not be aware of this "Known Issue/Limitation" when defining a BPL-based Business Process.
And those who are not might have encountered this (somewhat "unpleasant" error):
Some of you might not be aware of this "Known Issue/Limitation" when defining a BPL-based Business Process.
And those who are not might have encountered this (somewhat "unpleasant" error):
Hi,
I have created new class in VSCode and upon saving it also saved in Cache DB but when I am deleting from VSCode it is not deleting from Cashe DB. How can I remove both class together?
Thanks
Hi,
How to send push notification from production in case of error ?
Thanks
Hi
I am running IRIS from docker container and I am not getting Web Terminal Option in management portal.
What to do for Web Terminal to be appear in management portal?
Thanks
I'm trying to save a list of AccessTokens a user for a specific user. This way I could present it together with other user-data.
I have tried calling ##class(OAuth2.Server.AccessToken).OpenByCode(authCode) from %OAuth2.Server.Authenticate's AfterAuthenticate() method. This only returns things like State and AuthorizationCode, but the AccessToken is empty at this point (afterwards it becomes filled out).
Is there a way to achieve storing the AccessToken as part of the login system?
Newbie to working with silent installs. is there a variable to pass in what/where you want to place your journal files?
Hi Community,
We're pleased to invite you to the online meetup with the winners of the InterSystems Analytics contest!
Date & Time: Friday, September 17, 2021 – 12:00 EDT
What awaits you at this virtual meetup?
Hi Community,
Enjoy watching the new video on InterSystems Developers YouTube:
This article suggests to you some patterns to create REST API applications using IRIS.
Note: source code in https://github.com/yurimarx/movie
To begin, see my suggestion for classes needed to create IRIS API applications:
.png)
Hello!
Want to get 5000 points on GlobalMasters?
I'm launching a bug bounty for a bug with which I've been struggling for the last 4 years. Have tried to resolve it many times, but no dice - can't track it down.
To claim this bounty you need to:
First come first serve. Bounty would be paid only ONCE for a first working solution.
UPD: we have a winner here
This function is supposed to tell me that argument 1 is a valid variable name or not.
Doesn't work with an array variable, eg W $ZNAME("WLCOM(I)",0).
Not a question, just a whinge really.....
Hello Community,
we want to use a specific index on our sql-class.
The index we want to use is called "iFilter".
Currently we use the following technique of ignoring all other indices because the automatically chosen index is always too slow.
SELECT TOP 100 d0.ID FROM %IGNOREINDEX Belegindex %IGNOREINDEX KundenNrGlobalindex %IGNOREINDEX Rechnungsnummerindex %IGNOREINDEX Erfassungsartindex %IGNOREINDEX Belegsuche %IGNOREINDEX DatumAuftragindex %IGNOREINDEX OnlineBestellnummerindex %IGNOREINDEX Belegnummerindex %IGNOREINDEX KundenNrGlobalindex %IGNOREINDEX VAMindex %IGNOREINDEX
I really love documentaries! Last weekend I was watching a Netflix documentary called This is Pop, because it was Analytics Contest time and I thought: Why not creating a pop song analytics with InterSystems Iris?
The first challenge was the database. I found on Data World project a CSV file with the Billboard hot 100 songs from 2000 to 2018, created by "Michael Tauberg" @typhon, that fits perfectly.
I was talking to @Henrique Dias and he gave me the idea of using Microsoft Power BI for good looking report with charts.
Hey Community,
"Wonders of the World" journey on Global Masters is over - thank all for participating! Now it's time to announce the Raffle Winner!
🎉🎉🎉 Congratulations to @Goran Trbojević - the winner of the Nike Backpack! 🎉🎉🎉
His entry was randomly selected among 16 participants who completed ALL the challenges in the "Wonders of the World" campaign.
And one of the challenges was to 📸 upload a selfie with one or two words that you associate with InterSystems.
Just look at these exciting photos!
Your words for us are SO inspiring!
Thank you all who gave us your permission to share your photo on DC and social media:
Have you heard about some restrictions in cookies for tracking visitors to your sites?
One of our clients asked me about how to know really count of visitors.
Their site works on WordPress framework, hosted on classical NAMP hosting.
They can see some statistics from Yandex Metrika conter, but we was not sure about full coverage.
.png)
We gave him the AWStats, it takes data from Apache log files on hosting.
But there were no filter of robots and hearbeat systems such as UptimeRobot or Search Engines indexing robots.
.png)
After that we decided to get data in IRIS BI for two reasons:
- make dashboards with
I regret getting a late start in the InterSystems Analytics contest. I had tried a couple of times before to use Analytics, but I had not gotten too far. I have been recording financial transactions in Excel workbook ever since I had to retire Microsoft Money. Since my iris-for-money was not fully functional, I created a worksheet per account I was tracking. I had developed a CSP page in iris-for-money to import transactions by reading a CSV file. I realized this process requires escaping many characters that can cause the process to fail.
One week ago I realized I had just two days left to
Hey Developers,
This week is a voting week for the InterSystems Analytics contest! So, it's time to give your vote to the best solutions built with InterSystems IRIS.
🔥 You decide: VOTING IS HERE 🔥
How to vote? Details below.
Hey Community
A new video is already on InterSystems Developers YouTube
I'm using FOP 1.1 for ZEN reports and would like to install fonts within the Windows/Fonts directory.
I added the xml tags in fop.xconf but so far I have been unable to get the correct font.
<renderers>
<renderer mime="application/pdf">
<fonts>
<directory>c:\windows\fonts</directory>
<!-- automatically detect operating system installed fonts -->
<auto-detect/>
</fonts>
</renderer>
</renderers>
Any advice would be appreciated.
Hi Developers,
It's time to announce the Winners for August 2021! Please welcome our awesome Global Masters Heroes!
The storm of applause goes to these developers and their great contribution to DC in August 2021:
🥇 @Sergey Mikhailenko, Chief Specialist, AO Mosvodokanal, Russia
🥈 @YURI MARX GOMES, Software Architect, YM Services, Brazi
🥉 @Nigel Salm, Senior Systems Architect at Health System Technologies, South Africa
Learn more about the competition and our awesome winners below.
Hi Developers!
We had a set of technology bonuses for the InterSystems IRIS Analytics contest.
And here is how projects collected it:
I'd like to share with you some storage features that also exist in Caché but are almost
unknown and mostly not used. They are of course available in IRIS and gain importance
with large and distributed storage architectures.
I am trying to get a list of databases using the DatabaseByServer method but I am only getting an empty string. I have not found any useful examples of the proper usage of this class/method.
I have tried 2 formats. First
set dbList=""
set db=##class(Config.Databases).DatabasesByServer("my-host",.dbList)
I also tried:
set db=##class(Config.Databases).DatabasesByServer("my-host",.dbList,"/cachesys/")
In each case dbList is empty string. I can not figure out what I am missing.
Hello,
I am a clinician and we use Trakcare Lab LIMS at our institution.
We understand histopathology reports are directly typed, stored and uploaded directly to the LIMS.
For clinical audit purpose we need to download these reports directly in text format in bulk. Can anyone offer some technical assistance in retrieval of these histopathology reports? Is there any script that can be run to access, retrieve and download these reports?
Previously I have already tried to play with Google Data Studio when I connected it to InterSystems FHIRaaS. It has quite a nice UI, with a few chart types available out of the box, it can be quite easily connected to some plain tables (stored as CSV or JSON, for instance), and gives the ability to build quite flexible analytics over it. So, I have decided to implement a new connector to InterSystems Analytics (DeepSee), with the ability to select a cube and do some queries on it.
.png)
Hi Guys,
when using $ZD(mydate,4) sometimes it returns year as 4 digits and sometimes two, and the documentation is saying ([YY]YY is a two-digit year if hdate falls within the active window for two-digit years; otherwise it is a four-digit year), what active window for two means and how can I force the year to be always 4 digits ?
Thanks
Hey Developers,
New video is already on InterSystems Developers YouTube:
Does anyone know how to set an email as High priority when it is sent using a %Net.MailMessage object? Somehow I can't seem to put my finger on it.
Thanks!
Hello,
Does anyone know if intersystems has a support document/ support guide on "Healthshare"? We need to share it with our L1 support team.
Any support document with a few known issues with their resolution, that the L1 team can expect and resolve?
Hi Developers,
The new video from Global summit 2019 is already on InterSystems Developers YouTube: