go to post Scott Roth · Feb 21, 2023 My Certifications/Load Certifications doesn't appear to be working for me. When I click Load Certifications, nothing happens besides the button being shaded.
go to post Scott Roth · Feb 21, 2023 Do I need a Virtual IP specific for the Mirror? What happens if we fail over to Node B, but the Async (C) was pointed to the mirror on Node A. What happens to the Async?
go to post Scott Roth · Feb 21, 2023 The quick and dirty answer is yet. I have something similar where I created specific pages geared towards others outside of my group to allow them access to their specific page built for their data lookup tables to be modified. I created a specific role for this, and we manage access to that role by using an AD group/Delegated Authentication.
go to post Scott Roth · Feb 16, 2023 I've decided to just go with the ISCAgent install right now, thanks. I will keep this in mind when I have time to revisit it.
go to post Scott Roth · Feb 15, 2023 I redid my commands to make sure I did the login before the run, and still got the same error.
go to post Scott Roth · Feb 15, 2023 I am not too familar with podman as I have used it only a couple of times. I downloaded the repository, but I am not sure where to go from there. If I just try... [XXXXX@int-intarb-vt01 ~]$ sudo podman run containers.intersystems.com/intersystems/arbiterTrying to pull containers.intersystems.com/intersystems/arbiter:latest...Error: initializing source docker://containers.intersystems.com/intersystems/arbiter:latest: reading manifest latest in containers.intersystems.com/intersystems/arbiter: manifest unknown: The named manifest is not known to the registry.
go to post Scott Roth · Feb 8, 2023 Without having to go into each individual piece of code to add it to the git repository, when creating a new repository is there a quick way to import all the existing code from the name space into the Repository?
go to post Scott Roth · Feb 6, 2023 Do I need to setup the Mirror before I install the Arbiter? Is there any configuration that I need to do for the Arbiter to see the mirror running on my 3 hosts?
go to post Scott Roth · Jan 30, 2023 Thanks for the suggestions, so I would need to add this to a copy of EnsLib.HL7.Service.FileService to call as it reads in the message? Or would I call a service then send it another service to parse and remove the misc characters before it starts reading it in as HL7?
go to post Scott Roth · Jan 26, 2023 I meant how do I inner join across namespaces in SQL? I was trying to write a query or use some of the Cache code above to connect the two together for my boss. Thanks
go to post Scott Roth · Jan 26, 2023 How do I connect the %SYS to our Production namespace in SQL to tie the date/times to the Class file?
go to post Scott Roth · Jan 26, 2023 Unfortunately we do not log that Auditing item, as I tried creating a new Operation, but did not see an entry in the Audit log. Is there anywhere else a Creation Date/Insert date maybe logged for an object?
go to post Scott Roth · Jan 26, 2023 Is there a way to tell when a Config Item was created within Ens_Config?
go to post Scott Roth · Jan 23, 2023 Currently there is a select few of us in the group that use Git and Local Repos for VS code, but I want to make this more wide spread for our team as most use the Editors off of the Management Portal to do their coding. Does anyone have steps they have used in the past to move towards Server Side Source Control from creating the Repos on your Server, getting the IRIS Code into the new Repo you created on your server, and pushing it to github?
go to post Scott Roth · Dec 23, 2022 It only needs to run if we inserted data into the tables once a week so how would we do that besides EnableConfigItem script? I was looking to trigger the event based on if the service A and process A had been completed.
go to post Scott Roth · Dec 22, 2022 Some of our Objects are run as jobs to insert/update, or process data in an external database. Since MS SQL Integration Server (ssis) is limited in logging and notifications, I thought it was best to move it over to IRIS/Ensemble so the rest of my team could Support.
go to post Scott Roth · Dec 22, 2022 You could route it within the Business Rule to only send at certain times of the day but then you would need a custom business file operation for the second piece you are looking for.
go to post Scott Roth · Dec 22, 2022 Using Ens.Director EnableConfig Item someone in our team wrote a shell script that runs on cron to start and stop objects. Or run it off the scheduler or task schedule.
go to post Scott Roth · Dec 16, 2022 How do I get OnResponse() to take the response of Process B? I tried specifying a value for the response but I am seeing a NULL sent back to Service B.