2012-06-18 53 views
1

我創建了一個在部署時正常工作的多維數據集。在添加了另一個維度並更改了某些屬性屬性之後,它並不想部署更多..修改維度和屬性屬性後部署SSAS時出錯

我有一些警告,但至少以「維度」開頭的那些......都是舊的,並且沒有在首次部署時做任何事情。

我已經做了一些搜索和有些人說it's proplem與數據源模擬的選擇,但我試圖改變這樣的:

我試圖從「使用服務帳戶」其他改變三但沒有成功。

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

回答

2

您需要正確設置您的尺寸密鑰。我相信它會是這樣的FiscalYear + FiscalMonth:

enter image description here

+0

謝謝,我會着眼於.. –

+0

記得要投票和標記爲答案,如果它幫助你 – Diego

+0

我肯定會,不能夠測試它幾天雖然.. –

0

我有很多屬性,一個改變keyColumn在和不同的類型。它從來沒有工作,當我做了所有的變化,一次,然後處理,所以我試圖做一次更改,然後在每次更改後處理,工作..