
Reporting ServicesとDatabaseを別サーバーに構成する場合の接続アカウント
Reporting ServicesのサーバーとDatabaseを別々のサーバーに配置するように構成した場合に以下のエラーが発生しました。
“System.Data.SqlClinet.SqlException: Windows NT ユーザーまたはグループ’(null)’が見つかりませんでした。名前を再確認してください。”
下記ドキュメントによると、リモートデータベースに対してもサービスアカウントで構成可能と書かれており、原因は不明です。
If you configure the database connection to use the service account, the account must have network permissions if the report server database is on a remote computer. Do not use the service account if the report server database is on a different domain, behind a firewall, or if you are using workgroup security instead of domain security. Use a SQL Server database user account instead.
Configure a Report Server Database Connection (Native Mode) http://msdn.microsoft.com/en-us/library/ms159133.aspx
この場合でも、ドメインアカウント(特別な権限を持たない一般アカウント)を指定すれば正常に構成出来ました。