这些是我在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.
任何建议都将不胜感激!
答案 0 :(得分:0)
我明白了。双击我的数据源,转到模拟信息选项卡,然后从使用服务帐户更改为使用特定的Windows用户名和密码。
感谢:http://www.sqlservercentral.com/Forums/Topic1032175-17-1.aspx