• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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