When we print Bartender labels the output goes into a plant specific folder on the Task server. We have a small utility called Simple Queue Services (SQS) that transfers files from the Task server to a Bartender server at the plant (usually the local DC). Commander and associated print queues are configured on that server.
We need to retire the current server that hosts SQS (2008 R2) and move SQS somewhere else. I have not been able to find any installer or documentation for SQS. Dumping the SQSAdmin.exe leads me to believe that it was provided by Epicor at one time, perhaps in our Vantage days, however Epicor Support has never heard of it and suggested we contact their professional services group.
SQS has two components: SQSAdmin.exe that manages queue definitions (source/destination pairs) and SQSSVC.exe which is a windows service that transfers files from source to destination. A peak into SQSAdmin shows the following:
È4 V S _ V E R S I O N _ I N F O ½ïþ ? & S t r i n g F i l e I n f o 0 4 0 9 0 4 E 4 L C o m p a n y N a m e E p i c o r S o f t w a r e , I n c . * F i l e D e s c r i p t i o n 2 F i l e V e r s i o n 1 . 1 . 0 . 1 2 " I n t e r n a l N a m e & L e g a l C o p y r i g h t * L e g a l T r a d e m a r k s * O r i g i n a l F i l e n a m e L P r o d u c t N a m e S i m p l e Q u e u e S e r v i c e s 4 P r o d u c t V e r s i o n 1 . 1 . 0 . 0 C o m m e n t s D V a r F i l e I n f o $ T r a n s l a t i o n ä
I tried ilSpy to reverse engineer SQSAdmin.exe, but it is not managed code.
Is anyone familiar with this SQS utility and where I could get an installer for it?