I get an error when creating a Hosting Space for a customer. The error occurs when I select the option to create an FTP account. The funny thing is that the account is created in AD despite the error. After the page returns with an error, if I uncheck the create FTP account, everything works fine. If I leave it checked, I get an error that states the FTP account already exists. Any ideas?
------------------------------
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.Exception: Error executing 'ADD' task on
'Startup Plan' HOSTING_SPACE_WR ---> System.Exception: Could not
create FTP account ---> System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.Exception: Could not create system user
---> System.Reflection.TargetInvocationException: Exception has been
thrown by the target of an invocation. --->
System.DirectoryServices.DirectoryServicesCOMException (0x80072035): The
server is unwilling to process the request. (Exception from HRESULT:
0x80072035)
--- End of inner exception stack trace ---
at System.DirectoryServices.DirectoryEntry.Invoke(String
methodName, Object[ args)
at
DotNetPanel.Providers.Utils.SecurityUtils.CreateUser(SystemUser user,
RemoteServerSettings serverSettings, String usersOU, String groupsOU)
--- End of inner exception stack trace ---
at
DotNetPanel.Providers.Utils.SecurityUtils.CreateUser(SystemUser user,
RemoteServerSettings serverSettings, String usersOU, String groupsOU)
at DotNetPanel.Providers.FTP.MsFTP.CreateAccount(FtpAccount
account)
at DotNetPanel.Server.FTPServer.CreateAccount(FtpAccount account)