Question Scott Roth · Aug 22, 2022 Containerization Help I am new to using containers. I am working on trying to specify some of the SAM settings and wondered how to access the terminal while IRIS is running in a Container. Can someone help me out? #Containerization #Key Question #Terminal #InterSystems IRIS 0 12 0 316
Question Scott Roth · Aug 19, 2022 SAM - Custom Application Metrics Now that I have SAM up and running, out of the box I would like to add some Application Metrics. Does anyone have templates, or have suggested classes that someone could use to add custom metrics to SAM? Maybe we should start a repository somewhere? Or would someone be willing to share custom metrics on the Open Exchange? What I am looking to do is capture the overall HL7 message and header count per day. #System Alerting and Monitoring (SAM) #Ensemble 0 3 0 347
Question Scott Roth · Aug 19, 2022 SAM help I was able to get SAM running with podman, but I am still unable to access the web page, and need a bit of help in troubleshooting as I am just trying this for the first time. I verified the images were running by running podman ps #System Alerting and Monitoring (SAM) #InterSystems IRIS 0 6 0 290
Question Scott Roth · Aug 19, 2022 Grafana/Promethus Questions I am starting to look at add-ons/enhancements that can be made to our environment as we move from 2018.1.3 to IRIS 2022.1. During one of our internal meetings it was mentioned that it would be helpful to gather and keep track of metrics as we move to IRIS 2022.1. I am looking to at trying to capture Message Count, Database size, global sizes, etc... Through Global Summit, and Open exchange, I know there is SAM, Grafana, and Promethus. I am struggling with getting SAM working on a Red Hat Environment using podman and not docker, but that is another story. #Open Exchange 0 2 0 156
Question Scott Roth · Aug 2, 2022 System Alerting and Monitoring (SAM) installation I am trying to investigate whether the SAM component will give us metrics that we are looking for when it comes to # of messages, etc... I have IRIS 2022.1 running on Red Hat 8, but noticed that SAM was bundled as a docker-compose image. REL 8 doesn't install docker off the bat, but has podman which reading podman 3 versions and later, I should be able to call docker-compose.yml images. After installing Apache and making some modifications to docker-compose.yml, I tried executing the start.sh script after verifying podman was running and podman-compose was installed. #System Alerting and Monitoring (SAM) #InterSystems IRIS 0 5 0 458
Question Scott Roth · Jul 29, 2022 Installing Apps without Docker I was wondering if someone could help me. I do not have docker available to me however a lot of the Open Exchange apps require it. Since I am using a Virtual Windows Machine I can not get docker installed, so I was wondering how to get around this? Someone at GS2022 suggested looking at the docker_compose.yml to figure out how to get around docker, but I am not sure I understand how to read it. #Beginner #Docker #Open Exchange 0 3 0 454
Question Scott Roth · Jul 19, 2022 Interoperability - Interface Maps When I try to run Interoperability -> Interface Maps in 2022.1 on a very large namespace, I keep getting timeout errors. Even though I add filtering by Category, Text Search, etc... it still errors out no matter what. However if it is ran in one of our smaller namespaces it runs just fine. WRC told us the namespace is too big, however that should not matter on how many services, processes, and operations you have running. #Interoperability #Key Question #Management Portal #InterSystems IRIS 1 18 0 748
Question Scott Roth · Jul 8, 2022 Bulk Testing Business Process (Rules) We are upgrading from Health Connect 2018.1.3 to IRIS Health Connect 2022.1, and one thing that we are particularly hesitant about is if our Business Rules will work in the new version. I am trying to come up with a testing process for bulk testing our rules, and wanted to know if this could be done programmatically instead of having to modify all the Business Operations to have them write the HL7 data to a file. I caught Orlando Health's presentation at GS2022 but I am not sure that will work for my team. #Key Question #Testing #Ensemble #Health Connect 1 10 3 683
Discussion Scott Roth · Jun 17, 2022 IRIS Core Solutions Developer Specialist Test I am going to take the IRIS Core Solutions Developer Specialist Certification at Global Summit on Monday. Anyone got any tips or suggestions? Thanks #Certification #Global Summit 2022 #InterSystems IRIS 1 2 0 379
Question Scott Roth · Jun 3, 2022 Setting Body properties within HL7 message (DTL) I noticed today that when we are creating a message from one doc type to another doc type, that the message type categories are not necessarily set. This is causing some issues with routing rules when we try to reference the Message Type Categories. Is there a way to make sure the Message Type Categories are being set within a DTL to make sure this doesn't cause problems down the road? Thanks Scott #DTL #HL7 #Ensemble 0 7 0 393
Job Scott Roth · Jun 2, 2022 Sr. Application Development Analyst - The Ohio State University Wexner Medical Center Job Title: Sr. Applications Development Analyst - https://osu.wd1.myworkdayjobs.com/OSUCareers/job/Medical-Center-Campus/Sr-Applications-Development-Analyst_R20670-2 Department: Health System Shared Services | Business Systems #HL7 #Interoperability #Job Opportunity 1 0 0 260
Question Scott Roth · Jun 1, 2022 Cache Query for HL7 NACK I would like to capture any NACK's that is sent back to the Operation. The Operation is already setup to "Save Replies/IndexNotOK's", but I would like to see if we can query Cache and pull those NACK's into an extract. Is this possible? Thanks Scott #Business Operation #HL7 #SQL #Caché 0 4 0 298
Question Scott Roth · Apr 22, 2022 Purge Process - Re-indexing SQL Tables? A question has come up that I am not finding the answer for.... Does the daily purge process re-index EnsLib.HL7.SearchTable or other SQL tables? In looking at the purge process documentation I am not seeing anything that mentions EnsLib.HL7.SearchTable. Do we have to manually constantly re-index tables that we create? For example I created another search table based off of EnsLib.HL7.Search table, will I need to constantly watch this as it grows? How do tables get index, is there some kind of mechanism that automatically does it, or are we responsible for indexing tables ourselves? #SQL #System Administration #Caché 0 1 0 321
Question Scott Roth · Apr 13, 2022 Handling Responses from File Based Operations I have been struggling trying to understand "Response From" and "Response Target Config Names" as I am trying to track down Orphaned messages. I have noticed that when a Business Rule, or Business Process sends to a File Based Operation, there is always a NULL value response being returned. I am thinking these NULL values are causing some of the orphaned message problems we are seeing. #Business Operation #Business Rules #HL7 #Ensemble 0 2 0 456
Question Scott Roth · Mar 22, 2022 Business Process setup - Orphaned Messages I am still trying to track down orphaned messages and have noticed that when we have Business Rules that send to a Business Process that some times there is an orphaned message that is generated as result of that send. #Business Process (BPL) #Business Rules #HL7 #Ensemble 0 6 0 523
Question Scott Roth · Mar 18, 2022 EnsLib.HL7.Message Querying We are trying to track down the source of Orphaned messages and noticed that we are unable to query EnsLib.HL7.Message with any kind of WHERE or ORDER BY clauses in our SQL statement. I know EnsLib.HL7.Message is a system table, but is there a way we can add additional Indexes to the table to make the query run better/faster without affecting the system? #SQL #System Administration #Caché 0 4 0 685
Question Scott Roth · Feb 25, 2022 Optimal Apache/Web Gateway settings After what is seemed was weeks, I finally got SSL/TLS enabled on both Apache Web Server and IRIS using the Web Gateway. However while we can now use HTTPS to connect to our Development instance of IRIS, I am running into several errors when I have others try to access the Management Portal via HTTPS. We are seeing... #Error Handling #SSL #Web Gateway #HealthShare 0 6 0 595
Question Scott Roth · Feb 16, 2022 Question about setting up Apache HTTP and Web Gateway to use TLS I am not sure if this is the correct place for this question, but I am struggling to setup TLS security for our IRIS Management Portal and etc. through Apache and the Web Gateway. I have a couple of questions when it comes to the setup. if I build a private key and certificate within Red Hat, does that certificate have to be on everyone's pc to connect to the Management Portal? Can I use a self signed Certificate? Can I use the existing CA on the server, or do I need to work with my Data Security team to get a Certificate? #SSL #Web Gateway #InterSystems IRIS 0 1 0 544
Question Scott Roth · Jan 10, 2022 How are XML Schema Structures saved within Ensemble? You might of seen or might of not seen my earlier post about Exporting a Production from 2018.1 to import it into 2021.1. I was able to get the export working, however I noticed in reviewing the data within the export, our previous Workday XML Schemas that we imported via XSD files were not in the export. When walking through the export process under Message Schema or vDoc Schema I could not find the missing XML Schema structures. Why aren't XML's part of the export process if they are used within the Production? #System Administration #XML #Ensemble 0 1 0 599
Question Scott Roth · Jan 6, 2022 Unable to export entire Production We are migrating from AIX to Linux and part of our testing is trying to figure the best method to migrate the code. I am trying to export an entire Production, however I keep running into an error... Error generating export list for production osuwmc.TestClin and all items may not be listed.ERROR #5002: Cache error: <CLASS DOES NOT EXIST>zgetRecordandComplexMapClasses+34^Ens.Config.Production.1 *(No name) I went through any Complex Record Maps, and recompiled them but I am still getting the same error #Data Import and Export #System Administration #HealthShare 0 3 0 273