go to post Jon Astle · May 17, 2023 I have tried this in my operation that extends EnsLib.File.PassthroughService however it didn't work for me. The operation processed the file from the pickup folder however does not put it back again. So the FilePath, ArchivePath and WorkPath are all the same.
go to post Jon Astle · Mar 21, 2023 Hi Scott we are experiencing the same issue and have gone back and forth with the supplier however they seem unwilling to fix the issue. Would you mind sharing your code so that we can give it a go?
go to post Jon Astle · Jul 5, 2019 Tried the AbortQueue name which did not work so went on to stop anything that feeds the two routers and the reset the queue counts to zero which worked a treat. Thanks Jeff.
go to post Jon Astle · Jul 3, 2019 Both routers have a pool size of 1. I presume I will need to disable the routers before I set the count to zero or would it be safer to set the count to count minus one in the event that messages are passing through the routers at the time I reset the count?
go to post Jon Astle · Jul 3, 2019 TIE>zw ^Ens.Queue("ClinicomMsgRouter")^Ens.Queue("ClinicomMsgRouter",0,"count")=1^Ens.Queue("ClinicomMsgRouter",0,"job","sys",1340)=""^Ens.Queue("ClinicomMsgRouter",0,"job","sys",3960)=""^Ens.Queue("ClinicomMsgRouter",0,"job","sys",12712)=""^Ens.Queue("ClinicomMsgRouter",0,"next")=3011778^Ens.Queue("ClinicomMsgRouter",0,"time")="2019-04-09 13:05:52.292"TIE>zw ^Ens.Queue("PathologyRouter")^Ens.Queue("PathologyRouter",0,"count")=1^Ens.Queue("PathologyRouter",0,"job","sys",7984)=""^Ens.Queue("PathologyRouter",0,"job","sys",8536)=""^Ens.Queue("PathologyRouter",0,"job","sys",8632)=""^Ens.Queue("PathologyRouter",0,"job","sys",8680)=""^Ens.Queue("PathologyRouter",0,"job","sys",9504)=""^Ens.Queue("PathologyRouter",0,"job","sys",13436)=""^Ens.Queue("PathologyRouter",0,"next")=7955386^Ens.Queue("PathologyRouter",0,"time")="2019-02-18 16:18:10.018"
go to post Jon Astle · Jul 2, 2019 No the queue is empty when you click on the queue to show the content
go to post Jon Astle · Jun 17, 2019 Hi Eduard, many thanks for the response however the files that I am trying to pick up the word count properties for are .doc files and not .docx files and what I don't understand is how does windows just pull these properties even when word is not installed, then surely there should be a way that COS can tap into the same windows libraries?
go to post Jon Astle · Nov 10, 2017 Hi Pete I thought the question was pretty straight forwards however... When the failover happens and the mirror kicks in all the connections are active on the mirror and automatically reconnect. Some of the connections we don't care about and can just startup immediately on failover however there are some other that if they are not started in a particular order they cause us issues. Thanks for the reply I will look at ZMIRROR and see if that is what we are looking for.