For Nodes using NETSERIAL, it is common for pxOnline to freeze for Netserial nodes, to solve this issue create a batch file as below (written by Thomas Kloos) and run it say every 6 hours which will solve most of these issues or I
will have to bug you when down :)
@echo off
c:
cd\pxw
echo Restarting PXW...
echo >> c:\pxw\inbound\sema\$exit.all
echo Waiting for PXECHO to shutdown first.............
:wait1
if not exist c:\pxw\inbound\sema\pxecho.dwn goto wait1
echo PXECHO is shutdown! :-----------------------------------------------------------------------------
-
echo Waiting for PXONLINE to shutdown.......
:wait2
if not exist c:\pxw\inbound\sema\pxonline.dwn goto wait2
echo PXONLINE is shutdown. :-----------------------------------------------------------------------------
--
Echo Removing PX Shutdown files.
del c:\pxw\inbound\sema\$exit.all
del c:\pxw\inbound\sema\pxecho.dwn
del c:\pxw\inbound\sema\pxonline.dwn
wait32 5
echo Restarting PXW
start pxecho
start pxonline
exit
Sysop: | Scott Styles |
---|---|
Location: | Oshawa, ON |
Users: | 7 |
Nodes: | 4 (0 / 4) |
Uptime: | 252:59:19 |
Calls: | 122 |
Files: | 371 |
Messages: | 76,972 |