• 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

Unable to load object of type SysUser with id=3

JhonJ

Basic Pleskian
Versión: Parallels Plesk Panel v10.2.0_build20110407.20 os_Windows 2008
SO: Microsoft Windows 6.0;build-6002;sp2.0;suite272;product3

After delete a domain because it present several issues provoke by the Webmaster, we deleted the client but an error shows up.

we have deleted manually everything about the sever with the commands:


1) dbclient.exe --direct-sql --sql="SELECT domains.name FROM domains LEFT JOIN dns_zone ON domains.dns_zone_id = dns_zone.id WHERE dns_zone.id IS NULL

2) dbclient.exe --direct-sql --sql="select * from domains"

3) dbclient.exe --direct-sql --sql="DELETE FROM domains where id=XXXX"

4) websrvmng.exe --remove-vhost --vhost-name=

5) websrvmng.exe --remove-domain --domain-name=netgames3d.com

6) domain -r mydomain.com

Then I verify the email server also the mysql psa database and:

select * from dns_zone where name like ‘domain.com’;

delete from dns_zone where name like ‘domain.com’ and status=2;

update dns_zone set status=0 where name like ‘domain.com’;

also

dnsmng.exe update domain.com

then I try create once again the subscription and shows the same error:

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

Please what I can do fro fix this issue and made once again the subscriptions ONLINE!


Best regards


Jhon
 
Root cause for the error "Unable to load object of type SysUser with id=3: SysUser: unable to select: no such row in the table" is due to missing entry for this user in the sys_user table for psa. For fixing this issue you can add entries for this domain in sys_user table.
 
How exactly do you do that?

How exactly do you do this, since I have this problem under Plesk 9.5.4 that is updated with latest patches. The system is running on IIS6 and it seems to be stuck with one subdomain that refuses to be removed, hense it is showing this error:

Unable to create SysUser object: SysUser: unable to select: no such row in the table

The subdomain in question is browser.eposoffice.co.uk. Once I can get this removed, I can remove the account off properly afterwards for this.
 

Attachments

  • horizons.micfo.com screen capture 2012-3-20-3-33-13.png
    horizons.micfo.com screen capture 2012-3-20-3-33-13.png
    28.9 KB · Views: 11
Back
Top