多维数据集处理错误 - 数据库'master'中的CREATE DATABASE权限被拒绝。 42000

时间:2013-02-07 03:35:04

标签: sql-server odbc oledb cube olap-cube

这些是我在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.

任何建议都将不胜感激!

1 个答案:

答案 0 :(得分:0)

我明白了。双击我的数据源,转到模拟信息选项卡,然后从使用服务帐户更改为使用特定的Windows用户名和密码。

感谢:http://www.sqlservercentral.com/Forums/Topic1032175-17-1.aspx