http://social.technet.microsoft.com/Forums/en/sharepoint2010setup/thread/10564f92-edc8-4bdf-929d-1fed015b6b00
Supported by: Fix the SharePoint DCOM 10016 error on Windows Server 2008 R2
http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx
Events: 3351
SQL database login for 'SharePoint_Config' on instance '[DBServer]' failed. Additional error information from SQL Server is included below.
Login failed for user '[Domain]\[MachineName]$'.
Solution: http://technet.microsoft.com/en-us/library/ee662513.aspx
Just add '[Domain]\[MachineName]$' to your SQL Logins. Do not forget to add this login to all database you have on [DBServer] (optional, you can just add to several DB, based on Windows Error Log).
Error:An object of the type Microsoft.SharePoint.Administration.SPWindowsServiceCredentialDeploymentJobDefinition named "windows-service-credentials-FIMSynchronizationService" already exists under the parent Microsoft.Office.Server.Administration.ProfileSynchronizationService named "FIMSynchronizationService". Rename your object or delete the existing object.
Solution: Suddenly appear on Monitoring, Check Job Status, Delete "windows-service-credentials-FIMSynchronizationService"
Warning: Object Cache: The super user account utilized by the cache is not configured. This can increase the number of cache misses, which causes the page requests to consume unneccesary system resources.
To configure the account use the following command 'stsadm -o setproperty -propertyname portalsuperuseraccount -propertyvalue account -url webappurl'. The account should be any account that has Full Control access to the SharePoint databases but is not an application pool account.
Additional Data:
Current default super user account: SHAREPOINT\system
Solution: http://technet.microsoft.com/en-us/library/ff758656.aspx
I'm using [Domain]\[MachineName]$ as a portalsuperuseraccount
Error 5555:
Failure trying to synch web application 8c314f31-dec1-41dc-844b-73f894c33f03, ContentDB 705970e4-7422-41b8-ae42-c2e58da27848 Exception message was Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile
Solution:http://social.technet.microsoft.com/Forums/en/sharepoint2010setup/thread/ff3b7ecc-ae43-4c64-8745-4beb28f92c39
How to grant the "Replicating Directory Changes" permission for the Microsoft Metadirectory Services ADMA service account
http://support.microsoft.com/kb/303972
Problem: Managed Metadata Service – The required feature is not enabled for this column type
Solution: stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http://
This will activate the required feature.
0 comments: