• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Question Domain system user does not exist

kaiyaq

New Pleskian
Hello,

I'm running Plesk Onyx on Windows Server 2012. I am new to Plesk and have somehow managed to delete a domain's system user! I'm not sure when it happened or how it happened. I cannot see it in Computer Management > Local Users and Groups > Users

This is causing backup problems, the warning I get is below:

Warning: domain "<domain_name>"
Cannot dump domain hosting content [Overlapped I/O operation is in progress]

Is there a way to (re)create a system user?

Thanks
 
Try to fix it with following steps:
  1. Synchronize Plesk and system users:
    "%plesk_cli%\repair.exe" --synchronize-impersonation-storage

  2. Repair system users configuration for the particular domain:
    "%plesk_cli%\repair.exe" --repair-webspace-system-users -webspace-name example.com

  3. Set correct permissions with the command below:
    "%plesk_cli%\repair.exe" --repair-webspace-security -webspace-name example.com
 
Back
Top