Discussion Scott Roth · Oct 13, 2022 Docker help - Idea a thon I do not know about others, but Docker and the intro of Docker was not a forte of mine coming into trying out new components of InterSystems IRIS. We are moving to IRIS and with that we want to incorporate into our upgrade. I have been struggling with trying to understand Docker. I know it is not an InterSystems product but the assumption that everyone knows Docker and is using Docker has caused me a great deal of time. What is everyone's thoughts about getting some kind of docker help like a basic understanding within InterSystems documentation. #InterSystems Ideas Portal 3 2 0 215
Question Scott Roth · Oct 13, 2022 JDBC Gateway Server Crash I am trying to troubleshoot an issue I am having with the JDBC Gateway Server crashing at the %SYS level. I have numerous Linked Tables that are using JDBC to connect to a MS SQL database/tables to query values. I have written queries in other class files and within the class definition of the linked table to do the queries. 1. Should I be running the query in the class definition of the linked table as a class method? or is it best practice to run the query as a class method outside of the class definition of the linked table? #JDBC #System Administration #Ensemble 0 3 0 223
Question Scott Roth · Oct 11, 2022 Community Edition Linux Setup I am trying to get the Apache Web Gateway with Docker running on a development RHEL 8 machine so I do not have to config the Web Gateway and Apache apart from each other. I noticed the Apache Web Gateway docker image is using IRIS Community Edition. However when I try to run the docker image with podman I am running into issues with the IRIS setup. I was wondering if someone could help me. #Docker #InterSystems IRIS 0 2 1 279
Question Scott Roth · Oct 3, 2022 JDBC Gateway Server CSP timeout issue I was attempting to test a Linked JDBC View to MS SQL database and noticed I could not connect. When I look at the JDBC Gateway I noticed that at the Server Level it was down. However the page keeps timing out when ever I attempt to make any changes or start it, it will not respond. I thought I had found the Cache command to start it but it will not start. Is the following steps correct? #JDBC #Caché 0 1 0 262
Question Scott Roth · Oct 3, 2022 Enable Sub-Rules Programtically I know there is the ability to enable Rule Sets within a Business Rule by dates, but what about Sub-Rules or just Rules in general? We have an upcoming go-live that is at Midnight and I was wondering if there was a way I could script out enabling rules/sub-rules within a Business Rule to save my team some time and headaches. Or is the best practice is just to create another rule for the go-live, then move it over once we are live... #Business Rules #System Administration #Ensemble 0 1 0 267
Question Scott Roth · Sep 21, 2022 Docker - Webgateway I am trying to pull down the webgateway from containers.intersystems.com and I am receiving the following errors... Please advise #Docker #Web Gateway #InterSystems IRIS 0 7 0 534
Question Scott Roth · Sep 13, 2022 Setting up Task for User Defined Class File I have created a class file that I want to execute daily to gather Metrics (Message Header, Space Available, etc..) and write the data into a Cache table. Now that I have written the class I want to add it to the Task Scheduler within Ensemble to run every morning. How do I go about getting the class file created as a Task within the Task Scheduler? The Documentation isn't as clear cut for creating custom tasks as one would expect. #ObjectScript #System Administration #Ensemble 0 8 0 641
Question Scott Roth · Aug 25, 2022 SAM - Adding node_exporter Note sure if anyone would know this.... But I presented my team with a Proof of Concept of running SAM to monitor our IRIS Development and Test Clusters. In talking with them we would like additional OS metrics that aren't provided by what is built into SAM. Looking at more OS detail I found node_exporter from Promethus. I added node_exporter to our server that we want to monitor, but then tried to config isc_prometheus.yml to use node_exporter. That did not go well and when I restarted SAM, it would not download the built in metrics to SAM. #System Alerting and Monitoring (SAM) #System Administration #InterSystems IRIS 0 3 0 172
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 303
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 328
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 278
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 147
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 451
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 433
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 706
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 663
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 362
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 368
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 254
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 283