Hi lpzzti,
主要是权限问题。这里有一篇英文的解决方案。
Here is the one more issue with the installation of SharePoint 2013.
The SDDL string contains an invalid sid or a sid that cannot be translated
When you run with sharepoint 2013 installation majorly you will get with 2 issues.
1. Service running under Network Service account in workgroup environment is not supported
Solution for this is explained in the preious post you can find it
here
2. The SDDL string contains an invalid sid or a sid that cannot be translated
Solution this is :
To fix this error, login with your Administrator account and create a search service user and add them to the
WSS_ADMIN_WPG group.
To do this :
1. Open SharePoint 2013 PowerShell
2. Paste the below code
1
2
3
|
$SearchServ = Get-Credential [Your Search Account]
New-SPManagedAccount -Credential $SearchServ
|
NOTE : Once the script is ran successfully Open you Central administration ( Eventhough configuration wizard failed running still you can able to access Central admin ) and make sure you Search Service is using newly created service account.
3. After this try running the configuration wizard it will run seccuesfully..
Jack Gao
TechNet Community Support
