0

これらは、SQL Server 2008 (VMWare 上の Windows 8 x64) でキューブを処理するときに発生するエラー (数回繰り返されます) です。

OLE DB error: OLE DB or ODBC error: Cannot attach the file '\\vmware-host\Shared Folders\Downloads\AdventureWorks2008R2_Database\AdventureWorks2008R2_Data.mdf' as database 'Adventure Works'.; 42000; CREATE DATABASE permission denied in database 'master'.; 42000.

Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Adventure Works', Name of 'Adventure Works'.

Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Address', Name of 'Address' was being processed.

Errors in the OLAP storage engine: An error occurred while the 'Territory ID' attribute of the 'Address' dimension from the 'MultidimensionalProject1' database was being processed.

どんな提案でも大歓迎です!

4

1 に答える 1

0

私はそれを考え出した。データソースをダブルクリックし、[なりすまし情報]タブに移動して、[サービスアカウントを使用する]から[特定のWindowsユーザー名とパスワードを使用する]に変更しました。

クレジット:http ://www.sqlservercentral.com/Forums/Topic1032175-17-1.aspx

于 2013-02-07T04:12:20.927 に答える