• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Warning during Backup

D

DecodeStudios

Guest
Hi

we keep getting this error

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="warnings">
<object name="domainname.com" type="domain">
<message code="InformationalException" severity="error">Could not find password for account id '188'. Return empty password</message>
</object>
</execution-result>

How do we find which email account is causing the problem and then how do we fix this?

Regards
Dan
 
This message usually occurs when there is missed or empty password for specified account. Try to check it with

select * from accounts where id=188;

and update password field if it is empty.
 
Back
Top