Question Scott Roth · Jan 27 Account for different parsing technique in EnsLib.HL7.Service.FileService?? I have a system that is sending Line Breaks\Carriage Returns within the text of a field that is breaking the parsing of the message. Does anyone have a way to get around this? here is what I receive... #Business Service #ObjectScript #Caché #Ensemble 0 2 0 35
Question Scott Roth · Dec 16, 2022 Simple way of calling EnableConfigItem from within an Operations/Service Was wondering if anyone had a simple way of calling ##class(Ens.Director).EnableConfigItem() within a Business Process or adding code to a Custom Service to start or stop the object? The use case is that I have a Process that uploads a file into a external SQL table. When it is finished I want it to kick off another Service that does the processing of the data that it just uploaded. Once it is finished the response is sent back to the service and when the service receives the response from the process, I want to stop that service from running. so... #Business Process (BPL) #Business Service #ObjectScript #Caché 0 8 0 223
Question Scott Roth · Dec 14, 2022 Data Export/Import of %SYS.%Library.sys_SQLConnection I am trying to migrate our SQL Connections from HealthShare Health Connect 2018.1.3 to IRIS HealthShare Health Connect 2022.2 using the Data Export/Import Wizard through the Management Portal. I am able to export the data fine, but I am running into issues trying to Import it into 2022.2 using the Data Import Wizard. When I run through the steps it is not importing everything from the txt file I created from 2018.1.3. I would rather not have to rekey all the connections if possible. Here is the Background Task Error Log #SQL #System Administration #InterSystems IRIS 0 2 0 90
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 3 2 0 115
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 100
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 99
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? #Java #JDBC #Caché 0 1 0 92
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 104
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 5 0 135
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 5 0 160