1

SSRS 2008データベースサーバーにセットアップしました。
サーバーはドメインの一部です。
Reporting Services は で実行されていNetworkServiceます。Web インターフェイス ( --> --> )
を使用してドメイン ユーザーを追加しようとすると、ページはポストバックされますが、ユーザーはリストにありません。 サーバーのログ ファイルには、次の未処理の例外が含まれています。Site SettingsSecurityNew Role Assignment

ui!ReportManager_0-1!954!01/12/2009-10:14:52:: 未処理の例外: System.Security.Principal.IdentityNotMappedException: 一部またはすべての ID 参照を変換できませんでした。System.Security.Principal.SecurityIdentifier.Translate (IdentityReferenceCollection sourceSids、型 targetType、ブール型 forceSuccess) で System.Security.Principal.SecurityIdentifier.Translate (型 targetType) で System.Security.Principal.WindowsIdentity.GetName() で System.Security .Principal.WindowsIdentity.get_Name() の ReportingServicesHttpRuntime.RsWorkerRequest.GetServerVariable(文字列名) の System.Web.Security.WindowsAuthenticationModule.OnEnter(オブジェクト ソース、EventArgs eventArgs) の System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication. System.Web.HttpApplication の IExecutionStep.Execute()。

誰でもこれを修正する方法について考えがありますか?

4

2 に答える 2

2

家に帰ってからプロパティに行き、あなたが与えたいものは何でも役割を持つユーザーを追加します。

于 2010-05-29T09:05:17.187 に答える
0

許可されたユーザーのリストに他のドメイン ユーザーはいますか? おそらく、「NetworkService」にはADから読み取る権限がありませんが、期待しています。私は常に SSRS をドメイン プロキシ ユーザー (Domain\SSRS_Proxy など) として実行しており、以前は「ドメイン ユーザー」を追加できていました。

于 2009-10-01T04:56:52.647 に答える