【问题标题】:Error while deploying SSAS after modifying dimension & attribute properties修改维度和属性属性后部署 SSAS 时出错
【发布时间】:2012-06-20 15:24:39
【问题描述】:

我创建了一个在部署时运行良好的多维数据集。在添加了另一个维度并更改了一些属性属性之后,它不想再部署了..

我有一些警告,但至少以“Dimension”开头的那些......是旧的,并且在第一次部署时没有做任何事情。

我进行了一些搜索,有些人说数据源中的模拟选项存在问题,但我尝试过更改:

我尝试从“使用服务帐户”更改为其他三个但没有成功。

我在 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.   

【问题讨论】:

    标签: sql-server sql-server-2008-r2 ssas cube


    【解决方案1】:

    您需要正确设置维度键。我认为它会像 FiscalYear + FiscalMonth:

    【讨论】:

      【解决方案2】:

      我有许多属性改变了 keyColumn 和不同的类型。当我一次进行所有更改然后进行处理时,它从未起作用,因此我尝试一次进行一项更改,然后在每次更改后进行处理,这很有效..

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2017-04-19
        • 1970-01-01
        • 2019-04-28
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-11-24
        • 1970-01-01
        相关资源
        最近更新 更多