• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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