9.1.11 exceptions

2 posts / 0 new
Last post
LesR
9.1.11 exceptions

Am I correct in assuming that the two lines highlighted in yellow below must be removed from Initialisation.xml in the "C:\Program Files\Southern X Integrators\usr\XLayer\xml" 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 * * * *"/>
    <XServiceBroker schedule="*/5 * * * *"/>
</Configuration>
PaulJ
Hi

Hi
Yes, that is correct, both lines will need to be removed.

Log in to post comments