0

私は絶対に問題なく動作していたこのsharepointアプリケーションを持っています。アプリケーション プール ID は、この sharepoint アプリケーションに対して構成可能に設定されました。

しかし、昨日から、アプリケーションにアクセスしようとしているときに次のエラーが発生しました。

Cannot connect to the configuration database.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: Microsoft.SharePoint.WebPartPages.WebPartPageUserException: Cannot connect to the configuration database.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[WebPartPageUserException: Cannot connect to the configuration database.]
   Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.EnsureInitialize(HttpRequest request) +544
   Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.BeginRequestHandler(Object oSender, EventArgs ea) +2347
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

アプリケーションには、組織を離れたユーザーの資格情報が含まれていました。そのため、同じ資格情報を入力することにしました。しかし、私はまだ同じエラーに直面しています!!

他のユーザーがユーザー管理 (管理ツール) の下で持っていたすべての権利を自分のユーザーに与えました。

誰か助けてください!! 何がうまくいかないのですか??

4

1 に答える 1

0

アプリケーション プール アカウントに、SharePoint_Config データベースに対する "接続" 権限があることを確認してください。

于 2010-12-16T09:53:49.457 に答える