SXI Forum

A place to collect usefull tips, tricks and implementation strategies.

You are not logged in.

#1 22-11-2018 07:16:18

SeanR
Administrator
Registered: 20-11-2018
Posts: 148

X-Notify Service Fails

If X-Notify service fails, the notification doc will go to the XmlError directory and does not get processed once the X-Notify service is restore.

Solution:

Create a batch file to run in X-Scheduler ever 5min or so.

Move_X-NotifyDocs.bat

@echo off
SET src_folder="X:\SXI\XPress\XmlError"
SET tar_folder="X:\SXI\XPress\XmlOut"
MOVE /Y %src_folder%\X-Notify~*.xml %tar_folder%
exit 0

Offline

Board footer

Powered by FluxBB