question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

xSPSearchServiceApp SDDL string error in standalone install

See original GitHub issue

In 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:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
BrianFarnhillcommented, Jan 20, 2017

Thanks @avishnyakov - will get the code updated accordingly.

0reactions
avishnyakovcommented, Jan 28, 2017

Sure, no worries.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found