xSPSearchServiceApp SDDL string error in standalone install
See original GitHub issueIn my standalone SharePoint 2013 environments, I’m receiving this error when creating the Search Service Application:
The SDDL string contains an invalid sid or a sid that cannot be translated
According to this article it looks like this is a known issue in standalone installations. However; after I followed the steps outlined in the article to resolve the error, subsequent executions of the DSC resource gave these error messages:
Invoke-DscResource : Exception calling ".ctor" with "1" argument(s): "searchContext"
and
Invoke-DscResource : Exception calling ".ctor" with "2" argument(s): "Cannot process argument because the value of argument "userName" is not valid. Change the value of the "userName" argument and run the operation again."
When I look at the server, the service application is created, but it doesn’t have a proxy and is in an error status.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
NT Authority\System & SDDL Error
Either the SDDL string is misconfigured (unlikely if it works from one account but not another) or the ACL on the target directory/service/ ......
Read more >SharePoint 2013 configuration wizard giving invalid sid ...
ArgumentException was thrown. Additional exception information: The SDDL string contains an invalid sid or a sid that cannot be translated.
Read more >SharePointDsc/HISTORIC_CHANGELOG.md at master
Documentation update for SharePoint 2019 offline install parameters. ... Fixed bug with SPSearchServiceApp that would throw an error about SDDL string ...
Read more >Understanding SDDL Syntax – IT Connect
Each nTSecurityDescriptor SDDL string is composed of 5 primary parts which correspond to the Header, DACL (D:), SACL (S:), primary group (G:)and ...
Read more >XProtect installation fails: 'An error occurred: ArgumentException
In the %ProgramData%\Milestone\Installer\ Installer.log , the following error is listed: "An error occurred: 'ArgumentException: The SDDL form ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @avishnyakov - will get the code updated accordingly.
Sure, no worries.