• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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