Unanswered Problems running synchronizations: Events 5553, 5000 and 7888 every hour

  • Monday, March 24, 2008 10:15 PM
     
     
    Hello,

    our server is having some problems probably because of user accounts set up wrong. Every hour we get errors in our event logs from Office Sharepoint Server in categories User profiles and Office Server General. The errors appear in this order:

    Event ID 5553
    Code Snippet

    failure trying to synch site 88729c92-a782-4aff-90b2-5eca13173552 for ContentDB df83d9c3-65e2-4d8e-bbb4-ea1a5f504e2b WebApp 5cadd758-dd06-45f7-93f8-b7200ddc61af.  Exception message was All profiles failed to update.  Failing site so we can try again later..



    Event ID 5000
    Code Snippet

    EventType ulsexception12, P1 owstimer.exe, P2 12.0.6211.1000, P3 46d085ee, P4 microsoft.office.server, P5 12.0.6219.0, P6 46ce54ca, P7 3061, P8 21, P9 profilesynchronizationinternalexception, P10 837v.



    Event ID 7888
    Code Snippet

    A runtime exception was detected. Details follow.
    Message: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Techinal Details:
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
       at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)
       at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXmlInternal(String schemaXml, Boolean addToDefaultView, SPAddFieldOptions op)
       at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXml(String schemaXml, Boolean addToDefaultView, SPAddFieldOptions op)
       at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXml(String strXml)
       at Microsoft.SharePoint.SPFieldCollection.AddInternal(String strDisplayName, SPFieldType type, Boolean bRequired, Boolean bCompactName, Guid lookupListId, Guid lookupWebId, StringCollection choices)
       at Microsoft.SharePoint.SPFieldCollection.Add(String strDisplayName, SPFieldType type, Boolean bRequired, Boolean bCompactName, StringCollection choices)
       at Microsoft.SharePoint.SPFieldCollection.Add(String strDisplayName, SPFieldType type, Boolean bRequired)
       at Microsoft.Office.Server.UserProfiles.SiteSynchronizer.UserSynchronizer.TryAddFieldToUserInfoListWithInternalName(String strWSSInternalName, SPFieldType fieldType)
       at Microsoft.Office.Server.UserProfiles.SiteSynchronizer.UserSynchronizer.AddFieldToUserInfoList(String strProfilePropName, SPFieldType fieldType)
       at Microsoft.Office.Server.UserProfiles.SiteSynchronizer.UserSynchronizer.PushSchemaToList(Boolean& bAddedColumn)
       at Microsoft.Office.Server.UserProfiles.SiteSynchronizer.UserSynchronizer.SynchFull()
       at Microsoft.Office.Server.UserProfiles.SiteSynchronizer.Synch()
       at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)



    And then event 5553, 7888 and 5553 again. None of the accounts that are used with sharepoint are locked or disabled. What could be the problem?

    Is there some way to get more precise and informative error messages like stating for what user the access is denied or something like that?

All Replies