Article Oliver Wilms · Jul 10, 2022 1m read The inspiration for interoperability-manager As I was thinking what I could develop for InterSystems Full Stack Contest, I saw this post: #CSP #REST API #Ensemble #InterSystems IRIS Open Exchange app 0 0 0 252
Question Oliver Wilms · Jul 10, 2022 login failure I am still working on iris-for-money app: https://github.com/oliverwilms/iris-for-money Account.csp posts a rest call with _SYSTEM username and the password. xhttp.open("POST", "/restapi/sql/" + query, true,"_SYSTEM","SYS");xhttp.send(); /restapi web application has Password Authentication Method enabled. SYS is the correct password for _SYSTEM user. I do not understand why I see login failure in Audit database. #Authentication #CSP #REST API #InterSystems IRIS #Open Exchange 0 1 0 283
Question Oliver Wilms · Jul 9, 2022 ERROR #5540: SQLCODE: -99 Message: User UnknownUser is not privileged for the operation I am working on iris-for-money app: https://github.com/oliverwilms/iris-for-money Account.csp posts a rest call with _SYSTEM username and the password. xhttp.open("POST", "/restapi/sql/" + query, true,"_SYSTEM","SYS");xhttp.send(); The error is logged in Riches.REST for this line: Set tSC = tStatement.%Prepare(pQuery) #Authentication #REST API #InterSystems IRIS 0 3 0 787
Article Oliver Wilms · May 30, 2022 1m read Custom monitoring page for IRIS Interoperability production InterSystems Production Monitor is a page in Management Portal to display monitoring information for the current running production. I like the page as it comes, but one size does not fit all. On May 13, 2022 I read this post on Developer Community: #Contest #Monitoring #Ensemble #InterSystems IRIS Open Exchange app 2 2 1 425
Article Oliver Wilms · May 30, 2022 1m read Receive mail messages in IRIS Interoperability Production IRIS Interoperability formerly known as Ensemble comes with many built in adapters. It does not have a service or adapter to receive mail. I have written email service to receive mail messages via SMTP which can be passed to email operation. #Contest #Ensemble #InterSystems IRIS #Open Exchange Open Exchange app 0 0 0 246
Article Oliver Wilms · May 30, 2022 1m read About test-data app My team works on an IRIS interoperability solution which is running on Red Hat OpenShift container platform. I want to test how many messages can be processed by the running webgateway pods and compute pods with data being stored in the mirrored data pods. #Contest #InterSystems IRIS #Open Exchange Open Exchange app 1 0 0 254
Question Oliver Wilms · Apr 29, 2022 PoolSize System Default Setting Hello, I tried to define Pool Size in System Default Settings, but it is not being used. I see I am not the first to try this without success: Define PoolSize as system default value | InterSystems Developer Community Any suggestions? #Business Operation #InterSystems IRIS 0 3 0 398
Article Oliver Wilms · Apr 8, 2022 1m read Why another money app for Globals Contest? I wanted to join the InterSystems Globals contest. I have worked with InterSystems globals more than twenty years and I consider myself an expert. I developed another money app for globals contest because I needed it. What I had created previously was not really that useful for me. #Open Exchange Open Exchange app 0 0 0 178
Article Oliver Wilms · Jan 16, 2022 2m read Add Pivot Definition for dataset-finance in Online Demo I participate in InterSystems Datasets Contest. I created dataset-finance and analyze-dataset-finance apps along with Online Demo. The username is _SYSTEM and password is SYS. I created an online demo with a pretty dashboard here: #Tips & Tricks #InterSystems IRIS BI (DeepSee) 1 0 0 184
Question Oliver Wilms · Jan 8, 2022 SQL LOAD DATA date values I have csv date file with date values like this "4/10/2021" for April 10, 2021. I defined a table with this property: Property TranDate As %Library.Date. I capture error [SQLCODE: <-104>:<Field validation failed in INSERT, or value failed to convert in DisplayToLogical or OdbcToLogical>] [Location: <ServerLoop>] [%msg: <Field 'dc_data_finance.transact.TranDate' (value '4/10/2021') failed validation Field ... I do not really want to change TranDate to %String. How can I import "4/10/2021" into %Date property? #Data Import and Export #SQL #InterSystems IRIS 0 10 0 491
Article Oliver Wilms · Jan 8, 2022 2m read dataset-finance: trying to map columns to properties I have a csv file with 13 columns. The header row is: #SQL #InterSystems IRIS 0 1 0 217
Article Oliver Wilms · Jan 8, 2022 2m read dataset-finance and my first experience with SQL LOAD DATA I read under Topics and Rules of InterSystems Datasets Contest: #SQL #InterSystems IRIS 0 2 0 215
Article Oliver Wilms · Dec 24, 2021 4m read InterSystems SQL Outbound Adapter - How fast can it go? One of my colleagues had developed an interface in Health Connect (HealthShare 2019.1) to add large amounts of data to an external SQL Server database. The data comes from many text files with delimited rows and data for one table per file. There is a business process to read a file line by line and send an Insert Request to an operation. #Performance #SQL #Health Connect #HealthShare 4 0 0 295
Question Oliver Wilms · Oct 21, 2021 Ensemble Data Lookup Tables - SQL query Hello, I wonder if we can run SQL queries to find data in Lookup tables? #SQL #Ensemble 0 1 0 501
Article Oliver Wilms · Oct 17, 2021 3m read Interoperability, RecordMap CSV Wizard, and Money I work as an Integration Engineer for United States Department of Veterans Affairs (VA). I work on a Health Connect production which processes many RecordMap files. I do not fully understand RecordMaps and I wanted to develop an application for the Interoperability contest where I could learn more about working with RecordMaps. I browsed InterSystems documentation for inspiration on how to start. I was happy to find CSV Record Wizard. #Business Process (BPL) #Containerization #Contest #CSV #Interoperability #InterSystems Package Manager (IPM) #REST API #Health Connect #InterSystems IRIS #Open Exchange Open Exchange app 0 0 0 396
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 232
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 254
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 740
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 358
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 781