You are not logged in.
Pages: 1
Am I correct in assuming that the two lines highlighted in bold below must be removed from Initialisation.xml in the "C:\Program Files\Southern X Integrators\usr\XLayerxml" folder to prevent monitor from failing?
Les
<?xml version="1.0" encoding="iso-8859-1"?>
<Configuration xmlns="http://www.sxi.co.za/XMLSchema/XLayer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sxi="http://www.sxi.co.za/XMLSchema" xsi:schemaLocation="http://www.sxi.co.za/XMLSchema/XLayer ../schema/Initialisation.xsd">
<sxi:Logging>
<sxi:Retention>7</sxi:Retention>
<sxi:Directory/>
<sxi:Level>INFORMATION</sxi:Level>
</sxi:Logging>
<XPressDispatch schedule="*/5 * * * *"/></span>
<XServiceBroker schedule="*/5 * * * *"/></span>
</Configuration>
Pages: 1