• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Backup-Error "InformationalException"

A

avateamcom

Guest
Hello,

we use Plesk 10.0.1 for 6 weeks now. The scheduled backup gives Backup-Errors every night as follows:
--------
E-Mail:
Backup task finished.

Task was created by with guid (7A452A72-6946-456D-90A9-3DD0192D5882)


Creation date is: 2011-Feb-06 00:15:01
Task status is: warnings

Dump full name is: PleskKomplett_info_1102060015.xml
--------
Attachment: "migration.result"
<?xml version="1.0" encoding="utf-8"?>
<execution-result status="warnings">
<object name="backup" type="backupowner">
<message code="InformationalException" severity="warning">Could no backup template item 'max_mn' with value '-1' from templateId '1'</message>
</object>
</execution-result>
--------

What dows this error mean, how can we get rid of it, is it a error/bug?
Did the backup fully complete?
Note: The date shown in the mail is always from the last day.

Thanx for help!
-Stefan
 
You can try to find this extra record in psa database with something like:

select * from TmplData where tmpl_id=1 and element='max_mn';

there is should be value -1.
I'm not sure what is it. But you can try to change this value or delete this record.
 
Back
Top