Vues :

Behavior:
In Windows Eventlog there are error messages from source DW CtServer.
The error text is "BackUpDatabase is not specified. Backup service will not start."

Solution: Please adapt dwcontentserver.exe.settings file in the installation folder of Content Server like that:

Before:
<Persistency Enable="true" EventBackUpTimeout="60">
<BackUpDatabase EventsTable="DWEVENTSBACKUP" LockTable="DWCTSERVERLOCK">
<ID>00000000-0000-0000-0000-000000000000</ID>
</BackUpDatabase>
</Persistency>

After:
<Persistency Enable="false" EventBackUpTimeout="60">
<BackUpDatabase EventsTable="DWEVENTSBACKUP" LockTable="DWCTSERVERLOCK">
<ID>00000000-0000-0000-0000-000000000000</ID>
</BackUpDatabase>
</Persistency>


After next server start these messages will not occur again.