Skip to main content
Skip table of contents

DigaReplicator / ReplicatorClient: How do I activate logging in ReplOrder?

Q. How can I activate the log / protocol for ReplOrder?

A.In order to activate logging for ReplOrder, simply add a valid path (including filename!) to the node 'logpath' in the settings.xml':

< ?xml version="1.0" encoding="utf-8" ?>
< settings>
< replmon_url>http://10.1.1.220/ReplMon/ReplMon.asmx</replmon_url>
< user>admin</user>
< password>david</password>
< replicator_ip>10.1.1.114</replicator_ip>
< replicator_port>13799</replicator_port>
<logpath>C:\Logs\ReplOrder.txt</logpath>
< serialize>0</serialize>
< /settings>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.