• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

domain.exe errors...

M

maartenba

Guest
I can create a client using the creation utilities, but when I use correct syntax on domain.exe, I get this:
Code:
An error occured during domain creation: error in hosting updating:
Unable to update hosting preferences:
Unable to create system user: Usage :
usermng add 'user' 'homedir' ('password' - in enviroment PSA_PASSWORD)
usermng del 'user' 'homedir' ('homedir' MUST be in HTTPD_VHOST_D)
usermng mod 'user' 'newuser' (homedirs is not modifying inside)
usermng home 'user' 'homedir' (old homedir move to 'homedir')
usermng shell 'user' ("Login Disabled" | "Login Enabled")
usermng passwd 'user' ('password' - in enviroment PSA_PASSWORD)
usermng exist 'user'
usermng quota 'user' 'quota' ('quota' set in bytes)
usermng access (on|off) (users from stdin (delimiter - \n)
usermng --isquotable
usermng --remove-all

This only seems to happen when I try to create hosting, domain only has no problems...
Any help would be appreciated
 
ARe you using a regional version of Windows? I.E. non-english language?
 
Everything is in English, so I presume it's an English version ?
 
Are you accessing these from a script or straight from the command prompt?

Also, have you tried just running "usermng" from the command prompt with syntax to see if it reports the same errors? It appears the errors are coming from this portion and if they are the errors from it may lead to a better idea of where the problem lies.
 
I want to use it in Modernbill, but it does not make a difference if I run it from there or from command line...

I ran usermng from command line, and it returned this:

Code:
D:\PleskSRV\admin\bin>usermng
Usage :
usermng add    'user' 'homedir' ('password' - in enviroment PSA_PASSWORD)
usermng del    'user' 'homedir' ('homedir' MUST be in HTTPD_VHOST_D)
usermng mod    'user' 'newuser' (homedirs is not modifying inside)
usermng home   'user' 'homedir' (old homedir move to 'homedir')
usermng shell  'user' ("Login Disabled" | "Login Enabled")
usermng passwd 'user'           ('password' - in enviroment PSA_PASSWORD)
usermng exist  'user'
usermng quota  'user' 'quota'   ('quota' set in bytes)
usermng access (on|off)         (users from stdin (delimiter - \n)
usermng --isquotable
usermng --remove-all
1
D:\PleskSRV\admin\bin>
 
Anyone has an idea to solve this ?

P.S.: Enjoy Easter Monday :)
 
Back
Top