I have been reviewing the details on the CPF Merge functionality offered in IRIS:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
I love the frequent mentions of versioning the CPF merge files in Source control. One thing that is not yet clear to me is how this would work for rolling back a change:
"That way, assuming you version and store the merge files you employ, you can maintain a record of the configuration of each instance through time, enabling rollback if required, and avoid the possibility of configuration merge overwriting changes made by other means"
Hey Developers,
Are you joining us for the InterSystems Virtual Summit 2021?
Hi Community,
New video is already on InterSystems Developers YouTube:
⏯ Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager
Hundreds of users at TrakCare and HealthShare sites around the world rely on the InterSystems CCR Application (Change Control Record) to track their changes and deploy their configuration. InterSystems is excited to announce that following the launch of the Angular-based Documentation and FAQs this summer, the CCR application is now ready to accept beta testers to try out further expansion of the Angular UIs.
Users at CCR-controlled sites who wish to participate in the beta testing of the new UI can "opt-in" using the following steps:
- Navigate to https://ccr.intersystems.com/ccr/detailsUser
It's time to announce the Winners for September 2021! Please welcome our awesome Global Masters Heroes!
The storm of applause goes to these developers and their great contribution to DC in September 2021:
🥇 @Robert Cemper, ex Senior Sales Engineer from InterSystems, Austria
🥈 @Muhammad Waseem, HIS Team Lead, International Medical Center, Jeddah, Saudi Arabia
🥉@Lorenzo Scalese, Solution Architect, Zorgi, Belgium
Learn more about the competition and our awesome winners below.
We have in our company a task that use many times a job command, and we receive this message "<LICENSE ALLOCATION EXCEEDED>". I thought that a new license is consumed only when we acess with another IP address the database.
Can anyone explain this to me?
I am trying to figure out the best ObjectScript analog to mimic, more or less, the %RCOPY functionality. What would be ObjectScript method(s) if any to copy a routine from the current namespace to another one and compile it there?
Have you ever seen those vaccum compressed towels, that look like a pill and after you add water became a towel?
That's our challenge for today. As usual shortest solution wins.
Task
You will receive an integer number and you will return a new number where each digit is repeated a number of times equals to its value.
Input:
42
Output:
444422
Note:
- Input is only made of digits [0-9]
- Zero returns an empty string
- Use this code to check the result length
- You also can use this test case here
Hi,
I am using container to run IRIS. In my file service I defined following path:
.png)
How can I copy file to container location?
Thanks
Introduction
Several resources tell us how to run IRIS in a Kubernetes cluster, such as Deploying an InterSystems IRIS Solution on EKS using GitHub Actions and Deploying InterSystems IRIS solution on GKE Using GitHub Actions. These methods work but they require that you create Kubernetes manifests and Helm charts, which might be rather time-consuming.
To simplify IRIS deployment, InterSystems developed an amazing tool called InterSystems Kubernetes Operator (IKO). A number of official resources explain IKO usage in details, such as New Video: Intersystems IRIS Kubernetes Operator and InterSystems Kubernetes Operator.
In this article, we’ll look at one of the ways to monitor the InterSystems IRIS data platform (IRIS) deployed in the Google Kubernetes Engine (GKE). The GKE integrates easily with Cloud Monitoring, simplifying our task. As a bonus, the article shows how to display metrics from Cloud Monitoring in Grafana.
Note that the Google Cloud Platform used in this article is not free (price list), but you can leverage a free tier. This article assumes that you already have a project in the Google Cloud Platform (referred to as <your_project_id>) and have permission to use it.
Hi All,
I have created a REST class in which have the Parameter HandleCorsRequest = 1;
I can able to access the API using Postman, but not with my web application. It throws the below error.
Access to XMLHttpRequest at 'http://localhost:52773/IrisVSCode/app/test' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Please note that I have tried all option which are mentioned on following URL:
https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.
As of today, the Angular CCR Group Details page is now live for CCR UI Beta Testers. Beta testers will be directed to the Angular Group Details page upon any navigation which would have previously taken one to the CSP page. No existing functionality will be lost between the two pages.
I use the following code to start a start a job :
Class MyClass Extends (...)
{
ClassMethod Foo()
{
job $CLASSMETHOD("MyClass","MyMethod") //take forever depending hardware
}
ClassMethod MyMethod()
{
//do database related stuff
}
}On local environment, calling Foo() is instantaneous (a few ms). On production/test servers (which have much better hardware than local) calling this function is slow and take between 200 ms to 800 ms. Obviously starting a new job with "job" command take lot of time on those environments.
I don't know the reason of
A simple python script to copy/scrap/crawl a FHIR repository to another one.
The script is written in Python 3.
Install it from pip
python -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/grongierisc/fhir-scraper
cp .venv/bin/fhir-scraper.py .
Edit fhir-scraper.py for your needs.
Run it :
python fhir-scraper.py
How to run it from git
First clone this repository.
git clone https://github.com/grongierisc/fhir-scraper
You can install it quickly into a Virtual Environment.
I am running csession on AIX. I have been using the command "csession cache -U%SYS". In the session the namespace shows as "%SYS>" as expected. I was simply doing queries to the best of my knowledge. At some point csession starting failing to reference the namespace instead showing /cachesys/mgr which is the main dir for the cache instance. I am not aware of doing anything that would cause this but more importantly, how do I correct it? I
Hi Community,
Please welcome the new video from #VSummit20:
⏯ Showcasing Health Insight & IntegratedML for Healthcare Applications
Hello All,
InterSystems Certification has redesigned their IRIS Integration certification exam, and we again need input from our community to help validate the topics. Here's your chance to have your say in the knowledge, skills, and abilities that a certified InterSystems IRIS Integration Specialist should possess. And, yes, we'd like to hear from you Ensemble users as well!
Here's the exam title and the definition:
InterSystems IRIS Integration Specialist
An IT professional who:
- designs and builds integrations for various industries, and
- manages and configures productions using InterSystems
Hi
Following API:
http://api.aladhan.com/v1/gToH?date=24-09-2021
is returning following JSON response:
{"code":200,"status":"OK","data":{"hijri":{"date":"16-02-1443","format":"DD-MM-YYYY","day":"16","weekday":{"en":"Al Juma'a","ar":"\u0627\u0644\u062c\u0645\u0639\u0629"},"month":{"number":2,"en":"\u1e62afar","ar":"\u0635\u064e\u0641\u064e\u0631"},"year":"1443","designation":{"abbreviated":"AH","expanded":"Anno
Hi developers,
We've incorporated VS Code's support for multiple concurrent debug sessions and consoles into the latest release of Serenji.
So if you're working with processes that relate or are dependent on each other, you can now debug them together. Just launch a second Serenji debug session (F5) whilst the first one is still active.
This short video below shows how it works. We hope you find this feature useful!
Laurel
[](https://youtu.be/cs6UiAvUj24 "Serenji 3.2 multiple concurrent debug sessions")Hi,
How can I list down all the Articles of a particular author in community?
Thanks
Hi,
I want to view class details by using online Lab.png)
I tried to access with studio, It is connecting successfully buy class list is empty
.png)
How can I view the class details ?
Thanks
When refreshing a html or tablePane component using refreshContents() that takes a lot of server-side-processing, I'm running into timeouts every now and then. i.e., the result for the tablePane is that there's nothing displayed at all.
How can we configure (relax) that timeout so also those heavier ones get refreshed eventually? Just overriding %request.Timeout in %OnPreHTTP did not seem to do the trick.
Hi Community,
Join the upcoming InterSystems Interoperability Contest Kick-off Webinar dedicated to the Interoperability Contest.
In this webinar, you'll get an overview of the interoperability capabilities of InterSystems IRIS, and we'll show you how to use the PEX. Also, we’ll discuss and answer your questions on how to build interoperability solutions using InterSystems IRIS and IRIS for Health.
Date & Time: Monday, October 4 — 12:00 AM EDT
Speakers:
🗣 @Stefan Wittmann, InterSystems Product Manager
🗣 @Bob Kuszewski, InterSystems Product Manager
🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager
Our company is using Cache FDBMS for Medtrak.
I am trying to insert a record with the following data types : date, time, string and memo field (multiline). The SQL insert/update works fine without the memo field.
Here's my SQL statement
Insert into MR_SUB (MRSub_Date,MRSUB_Time,MRSUB_Update,MRSUB_Desc) values(:DTE, :time, :use, :remarks)
Based on FDBMS docs. MRSUB_Desc is a multiline/memo data type
Hope somebody can help. Thanks
This training course is addressed to beginners who would like to discover the IRIS Interoperability framework. We will be using Docker and VSCode.
Hello everyone,
InterSystems Certification has redesigned their IRIS System Administration certification exam, and we again need input from our community to help validate the topics. Here's your chance to have your say in what topics are covered on the InterSystems IRIS System Administration Specialist exam! And, yes, we'd like to hear from you Caché admins too!
Here's the exam title and the definition:
InterSystems IRIS System Administration Specialist
An IT Professional who:
- installs, manages, and monitors InterSystems IRIS environments, and
- ensures data security, integrity, and high
At the second InterSystems Virtual Summit, learn how to make your organization thrive with healthy data, powerful analytics, and a smart data fabric powered by InterSystems technology. Hear from our experts, world-leading thought leaders, and InterSystems customers from around the globe. REGISTER TODAY.
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in September 2021:




