Question Scott Roth · Mar 15, 2024 Local Web Gateway connecting to Docker Container Image I am fairly new to using Docker, and instead of trying to get IIS, a Web Gateway, and Docker desktop working within my Windows environment, I thought I would try running it in a WSL2 Ubuntu environment since this is similar to how use it on my server. I have installed Apache and the Web Gateway on my WSL2 Ubuntu. #Docker #Web Gateway #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 209
Question Scott Roth · Feb 22, 2024 Staggered Start Script based on Queue Count Our 3M Computer Assisted Coding system goes down on a regular basis for updates, the Applications folks like us to Disable the Business Operations when this happens and start them back up when they page the on-call person. The Business Operations have to be started in a sequence to guarantee that all the ADT being sent it processed before we start sending everything else. #ObjectScript #Caché #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 167
Question Scott Roth · Feb 15, 2024 EnsLib.JavaGateway Not Stopping during Force Down Has anyone noticed that when IRIS is forced down that the EnsLib.JavaGateway.Services do not properly shut down and release the ports? While we can write a shell script to kill the processes at the OS level, I was wondering if anyone experienced this issue. We are working on our Mirroring setup/failover and had the team testing forcing the Primary down to make the Backup to become the Primary Server. When this happened and we failed back, IRIS could not restart the JavaGateway.Services because the ports were still in use. #Business Service #High Availability #Java #Mirroring #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 159
Question Scott Roth · Jan 29, 2024 Service Unavailable when Authenticating through Apache/Web Gateway and LDAP Lately my group has been seeing issues when signing in through the Management Portal or VS Code we are getting "Service Unavailable" errors returned to us. We recently migrated away from using the PWS to using Apache/InterSystems Web Gateway and using LDAP instead of Delegated Authentication. #LDAP #Security #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 329
Question Scott Roth · Jan 22, 2024 How should I go about updating Security Configuration in a Mirror environment? We recently went through an Audit of our Security Policies and Procedures when it comes to IRIS. As a result of that Audit, we need to make adjustments to the way that Security is setup within IRIS. I have already done my changes on our TEST and DEVELOPMENT environments, but now I am trying to plan out how do we make these changes in Production. These changes include moving away from the PWS, setting up Apache/Web Gateway, moving to LDAP instead of using Delegated Authentication, updating Web Applications, updating Resources, updating Services, etc... #Mirroring #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 1 4 0 164
Question Scott Roth · Jan 19, 2024 Custom Business Operating - SQL Outbound Adapter Troubleshooting Ran into an issue this morning, that I am having a hard time trying to track down what might have caused the issue. We have a Business Rule that sends HL7 ADT to a Business Process that inserts the data into a MS SQL Server using a Custom Business Operation (SQL Outbound Adapter). #Business Operation #Business Process (BPL) #Business Rules #JDBC #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 1 2 0 206
Question Scott Roth · Jan 18, 2024 Question about using ZSTART, ZSTOP, ZMIRROR I had a question about using ZSTART, ZSTOP, and ZMIRROR. If we use them and it is not correct, does it mess up with any of the existing functionality? So, if I create a ZSTART with a simple command of starting the %JDBC Server will that mess up anything existing in the Startup sequence? Is ZSTART, ZSTOP, and ZMIRROR just an extension of the existing functionality, or does it alter how the built in functionality runs? Should we tread lightly in the use of them? #Mirroring #ObjectScript #Startup #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 2 7 1 350
Question Scott Roth · Jan 17, 2024 Container help containers.intersystems.com/intersystems/healthshare_providerdirectory:2023.2 I downloaded containers.intersystems.com/intersystems/healthshare_providerdirectory:2023.2 to evaluate, however when I try to run the container it keeps exiting. #Containerization #Docker #InterSystems IRIS 0 2 0 174
Question Scott Roth · Jan 13, 2024 ZMIRROR - Illegal Value I am trying to work on a ZMIRROR that will execute a shell script to failover our VIP at the hardware level when NotifyBecomePrimary occurs. #Mirroring #ObjectScript #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 177
Question Scott Roth · Jan 13, 2024 Accessing EnsLib.HL7.Message Header properties within a DTL Within a DTL is it possible to access and update the Message Header properties of an EnsLib.HL7.Message? Currently we have multiple EMR Services for each environment sending to 1 Business Process to Normalize the data, then it is sent to another Business Process to route the data. #Business Rules #DTL #HL7 #Ensemble #Health Connect #InterSystems IRIS for Health 0 7 0 466
Question Scott Roth · Jan 11, 2024 $ZF question - Calling scripts and redirecting output from script I am trying to write a ZMIRROR routine that makes a shell script call using $ZF #ObjectScript #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 2 1 178
Question Scott Roth · Dec 15, 2023 InterSystems IAM and InterSystems Community Edition Outside of the learning module for IAM, I would like to give it a try with Community Edition on my own however the Community Edition License does not include it. Has there been any discussion on allowing Company's Demo IAM through Community Edition before they get the license? Thanks Scott #InterSystems API Manager (IAM) #InterSystems IRIS 0 1 0 215
Question Scott Roth · Dec 14, 2023 LDAP Logging I am trying to troubleshoot an issue with LDAP and a specific user. Besides what is in the Audit Database is there another way to look to see the LDAP functionality that is being called and the response, like there is with OAuth and the ISCLOG? The Audit Log is returning a failure (Unexpected - /api/atelier login failure | InterSystems Developer Community) for this particular user, and I want to get proof that it might be something with the LDAP and not IRIS. Thanks Scott #LDAP #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 6 0 378
Question Scott Roth · Dec 4, 2023 Unexpected - /api/atelier login failure We recently moved from using the Private Web Server, to using an Apache/Web Gateway setup and moved towards using the built in LDAP functionality within IRIS. Since then, we have 1 user that uses VSCode (/api/atelier) heavily that continues to have issues signing into IRIS through VS Code and the /api/atelier extension. I am trying to troubleshoot two issues.. #API #Authentication #LDAP #Security #System Administration #Web Gateway #Health Connect #InterSystems IRIS #InterSystems IRIS for Health #VSCode 0 8 0 1.4K
Question Scott Roth · Dec 1, 2023 Question about OAuth 2.0 Client (%SYS.OAuth2) Trying to setup my first OAuth 2 client to authenticate against Epic's Interconnect instance that is hosting FHIR/Web Service API's. Epic's documentation says the JWT request has to be sent as a POST request.. Does GetAuthorizationCodeEndpoint and GetImplicitEndpoint automatically put the request into a POST request, or do I need to format a %Net.HttpRequest to POST? Thanks Scott #OAuth2 #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 1 4 0 320
Discussion Scott Roth · Nov 28, 2023 Monitoring Platforms With System Alerting and Monitoring (SAM) being deprecated in the near future.. What is everyone's go-to for Monitoring IRIS? What is readily available? What is the cost surrounding it? Just trying to get ideas floating around of what we might need to start looking at to satisfy IT leadership. Thanks Scott #Monitoring #System Alerting and Monitoring (SAM) #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 1 10 0 433
Question Scott Roth · Nov 17, 2023 Testing OAuth2 I am attempting to setup my first OAuth2 client, as we are adventuring into the realm of making FHIR API calls to our EMR from HealthShare Health Connect. I have gone through and set up the Issuer Endpoint, and Client Configuration but now I want to test it and verify that the setup is correct. When I setup the Client Configuration, it would not allow me to use Discovery as it was saying I needed a "Client secret" but was not given one. So I set it up manually, thinking I hit all the information correctly. #OAuth2 #ObjectScript #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 2 2 0 342
Question Scott Roth · Nov 7, 2023 Pulling in Global into Settings within the Management Portal We are moving away from Delegated Authentication in which I stored a username and password for our LDAP in a GLOBAL to be called by ZAUTHENTICATE. Is there a way to pull in that GLOBAL into the LDAP Configuration within the Managment Portal instead of having to manually enter it? There seems to be an issue with Copy/Paste that the password isn't being set correctly when I use Copy/Paste. Else I just export/import the LDAP Configuration from 1 server to another and manually update the Certificate to point to the correct file. Thanks Scott #LDAP #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 147
Question Scott Roth · Oct 27, 2023 Web Gateway version vs IRIS version Does the Version of the Web Gateway have to match the version of IRIS that is currently running? Or are they independent of each other since they are different components? I am looking to install the Web Gateway (non-PWS) as we move forward with securing our Management Portal and VS Code connections using TLS. Thanks Scott #Web Gateway #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 283
Question Scott Roth · Oct 26, 2023 Apache config from PWS to Web Gateway This is probably not the right place, but I don't know who I can reach out to... I am trying to configure an Apache/Web Gateway to our instance of IRIS so we are no longer using the built-in PWS. Can anyone point me in the right direction to configure Apache/Web Gateway to repoint http://<server name>:52773/... to the https://<server name>/... gateway so our users will not notice? How do I do this in Apache, do I need to modify httpd.conf or the ssl.conf file? What is the correct syntax... #Web Gateway #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 7 0 457