Hi Guys,
Can someone help I have Scheduler set up and appears to be configured correctly...however I get this error:
03:01:42 : Error parsing the Scheduler file, XML or text declaration not at start of entity: line 3, column 0
Here is my Scheduler, or part of:
<?xml version="1.0"?><!-- info line --><?xml version="1.0" encoding="UTF-8" standalone="yes" ?><?xml-stylesheet href="acs.xsl" type="text/xsl" ?><Scheduler><!-- 01:00 Restart --><job id='0'><day>1,2,3,4,5,6,7</day><start>00:30:00</start><runtime>000000</runtime><loop>0</loop><cmd>say -1 Server will restart in 30 minutes.</cmd></job>
It says line 3, but that doesn't have info so to speak and according to the tutorials its supposed to be like that?