Question Craig Clifford · Sep 15, 2022 Pulling current statuses of operations I am trying to pull the status of operations in health connect. I'm successfully pulling if it's enabled/disabled, but I'm not getting access to where the current item status is held (for example, items in error). I found "##class(EnsPortal.Utils).ItemStatuses", but I can't retrieve data from that. Is this data readily accessible via another means? Thank you! #Health Connect #InterSystems IRIS 0 4 0 163
Question Craig Clifford · Mar 4, 2021 Bouncing interface failure to stop job We have an interface that need to be disabled then re-enabled when it starts to queue up. I wrote the following code to do this functionality in a process. This works in our development domain, but in production it says it fails to disable the job - it only shuts down the interface without updating the production/starting the interface back up. Error message: "Failed to stop job '36831290' within 60 seconds. Status '<unknown>" Is there something wrong with how I'm trying to do this? set tSC = ##class(Ens.Director).EnableConfigItem(itemname,0,0) #Caché #Ensemble 0 3 0 337