Прокси-серверу приложения профиля пользователя не удалось получить разделы из приложения профиля пользователя - PullRequest
7 голосов
/ 13 декабря 2010

Я создал приложение-службу профилей пользователей в центре администрирования. Служба сообщает, что она запускается, но когда вы нажимаете на ссылку, она возвращает следующее:

Произошла непредвиденная ошибка.

Устранение проблем с Microsoft SharePoint Foundation.

Идентификатор корреляции: 5205a398-eb54-462e-a9b1-4db39f92f1e8

Глядя в файл журнала, я вижу следующее, соответствующее идентификатору корреляции.

User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   cm6y    High        User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   cm6y    High        User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   cm6y    High        User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   g22d    High        UserProfileApplication.DumpSynchronizationStatusToFile: Unexpected exception: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.IsSynchronizationRunning(UserProfileApplicationProxy userProfileApplicationProxy)     at Microsoft.Office.Server.Administration.UserProfileApplication.DumpSynchronizationStatusToFile().   5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   et8j    High        UserProfileServiceUserStatisticsWebPart:LoadControl failed, Exception: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()     at Microsoft.SharePoint.Portal.WebControls.UserProfileServiceStatisticsWebPartBase.LoadControl(Object sender, EventArgs e)    5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   et8j    High        UserProfileServiceAudienceStatisticsWebPart:LoadControl failed, Exception: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()     at Microsoft.SharePoint.Portal.WebControls.UserProfileServiceStatisticsWebPartBase.LoadControl(Object sender, EventArgs e)    5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   et8j    High        UserProfileServiceImportStatisticsWebPart:LoadControl failed, Exception: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()     at Microsoft.SharePoint.Portal.WebControls.UserProfileServiceStatisticsWebPartBase.LoadControl(Object sender, EventArgs e)  5205a398-eb54-462e-a9b1-4db39f92f1e8
User Profiles                   cm6y    High        User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  5205a398-eb54-462e-a9b1-4db39f92f1e8
Runtime                         tkau    Unexpected  Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.    at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.IsProfileSynchronizationRunning()     at Microsoft.SharePoint.Portal.WebControls.UserProfileServiceImportStatisticsWebPart.RenderSectionContents(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.UserProfileServiceImportStatisticsWebPart.RenderWebPart(HtmlTextWriter writer)     at Microsoft.SharePoint.WebPartPages.WebPart.Render(HtmlTextWriter ... 5205a398-eb54-462e-a9b1-4db39f92f1e8
Runtime                         tkau    Unexpected  ...writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollectio...  5205a398-eb54-462e-a9b1-4db39f92f1e8
Runtime                         tkau    Unexpected  ...n children)     at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  5205a398-eb54-462e-a9b1-4db39f92f1e8

У вас есть идеи, что не так и как я могу решить эту проблему?

Ответы [ 3 ]

7 голосов
/ 27 февраля 2011

Выполните IISReset на сервере, на котором запущено приложение-служба профилей пользователей (USPA), и перезапустите службу USPA.

3 голосов
/ 06 августа 2014

Эта проблема возникает в основном при установке фермы.Каждый скажет, чтобы восстановить ИБП, перезагрузить сервер, и тогда он должен работать нормально.Но если вы использовали пользовательские свойства и создали управляемое свойство в поиске, его очень трудно воссоздать, а затем снова создать.Лучшее решение, которое я исследовал на данный момент, заключается в следующем:

  1. Остановка службы синхронизации профилей пользователей
  2. Остановка службы профилей пользователей
  3. Запуск службы профилей пользователей
  4. Запустите службу синхронизации профилей пользователей.

Надеюсь, что вышеизложенное поможет вам решить проблемы.

Приветствия.

1 голос
/ 30 мая 2013

В моем случае мне пришлось запустить службу Windows «Служба профилей пользователей». Кроме того, я перезапустил IIS и службу таймера SharePoint. После этого можно перейти на страницу управления приложениями-службами. Удачи!

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...