Article Yuri Marx · Nov 12, 2023 6m read Part II: Jasperreports open source drag and drop reports for IRIS The part II you will learn how to run any Jasper report file (jrxml file) designed on Jasper Studio from InterSystems IRIS. We will create a REST API to return a processed report on PDF format. The jrxml file On part I, we designed this report: 1. First of all, rename the report from Blank_A4.jrxml to sample.jrxml (Project Explorer tab > click right the file > Rename): #Tutorial #InterSystems IRIS Open Exchange app 4 0 2 265
Article Yuri Marx · Nov 11, 2023 4m read Part I: Jasperreports open source drag and drop reports for IRIS Prepare a Sample application 1. For this tutorial we will use the iris-rest-api-template (https://openexchange.intersystems.com/package/iris-rest-api-template), adding some code to install JIRISReport support. Do these steps:2. Clone the project on a local folder: #Tutorial #InterSystems Ideas Portal #InterSystems IRIS Open Exchange app 3 6 3 515
Question Yuri Marx · Nov 7, 2023 How to set ENV variables using IPM? When using docker compose, I can create ENV variables using environment section, like this: #InterSystems Package Manager (IPM) #InterSystems IRIS 0 1 0 232
Article Yuri Marx · Jul 19, 2023 8m read Using the new InterSystems IRIS Hibernate 6 Dialect for a Springboot Project Hibernate is the most popular framework to do ORM (Object Relational Mapping) projects. With Hibernate a software can use the main DBMS in the market, including the capability to change the database vendor any time, without source code impact. This is possible because the Hibernate supports dialects. Each database product has a different dialect that can be assigned into a configuration file. So, if a software is using Oracle and is looking to evolve to InterSystems IRIS, just change the configuration file with connection and dialect information. #Java #InterSystems Ideas Portal #InterSystems IRIS Open Exchange app 7 7 3 823
Article Yuri Marx · May 29, 2023 7m read How to do performance and load tests on databases and backends Sometimes we need to know for sure if the current environment has sufficient cores, memory, and bandwidth to support the planned number of users and such SLAs as latency, response time, and availability. This is true for databases and backends. This is why it is mandatory for critical applications and databases to simulate the users simultaneous/concurrent requests and collect metrics about performance and availability. #Testing #InterSystems IRIS 3 0 2 585
Article Yuri Marx · May 22, 2023 6m read Tutorial: Deploy your dockerized application on AWS Nowadays, most applications are deployed on public cloud services. It brings many advantages including savings in human and material resources, the ability to grow quickly and cheaply, greater availability, reliability, elastic scalability, and options to improve the protection of digital assets. One of the most popular options is AWS. It allows us to deploy our applications usings virtual machines (EC2 service), Docker containers (ECS service), or Kubernetes (EKS service). #AWS #Cloud #Docker #InterSystems IRIS 5 11 3 1.1K
Article Yuri Marx · May 15, 2023 6m read Tutorial: Deploy your dockerized application on Google Cloud These days the vast majority of applications are deployed on public cloud services. There are multiple advantages, including the reduction in human and material resources needed, the ability to grow quickly and cheaply, greater availability, reliability, elastic scalability, and options to improve the protection of digital assets. One of the most favored options is the Google Cloud. It lets us deploy our applications using virtual machines (Compute Engine), Docker containers (Cloud Run), or Kubernetes (Kubernetes Engine). The first one does not use Docker. #Cloud #Google Cloud Platform (GCP) #InterSystems IRIS 4 0 3 4.7K
Article Yuri Marx · Apr 13, 2023 10m read Adding Google Social Login into InterSystems Management Portal It is a recommended security practice to login into sensitive Administrator Portals without any input passwords. Thus, it is necessary to identify and authenticate the users correctly. A common technique employed by web portals and mobile applications is to use Google social login. Today, Google Gmail has 2 billion users (source: https://www.usesignhouse.com/blog/gmail-stats). Therefore, it is a perfect shared login service to utilize to login InterSystems IRIS users when they need to manage their instances. This article will detail all the steps to embed Google Login into your InterSystems Management Portal. Register your InterSystems instance in the Google Console 1. Go to https://console.cloud.google.com and log in with your Google user account.2. On the header click Select a project: #Authentication #Security #InterSystems Ideas Portal #InterSystems IRIS Open Exchange app 10 7 4 872
Question Yuri Marx · Mar 21, 2023 How Can I get user details by email property? I know it is possible get the user using ##class(Security.Users).Get("username"), but I need to get a user by your email. How Can I get a user by email? #Security #InterSystems IRIS 0 1 0 301
Question Yuri Marx · Mar 17, 2023 Custom %CSP.Login for app /csp/sys Hi guys, I defined a subclass to %CSP.Login and assigned csp/sys login page to this subclass: But did not work, I get this error: And more, the default %CSP.Login continues to be called to login when the user not logged yetSo, how can I do to replace the default %CSP.Login by my subclass? #Authentication #Security #InterSystems IRIS 0 8 0 415
Article Yuri Marx · Feb 23, 2023 15m read IoT with InterSystems IRIS IoT (Internet of Things) is a network of interconnected things, including vehicles, machines, buildings, domestic devices or any other thing with embedded TCP/IP remote connection available, allowing it to receive and send execution instructions and data. Each thing provides one or more services to the IoT network. For instance, smart light bulbs provide services of turning off and turning on the lights; smart air conditioners maintain the environment temperature; smart cameras send notifications when capturing movement. #IoT #InterSystems IRIS Open Exchange app 7 8 3 768
Article Yuri Marx · Feb 5, 2023 1m read See your class catalog with mindmaps and markdown If you want to know more about a new project or generate a new way to see your project, the better way is using mindmaps or markdown documentation. The IRIS Connections allows to you generate the mindmap for your classes and get your classes documentation in a markdown file. #Development Environment #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 2 0 0 284
Article Yuri Marx · Feb 5, 2023 1m read Manage your classes dependencies When you need to know the impact on a change in your project, it is very useful to see class dependencies in a network diagram. The IRIS Connections project allows you to see it. IRIS Connections installation If you want to install using ZPM: #Development Environment #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 2 0 1 272
Discussion Yuri Marx · Jan 29, 2023 It is not possible debug with current community docker version When I try to debug using the docker image intersystemsdc/iris-community it is failing. If I change to intersystemsdc/iris-community:2022.3.0.555.0-zpm, I have success. Sorry, change to: intersystemsdc/iris-community:2022.1.0.209.0-zpm #Debugging #InterSystems IRIS #VSCode 0 4 0 212
Article Yuri Marx · Jan 9, 2023 7m read Generate and read QR Codes and Barcodes with Python and IRIS Applications that work with bill payments and receipts, as well as the delivery and inventory of items, generally require the use of barcodes or QR Codes. The latter is used in even broader scenarios since the QR Code can store more information than a simple bar code. Thus, it is important to have the ability to generate barcodes and QR Codes or read the data stored in them from an image or a PDF. This article will show you how to do this using Python and some of its free libraries. #Embedded Python #REST API #InterSystems IRIS Open Exchange app 2 1 2 1.4K
Article Yuri Marx · Nov 30, 2022 14m read Creating FHIR questionnaires Intersystems IRIS for Health has excellent support for the FHIR industry standard. The main features are:1. FHIR Server2. FHIR Database3. REST and ObjectScript API for CRUD operations on FHIR resources (patient, questionnaire, vaccines, etc.) This article demonstrates how to use each of these features, as well as presenting an angular frontend for creating and viewing Quiz-like FHIR resources. #Angular #FHIR #REST API #InterSystems IRIS for Health Open Exchange app 6 0 1 1K
Article Yuri Marx · Oct 24, 2022 8m read Data migration tool - Part V: from Oracle Database 21c to IRIS Introduction #Databases #InterSystems IRIS 7 0 4 629
Article Yuri Marx · Oct 17, 2022 10m read Using FTP Adapter to produce and consume FTP messages FTP (File Transfer Protocol) is a network protocol for transmitting files over TCP/IP connections in a network (including the Internet) configured to transfer files via this protocol. In an FTP transaction, a file sender is called a local host. A file receiver involved in FTP is a remote host, and it is usually a server. Although many file transfers can be conducted using Hypertext Transfer Protocol (HTTP), FTP is still commonly used to transfer files behind the scenes for other applications, such as banking services. #FTP #Interoperability #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 4 0 1 830
Article Yuri Marx · Oct 13, 2022 2m read Function to get start and end dates for a month If you want to get the initial and last day of a month, I have a ClassMethod to you (version 2, fixed an error found by Eduard): #InterSystems IRIS 3 5 2 455
Article Yuri Marx · Sep 26, 2022 9m read Debug the ObjectScript code using VSCode Visual Studio Code (VSCode) is the most popular code editor on the market. It was created by Microsoft and distributed as a free IDE. VSCode supports dozens of programming languages, including ObjectScript, Until 2018, Atelier (based on Eclipse). It was considered as one of the main options to develop InterSystems products. #Best Practices #Debugging #InterSystems IRIS #VSCode 14 4 6 2K