尝试同步Web应用程序失败 Y1 , ContentDB  Y2  异常消息为Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache没有582f0790-f2b1-4be2-a92e-e861b91782ac    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle()  Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType日志类型,SPContentDatabase cdb,SPJobState jobState,SyncType syncType,WSSSyncUsageEntry用法,String [] excludeAccountsRegexStrings)  Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute()解决方案 该消息表明UPSA不可用.这可能是由于以下几个原因: 1)UPSA和/或代理未处于启动"状态 2)服务器场中没有服务器,其中没有用户配置文件服务".服务实例处于启动状态 3)Web应用程序代理关联不包括UPSA代理 HelloWe have SP 2013, after almost every one hour user profile service fails. It logs two events almost at same time with ID 5555. and has same following message, 2 messages which get logged at same time have different but repeating GUIDs of web app and Content DB.(Example 1:00 PM) Event 1:Failure trying to synch web application X1 (guid), ContentDB X2  Exception message was Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 582f0790-f2b1-4be2-a92e-e861b91782ac   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle()   at Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType logType, SPContentDatabase cdb, SPJobState jobState, SyncType syncType, WSSSyncUsageEntry usage, String[] excludedAccountsRegexStrings)   at Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute() (Example 1:00 PM) Event 2:Failure trying to synch web application Y1, ContentDB Y2  Exception message was Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 582f0790-f2b1-4be2-a92e-e861b91782ac   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle()   at Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType logType, SPContentDatabase cdb, SPJobState jobState, SyncType syncType, WSSSyncUsageEntry usage, String[] excludedAccountsRegexStrings)   at Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute()  (Example 2:00 PM) Event 3:Failure trying to synch web application X1 (guid), ContentDB X2  Exception message was Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 582f0790-f2b1-4be2-a92e-e861b91782ac   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle()   at Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType logType, SPContentDatabase cdb, SPJobState jobState, SyncType syncType, WSSSyncUsageEntry usage, String[] excludedAccountsRegexStrings)   at Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute() (Example 2:00 PM) Event 4:Failure trying to synch web application Y1, ContentDB Y2  Exception message was Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 582f0790-f2b1-4be2-a92e-e861b91782ac   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()   at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle()   at Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType logType, SPContentDatabase cdb, SPJobState jobState, SyncType syncType, WSSSyncUsageEntry usage, String[] excludedAccountsRegexStrings)   at Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute() 解决方案 The message indicates that the UPSA is unavailable. This could be for a few reasons:1) The UPSA and/or Proxy is not in the Started state2) There is no server in the farm where the "User Profile Service" service instance is in a Started state3) The Web Application Proxy association doesn't include the UPSA Proxy 这篇关于用户配置文件服务每隔一小时就会失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-15 20:30