• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question Adding New Domain problem!!

hek66

New Pleskian
I am using windows 2019. I did not install any custom components.
I'm getting this error when I want to add a new domain.

Creating physical hosting
System user update is failed: Unable to create system user: Unable to execute usermng: no such table: ImpersonationUsers
at Unable to execute console command: '--add'(vconsoleapp::start line 95)
at Unable to execute command: '"C:\Program Files (x86)\Plesk\admin\bin\usermng" --add "--name=barbunftp" "--password=*" "--home=C:/ vhosts/babuntrade.com"'(vconsoleapp::run line 117)
(Error code 1)


"%plesk_cli%\repair.exe" --synchronize-impersonation-storage
I found the below command in my research and ran it. This command also throws an error.
usermng failed: no such table: ImpersonationUsers
at Unable to execute console command: '--sync-impersonation-cache'(vconsoleapp::start line 95)
at Unable to execute command: '"C:\Program Files (x86)\Plesk\admin\bin\usermng" --sync-impersonation-cache "--config=C:/Program Files (x86)/Plesk/PrivateTemp/usr06f76849.tmp"'(vconsoleapp::run line 117)
(Error code 1)

Does anyone have any knowledge on the subject?
 

Attachments

  • 2222.PNG
    2222.PNG
    18.3 KB · Views: 2
  • Ekran Alıntısı.PNG
    Ekran Alıntısı.PNG
    51.1 KB · Views: 2
Try to fix it with the following steps:
  1. Download the empty database scheme.
  2. Go to %plesk_dir%admin\db (just paste this path in Windows Explorer to open) and create a copy of the original ImpersonationCache.db file.
  3. Replace the original ImpersonationCache.db file with the downloaded.
  4. Run the following command to sync impersonation storage with the Plesk database:
    Code:
    C:\> "%plesk_cli%\\repair.exe" --synchronize-impersonation-storage
 
Back
Top