2

展開時に問題なく動作するキューブを作成しました。別のディメンションを追加し、いくつかの属性プロパティを変更した後、これ以上デプロイしたくなかった..

いくつかの警告がありますが、少なくとも「Dimension」で始まるものは...古いもので、最初の展開では何もしませんでした。

私はいくつかの検索を行い、データソースの偽装オプションに問題があると言う人もいますが、これを変更しようとしました:

「サービス アカウントを使用する」から他の 3 つに変更しようとしましたが、成功しませんでした。

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.   
4

2 に答える 2

2

ディメンション キーを適切に設定する必要があります。FiscalYear + FiscalMonth のようなものになると思います。

ここに画像の説明を入力

于 2012-06-26T12:53:44.040 に答える
0

keyColumn が変更された多くの属性と、さまざまなタイプがありました。すべての変更を一度に行ってから処理するとうまくいかなかったので、一度に1つの変更を加えてから、変更ごとに処理しようとしましたが、うまくいきました..

于 2012-07-16T10:16:49.780 に答える