• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to load object of type SysUser with id=

musictus

Basic Pleskian
I'm unable to complete a migration between two PPP version 11.5

I'm getting this "warning" for all domains with physical hosting

WARNING: (domain object 'xxx.it') Internal server error: <cli><failure>Unable to load object of type SysUser with id=1: SysUser: unable to select: no such row in the table</failure></cli>

The result is that no hosted website was migrated, not just a waring...

I read
http://forum.parallels.com/showthre...d-3&highlight=Unable+load+object+type+SysUser

But in the Sys_Users table in the psa database, I already find the record for each domain, as for example

id ! login ! account_id ! home ! shell ! quota ! mapped_to ! serviceNodeId
102 ! xxxit ! 628 ! /var/www/vhosts/xxx.it ! /bin/false ! 0 ! NULL ! 1

How can I fix this?
 
Last edited:
I don't think this kb applies to this kind of problem.

As I wrote, the entry in the Sys_Users already exists. But, for example in this case, the error says SysUser with id=1, while the correct id is 102.

All next errors are
Unable to load object of type SysUser with id=2
Unable to load object of type SysUser with id=3
Unable to load object of type SysUser with id=4
and these ids are not related to domains
 
Trying the single domain migration, also all email users are failing

Execution of /usr/local/psa/admin/plib/api-cli/user.php --create xxx@xxx.it -owner admin -guid '' -cname xxx@xxx.it -passwd '' -passwd_type sym -status enabled -domain-admin false -email xxx@xxx.it -role Mail\ User -legacy-user false -subscription-name xxx.it -ignore-nonexistent-options failed with return code 1.
Stderr is
Error during user creation: Owner with id 1 has not subscription with id 1
 
I have just added from scratch a new domain and tried the migration. Same problem

Warning: domain "test2.it"
Internal server error: Unable to load object of type SysUser with id=80: SysUser: unable to select: no such row in the table

Warning: domain "test2.it"
Execution of /usr/local/psa/admin/plib/api-cli/domain_pref.php --update test2.it -default_server_mysql localhost:3306 -default_server_postgresql localhost:5432 -ignore-nonexistent-options failed with return code 1.
Stderr is
You can set the default database server parameter for subscriptions only.
 
Now I understood another thing... the problem is not on the source server but on the destination.

I added a domain and I got the same error

Error: Unable to load object of type SysUser with id=80: SysUser: unable to select: no such row in the table

Infact sys_users table is completely empty on the new server! Why is that? How do I fix this?
 
Last edited:
Back
Top