我创建了一个在部署时运行良好的多维数据集。在添加了另一个维度并更改了一些属性属性之后,它不想再部署了..
我有一些警告,但至少以“Dimension”开头的那些......是旧的,并且在第一次部署时没有做任何事情。
我已经进行了一些搜索,有些人说它在数据源中使用 Impersonation 选项存在问题,但我尝试过更改:
我试图从“使用服务帐户”更改为其他三个但没有成功。
我在win7上以管理模式运行DIBS。我正在使用 SQL Server 2008R2。
在配置管理器中,我设置了:“本地系统”,但尝试将其更改为没有成功。
在 Management Studio 中,我已授予 Security-Logins 中的所有服务器角色,但没有成功。
可能是什么问题?
Warning 1 Dimension [Internet Sales] : Create hierarchies in non-parent child dimensions.
Warning 2 Dimension [Date] : Create hierarchies in non-parent child dimensions.
Warning 3 Dimension [Customer] : Create hierarchies in non-parent child dimensions.
Warning 4 Dimension [Sales Territory] : Create hierarchies in non-parent child dimensions.
Warning 5 Dimension [Promotion] : Create hierarchies in non-parent child dimensions.
Warning 6 AttributeRelationship [Product].[Product Key].[English Description] : The name specified for the attribute relationship differs from the name of the related attribute.
Warning 7 AttributeRelationship [Product].[Subcategory].[Product Category Key] : The name specified for the attribute relationship differs from the name of the related attribute.
Warning 8 Dimension [Product] : Create hierarchies in non-parent child dimensions.
Warning 9 Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'dbo_DimDate', Column: 'FiscalYear', Value: '2006'. The attribute is 'Fiscal Year'.
Error 10 Internal error: The operation terminated unsuccessfully.
Error 11 Server: The operation has been cancelled.