sharepoint my site setting
- 参考这个guide : http://technet.microsoft.com/en-us/library/ee624362.aspx
 - User profile service 不能打开, 原因是sharepoint wizard没run
 - 安装Sharepoint wizard时得到下面的错误:
 
The SDDL string contains an invalid sid or a sid that cannot be translated when installing Search Service Application
解决方案:
Actually you require domain. but try below steps
http://squidpip.com/blog/sharepoint-2013-resolving-the-sddl-issue/
- Add the account for search service you are using to install SharePoint in WSS_Admin_WPGgroup. Built in administrator account is already member.
 - Open SharePoint Management Shell console and execute this command:
 
$SearchService = Get-Credential <computername>\UserName
- You will be prompted for password
 - Then run following command:
 
New-SPManagedAccount -Credential $SearchService
- Open Explorer and browse to “C:\Program Files\Microsoft Office Servers\15.0\Data\Office Server” and you will see the folder that starts with Analytics with a guid.
 - Right-click folder > Properties > Sharing >Advanced Sharing
 - Check the “Share this folder’ check box and click on Permissions
 - Add the WSS_ADMIN_WPG and Search Service accounts created in step 2 and select Full Control.
 - Run the SharePoint Configuration Wizard again.
 
http://sharepointthing.wordpress.com/2013/10/01/the-sddl-string-contains-an-invalid-sid-or-a-sid-that-cannot-be-translated-in-sharepoint-2013/
http://techs.studyhorror.com/sharepoint-2013-resolve-sddl-invalid-sid-i-83
建好mysite后,newsfeed显示如下 :
we're still collecting the latest news. you may see more if you try again a little later
解决方案:
Please install the latest cumulative update for appfabric distributed cache if it keeps crashing.
And please review the event log for error: http://msdn.microsoft.com/en-us/library/ff921010(v=azure.10).aspx

                
            
        
浙公网安备 33010602011771号