2017-05-26 45 views
-1

我试图部署我的多维数据集,但在Visual Studio 2012上出现这些错误。请帮助我,因为我是新的,我不明白要做什么。下面列出错误。试图部署多维数据集时出现错误

Internal error: The operation terminated unsuccessfully. 

OLE DB error: OLE DB or ODBC error: Cannot open database "datawarehouse" requested by the login. The login failed.; 42000. 

Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Datawarehouse', Name of 'Datawarehouse'. 
Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer', Name of 'Customer' was being processed. 
Errors in the OLAP storage engine: An error occurred while the 'Cust Id' attribute of the 'Customer' dimension from the 'dwCube' database was being processed. 

Server: The current operation was cancelled because another operation in the transaction failed. 

OLE DB error: OLE DB or ODBC error: Cannot open database "datawarehouse" requested by the login. The login failed.; 42000. 

Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Datawarehouse', Name of 'Datawarehouse'. 
Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Route', Name of 'Route' was being processed. 
Errors in the OLAP storage engine: An error occurred while the 'Route Id' attribute of the 'Route' dimension from the 'dwCube' database was being processed. 
+0

它看起来像,在地方,你要部署的立方体,它无法打开数据仓库数据库连接。 – Rich

+0

如何打开该连接请帮助我,如果你知道这件事 –

回答

1

请检查多维数据集的连接是否可用

  1. 连接到你的立方体由SSMS
  2. 并找到扩大CubeDataBase文件夹 - > DataSouce文件夹 - > DataSouce立方体数据源。

3.双击DataSouce并打开Connectin String属性窗口。

4.键入有效的多维数据集服务器名称,用户名和密码。

5.确保成功测试连接。

6.然后尝试手动处理您的多维数据集。

MDXHelper:IDE写,分析,优化,调试MDX有效

相关问题