Hi,
We have released the manual at https://solidcp.com/kb/configuration/webdav-portal-configuration/
Can you check that you have followed the steps in regards to the WebDAV site? If you are getting the no website found it normally means you are missing that part.
If you are still getting errors please let me know what they are and we can try resolve them and update the manual if needed.
Kind Regards,
Trevor Robinson
Hi Trevor,
Sorry about delay, to remove all interaction with others services, i make a new lab just for Webdav services and the result is the same when i create a folder, i got the same error each time.
configuration of the lab:
2 server 2012 R2, one with AD/DNS role and the other with all required roles for webdav and Solidcp installation. Same network and domain. to be sure all SCPaccount are full admin right on the domain and server.
The first one because i not use RDS services and he working with to map the drive.
[4/18/2016 4:18:15 PM] WARNING: HostedSolution Invoke error: The "titi.nc-mapped-drives" GPO was not found in the test.local domain.
Parameter name: gpoDisplayName
The second is when i trying to enter into the folder created inside the solidCP panel.
[4/18/2016 4:24:08 PM] WARNING: Invoke error: 0x80045301, Object not Found
The object exist for sure.
and the last one come when i trying to put NTFS permission on solidCP panel like this user or group have read or write access.
[4/18/2016 4:28:09 PM] ERROR: 'Enterprise Storage Windows 2012' SetFolderWebDavRules
System.DirectoryServices.DirectoryServicesCOMException (0x80072020): An operations error occurred.
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne)
at System.DirectoryServices.DirectorySearcher.FindOne()
at SolidCP.Providers.Utils.SecurityUtils.GetUserObject(DirectoryEntry objRoot, String userName, RemoteServerSettings serverSettings)
at SolidCP.Providers.Utils.SecurityUtils.GetAccountSid(String accountName, RemoteServerSettings serverSettings, String usersOU, String groupsOU)
at SolidCP.Providers.Utils.SecurityUtils.GrantGroupNtfsPermissions(String path, UserPermission[] users, Boolean resetChildPermissions, RemoteServerSettings serverSettings, String usersOU, String groupsOU, Boolean isProteted, Boolean inheritePermissions)
at SolidCP.Providers.EnterpriseStorage.Windows2012.SetFolderWebDavRules(String organizationId, String folder, WebDavSetting setting, WebDavFolderRule[] rules)
at SolidCP.Server.EnterpriseStorage.SetFolderWebDavRules(String organizationId, String folder, WebDavSetting setting, WebDavFolderRule[] rules)
Any advice?
Best Regards
James
Hi Trevor,
Maybe i'am wrong but on code into Windows 2012.cs
this one may appear incorrect
Line 204
cmd.Parameters.Add("Path", folderPath + "\*");
replaced by
cmd.Parameters.Add("Path", folderPath);
I will build a version tommorow and keep you updated
Best regards
James
Hi,
After more testing this module not working when you trying to put NFTS permission.
He not detect the path of the object.
Best regards
James