I get this error when trying to browse the permissions of a folder on file manager.
[1/3/2017 9:35:56 PM] ERROR: 'Windows Server 2016' GetGroupNtfsPermissions
System.ArgumentNullException: Value cannot be null.
Parameter name: sddlForm
at System.Security.Principal.SecurityIdentifier..ctor(String sddlForm)
at SolidCP.Providers.Utils.SecurityUtils.GetGroupNtfsPermissions(String path, UserPermission[] users, RemoteServerSettings serverSettings, String usersOU, String groupsOU)
at SolidCP.Providers.OS.Windows2003.GetGroupNtfsPermissions(String path, UserPermission[] users, String usersOU)
at SolidCP.Server.OperatingSystem.GetGroupNtfsPermissions(String path, UserPermission[] users, String usersOU)
Seems like a string of errors im getting after upgrading to 1.12, not sure why since no one else seems to be complaining.
Anyone has any idea how I can troubleshoot this?
Hello,
This error is usually when you enabled Active Directory functions, but did not install AD Powershell module, and Group policy management module on the server.
1.1.2 i think is actually one of the most stable ones out there (we have implemented it in many environments all running without issues).
Also note that 1.1.2 is only a minor update only fixing bugs since version 1.1.0.
Regards,
Marco
Hi Marco,
Actually what I meant was that perhaps maybe it was something that I was doing wrong, not that it was not stable, which is why i said it seems like I am the only one having such problems XD.
Where should I be installing the AD Powershell Module and GPM? On the SolidCP server or the Web Server or our AD server?
Thanks heaps, you've always been awesome help.
Actually dont reply to this. I saw other posts that says just install on all servers. Let me give it a try. Thanks man.
Marco, no luck. I installed GPM and AD Powershell tools on all servers but it still prompts the same error.
Any other suggestions on places I can look?