I can't set the Cloud Folders Path. The box to write the path are disabled.
The file server and file server resources manager were installed and the server have an ip address assigned. ?
Yes... I tried in Chrome and Firefox.
In Firefox I enabled the field by option inspect element.
I changed the value to C:Cloud and managed to save.From this way if I create a shared folder when I try to open the site receive an access denied error.
If I enable the checkbox 'use storage spaces' I get an error message when I try to create a shared folder:
Error creating folder
- Error creating Storage Space folder:Error executing 'CREATE_FOLDER' task on '' ENTERPRISE_STORAGE; at SolidCP.EnterpriseServer.StorageSpacesController.ShareStorageSpaceFolderInternal(Int32 storageSpaceId, String fullPath, String shareName) at SolidCP.EnterpriseServer.StorageSpacesController.CreateStorageSpaceFolderInternal(Int32 storageSpaceId, String groupName, String organizationId, String folderName, Int64 quotaInBytes, QuotaType quotaType)
- Error creating folder
Hi All,
I have the same issue when field is disabled, even I enabled it by chrome developers tools I got an error for shared folders. All configuration steps were from your manual.
I found the reason, you missed some things in video tutorial and I didn't read full manual. Needs to enable Basic Auth for webdav site also need to install File Server Resource Manager role on webdav server. After that I could manage the folder path field.
Thanks a lot.
Another issue, folder permission isn't working for me.
[6/24/2016 9:39:31 AM] 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)
Please advice.