• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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: 3
  • Ekran Alıntısı.PNG
    Ekran Alıntısı.PNG
    51.1 KB · Views: 3
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