2

SharePoint 2010で構成ウィザードを実行した後(アクセス許可の問題のためにこれを実行する必要がありました)、「ページ」などのドキュメントライブラリを開くことができません。次のエラーが表示されます。

[NullReferenceException: Object reference not set to an instance of an object.]
Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
   Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
   Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
   Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
   Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
   Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
   Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +65
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427

「通常の」リストは問題なく開くことができます。「SharePointServerPublishing」と「SharePointServerPublishingInfrastructure」を既に非アクティブ化および再アクティブ化しています

何か案が?

4

1 に答える 1

3

これは、UserProfileServiceアプリケーションと関係がある可能性があります。

ここを見てください:http: //www.codeproject.com/Articles/475253/Object-null-reference-error-when-opening-the-Site

この記事によると、ユーザープロファイルサービスアプリケーションを削除するとエラーが修正されます。

于 2012-11-21T16:42:54.980 に答える