Jon Astle · May 17, 2023 go to post

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.

Jon Astle · Mar 21, 2023 go to post

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?

Jon Astle · Sep 6, 2021 go to post

Anthony are you able to share a copy of your code with me please?

Jon Astle · Jul 5, 2019 go to post

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.

Jon Astle · Jul 3, 2019 go to post

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?

Jon Astle · Jul 3, 2019 go to post

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"

Jon Astle · Jul 2, 2019 go to post

No the queue is empty when you click on the queue to show the content

Jon Astle · Jun 17, 2019 go to post

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?

Jon Astle · Nov 10, 2017 go to post

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.