Question Oliver Wilms · Oct 4, 2021 CSV Record Wizard has a bug? I tried out CSV Record Wizard with my dat file from Analytics contest: https://raw.githubusercontent.com/oliverwilms/iris-analytics/master/data... #CSV #Ensemble 0 1 0 236
Article Oliver Wilms · Sep 11, 2021 5m read iris-analytics-for-money 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. #Cubes #Dashboards #InterSystems IRIS #InterSystems IRIS BI (DeepSee) Open Exchange app 8 1 0 261
Question Oliver Wilms · Aug 22, 2021 Web Gateway Error "Invalid Request : Cannot identify application path" I want to try SAM in AWS. I followed these steps: docker pull store/intersystems/sam:1.0.0.115 #CSP #System Alerting and Monitoring (SAM) #Web Gateway #InterSystems IRIS 0 7 0 784
Article Oliver Wilms · Aug 22, 2021 2m read My opinion: IRIS Mirror not as reliable as expected in AWS Elastic Container Service I have described my efforts to optimize IRIS Mirror deployment in AWS ElasticContainer Service (ECS) in my prior article. IRIS Mirror in the cloud (AWS) | InterSystems Developer Community | AWS #AWS #Cloud #Containerization #Failover #High Availability #Mirroring #InterSystems IRIS #InterSystems IRIS for Health 8 0 0 369
Article Oliver Wilms · Aug 4, 2021 3m read IRIS Mirror in the cloud (AWS) I have been working on redesigning a Health Connect production which runs on a mirrored instance of Healthshare 2019. We were told to take advantage of containers. We got to work on IRIS 2020.1 and split the database part from the Interoperability part. We had the IRIS mirror running on EC2 instances and used containers to run IRIS interoperability application. Eventually we decided to run the data tier in containers as well. #AWS #Cloud #Containerization #Failover #High Availability #Mirroring #Health Connect #InterSystems IRIS 12 14 2 790
Article Oliver Wilms · Jul 27, 2021 2m read IRIS Interoperability Message Bank I heard about Message Bank when we started redesigning a Health Connect production to run in containers in the cloud. Since there will be multiple IRIS containers, we were directed to utilize Message Bank as one place to view messages and logs from all containers. #AWS #Enterprise Message Bank #Interoperability #Ensemble #Health Connect #HealthShare #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 6 1 0 437
Question Oliver Wilms · Dec 7, 2020 Record Maps - is message required to be in a file? Hello, I like to know if we need to have the message in a file to process a Record Map? I am working with Interoperability Production that processes files /messages using Record Maps. My team was asked to redesign the solution for deployment in AWS. We use containers. We had problems with having multiple containers processing files from the same directory. We are considering Amazon Simple Queue Service instead of having files on a shared file system. #AWS #Business Service #Interoperability #Mapping #InterSystems IRIS 0 1 0 250
Article Oliver Wilms · Nov 22, 2020 2m read What else can Feeder do? Report about what happened during a test - check Message Bank to see what happened on the instances that received test messages from Feeder #Contest #InterSystems IRIS Open Exchange app 3 0 0 187
Article Oliver Wilms · Nov 16, 2020 2m read File Access Control for Inbound Adapter running in multiple IRIS instances My team is working on redesigning an Interoperability solution that currently runs on a HealthShare server that is part of a mirror. Most of the messages are delimited records processed using Complex Record Mapping. We were told to utilize cloud services available in AWS, use containers, autoscaling… #Business Service #Interoperability #Health Connect #HealthShare #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 1 0 0 278
Question Oliver Wilms · Nov 5, 2020 ECP Data Server - Allow Incoming Connections - Add ClientIP with code Hello, I am working with Elastic Container Service in AWS running IRIS for Health containers 2020.1. We have an ECP Data Server. I like to be able to add a new host IP on the data server when a new client starts up. What table are the Allowed ClientIPs stored in? Thanks, Oliver #ECP #InterSystems IRIS for Health 0 1 0 283
Article Oliver Wilms · Oct 5, 2020 2m read File Passthrough Feeder IRIS Interoperability Productions formerly known as Ensemble are fun to work with. Yes, I really think my work is fun. I have seen File Passthrough Services and File Passthrough Operations come in handy. At one point we placed test messages in files, then we utilized a File Passthrough Service with Inbound File Adapter to send the contents of the file as a Stream to a File Passthrough Operation with Outbound TCP Adapter. #Contest #CSP #Interoperability #REST API #Testing #Ensemble Open Exchange app 4 1 0 391
Question Oliver Wilms · Aug 19, 2020 Sample Code for Free Space Monitor Task Hello, I just watched the recording of Michael Brady's presentation on Ensemble Disk Free Space Monitoring. Is the sample code for the Task definition class still available? How can I obtain a copy? Thanks #Monitoring #Ensemble 0 2 0 278
Question Oliver Wilms · Aug 19, 2020 How can I add an application server to ECP client list in code? I was able to define ECP connection in Installer class that I run when I build docker image for my Docker IRIS application. Now I start to use Amazon ECS and Autoscaling. When a new instance is created and it runs the IRIS container, I want it to "register" as an Application server on the remote database server. What code can I execute to add an ip address as an Application Server? #Application Server #ECP #ObjectScript #InterSystems IRIS 1 2 0 437
Question Oliver Wilms · Jul 28, 2020 Enterprise Message Bank Hello, I work with IRIS for Health 2020.1 and I attempted to set up Enterprise Systems to populate Message Bank. I see entries in Message Bank Event Log from the defined Enterprise Systems. I can browse Messages going back before I set up Enterprise Systems using Enterprise Message Viewer. However, I find no messages in Message Bank Viewer. Do I need anything extra to archive messages? #Enterprise Message Bank #InterSystems IRIS for Health 0 5 0 348
Question Oliver Wilms · Jul 15, 2020 Mapping Legacy Global to Persistent class storage I want to map global ^myUnitTests(ID)={Start}_"^"_{JOB} where {Start} and {JOB} are two properties and ID is determined by $Increment(^myUnitTests). I defined this class but it will not compile: #Mapping #InterSystems IRIS 0 1 0 308
Question Oliver Wilms · Jun 25, 2020 Testing Interoperability Productions in Iris Hello, I am using a class based on %UnitTest.TestProduction to test Health Connect production. I read in Class Reference IRIS for UNIX 2020.1: Note: This class is not intended to be used in InterSystems IRIS instances. Why should this not be used in IRIS? I have not seen any difference using this with HealthConnect 2017 or IRIS 2020.1 #Interoperability #Testing #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 268
Question Oliver Wilms · Jun 11, 2020 Inbound File Adapter - Check Complete - File Locks Hello, I want to deploy Iris Interoperability Production in multiple containers . The production has File Services that process files from EFS location. All the files being processed by multiple containers are in the same directory. The standard Adapter class does not have Check Complete option to lock a file so that other containers File Services looking in the same file path cannot process the same file. I updated the Inbound File Adapter class to offer another Check Complete option LOCK that will lock the file until it is processed and archived. #Business Service #Interoperability #Other 1 2 0 265
Question Oliver Wilms · Jun 5, 2020 Running multiple containers - File sharing Hello, How can I use ISC_DATA_DIRECTORY once IRIS runs inside a container? Some background... #Containerization #InterSystems IRIS #InterSystems IRIS for Health 0 5 0 397
Question Oliver Wilms · Jun 3, 2020 Dashboard - how to draw lines? Hello, I work on a dashboard. I understand basic html. I like to draw two boxes in different colors on the background. There will be multiple small boxes inside or over the boxes in the background. I defined the large boxes as <div> and the smaller boxes also as <div> inside the larger <div>. So far so good. How can I draw lines with arrows between the smaller boxes? #CSP #Dashboards #Frontend #Graph #HTML #Other 0 9 0 371
Question Oliver Wilms · Jun 3, 2020 ECP Connection to remote data server Hello, I work on deploying IRIS inside Docker container. I really like %Installer class can automate many steps. I want to establish an ECP connection to a mirror database and then define a remote database on the application server. I have already seen we can create local database and namespace in %Installer. What code is needed to establish ECP connection? #Coding Guidelines #Databases #Deployment #ECP #Mirroring #InterSystems IRIS 0 6 0 614