dbTalk Databases Forums  

Top Down Write Back

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Top Down Write Back in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Renaud Harduin
 
Posts: n/a

Default Top Down Write Back - 07-09-2006 , 08:29 AM






Hi all,

I'm currently doing wome test in order to write value into my cube (only
promotion and order date !)
(of cource I write enabled my cube BI Mgt + process).


I run the following query :
select
(
[Measures].[Order Quantity],
[Order Date].[Calendar Time].[Calendar Year].&[2004].&[April].&[1006],
[Promotion].[Promotions].[All Promotions]
)
on columns
from
[MyTDWBCube]

i get some as result 170.
It runs a SQL Server DB query (sql profiler) meaning that SSAS consolidates
cube + wb table.
then I ran :

update cube [MyTDWBCube]
set
(
[Measures].[Order Quantity],
[Order Date].[Calendar Time].[Calendar Year].&[2004].&[April].&[1006],
[Promotion].[Promotions].[All Promotions]
) = 100
USE_EQUAL_ALLOCATION

expecting that my number will splitted throught the promotions.

But if I re-run the mdx query I still get 170 (expecting 100).

Any idea ?

Renaud - Paris




Reply With Quote
  #2  
Old   
michael v
 
Posts: n/a

Default Re: Top Down Write Back - 08-18-2006 , 03:09 AM






working with write back on 2000 platform - dont know if it is differnt on
2005.

where are u running the query ?

maybe u need to begin transaction and commit transaction ?


"Renaud Harduin" <RenaudHarduin (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi all,

I'm currently doing wome test in order to write value into my cube (only
promotion and order date !)
(of cource I write enabled my cube BI Mgt + process).


I run the following query :
select
(
[Measures].[Order Quantity],
[Order Date].[Calendar Time].[Calendar Year].&[2004].&[April].&[1006],
[Promotion].[Promotions].[All Promotions]
)
on columns
from
[MyTDWBCube]

i get some as result 170.
It runs a SQL Server DB query (sql profiler) meaning that SSAS
consolidates
cube + wb table.
then I ran :

update cube [MyTDWBCube]
set
(
[Measures].[Order Quantity],
[Order Date].[Calendar Time].[Calendar Year].&[2004].&[April].&[1006],
[Promotion].[Promotions].[All Promotions]
) = 100
USE_EQUAL_ALLOCATION

expecting that my number will splitted throught the promotions.

But if I re-run the mdx query I still get 170 (expecting 100).

Any idea ?

Renaud - Paris






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.