سؤال

حسنا، أنا:

تثبيت Windows Server 2008 R2 R2 SP1 على VMWare الآلة الظاهرية Land ALD في أي مجال

تثبيت SP 2013 مسبقا تثبيت SP 2013 Succefully

تشغيل معالج التكوين بعد خطوات قليلة أحصل على هذا الخطأ تم إلقاء

system.argumentException.معلومات استثناء إضافية: تحتوي سلسلة SDDL على SID غير صالح أو SID لا يمكن ترجمتها.

اكتشف أنه قد يكون هناك حل لهذا على http://social.technet.microsoft.com/sfarums/en-us/sharePointitpropreview/trread/62704A0B-ABF6-4B59-A7D5-C68D1E652FC2

ولكن هذا يتناول الآن إلى الصفحة غير موجود

plz مساعدة

هل كانت مفيدة؟

المحلول

as you are installing as standalone, service running under Network Service account in workgroup environment is not supported.

check these two blogs and fix the issue.

http://kancharla-sharepoint.blogspot.com/2012/07/service-running-under-network-service.html http://kancharla-sharepoint.blogspot.com/2012/07/the-sddl-string-contains-invalid-sid-or.html

نصائح أخرى

This forum article helped me but I have to substitute for the missing "C:\Program Files\Microsoft Office Servers\15.0\Data\Office Server" - C:\Program Files\Windows SharePoint Services\15.0\Data\Analytics_{some guid}

Hi All,

Recently an issue was reported to me where some of my site admins were facing an issue in setting up a SharePoint 2013 stand alone environment. They were facing this error in the step 8 of SharePoint configuration wizard "The SDDL string contains an invalid sid or a sid that cannot be translated".

After spending significant amount of time this issue was finally resolved in this way:

  1. Add the account you want to use for search service in WSS_Admin_WPG group. If you are going to use built in administrator account this should be present by default.
  2. Then execute this command from sharepoint powershell console: $SearchService = Get-Credential Domain\UserName in our scenario of standalone installation the Domain should be the machine name.
  3. Then execute this command New-SPManagedAccount -Credential $SearchService
  4. Now Go to "C:\Program Files\Microsoft Office Servers\15.0\Data\Office Server" and find the folder that starts with Analytics with a postfix guid.
  5. Right-click --> Properties-->Sharing-->Advanced Sharing
  6. Check the "Share this folder' check box and click on Permissions
  7. Add the Search Service account created in step 2 and select Full Control. Do the same for WSS_ADMIN_WPG
  8. Run the SharePoint Configuration Wizard again. It should now complete successfully.

Rahul Rashu

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top