In plesk 11 while selecting a folder for the new ftp account I got “permission denied” error. On checking the plesk logs I found the below error.
[18-Oct-2013 20:26:52 America/Sao_Paulo] PleskUtilException: "C:\Program Files (x86)\Parallels\Plesk\/admin/bin\filemng" servermanagement list dirs C:\Inetpub\vhosts\ServerManagementPlus.com\ failed with code 1.
stdout:Unable to logon user (ServerManagementPlus\servermanagement): (1331) Logon failure: account currently disabled.
Solution
To solve this you simply have to make the account active using below commands.
net user servermanagement /active:yes
Where we use this command “net user servermanagement /active:yes” ?