0

分析サーバー localhost\sqlr2 に接続しています。Windows認証を使用しているため、ユーザー名とパスワードはすべてグレー表示されています。プロジェクトを Visual Studio BI から SQL Server 2008R2 分析サーバーに配置しようとすると、次のエラーが発生します。

Error   1   Internal error: The operation terminated unsuccessfully.        0   0   
Error   2   OLE DB error: OLE DB or ODBC error: Login timeout expired; HYT00; A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.; 08001; Named Pipes Provider: Could not open a connection to SQL Server [53]. ; 08001.       0   0   
Error   3   Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Max Min Manufacturing DM', Name of 'Max Min Manufacturing DM'.      0   0   
4

2 に答える 2

1

データソースの設定が間違っているようです。処理するとき、キューブはどのサーバーを指していますか? SSAS はどのアカウントで実行されますか? データソースで接続文字列をどのように設定しましたか? SQL Server ログに失敗したログイン試行が記録されていますか?

Error 2 OLE DB error: OLE DB or ODBC error: Login timeout expired; HYT00; 
A network-related or instance-specific error has occurred while establishing a 
connection to SQL Server. Server is not found or not accessible. 
Check if instance name is correct and if SQL Server is configured 
to allow remote connections. 

私はこれに焦点を当てます。キューブを構築するには、Visual Studio で SQL Server に接続できる必要があると思います。そのため、Analysis Services には権限がないと思います。接続文字列を確認してください。

Windows 認証を使用しているとのことですが、Analysis Services を実行するサービス アカウントは必要なデータベースにアクセスできますか?

于 2013-01-11T10:38:06.230 に答える