You are not logged in.
Pages: 1
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
Pages: 1