I can confirm that writeback works in this release. However, I suspect that
you are not doing it at the leaves level and you also probably use
EQUAL_ALLOCATION method instead of something like WEIGHTED_ALLOCATION.
To verify, you could try the following:
UPDATE CUBE Sales SET Leaves()(0) = 10
followed by
SELECT Leaves()(0) on 0 FROM Sales
This will guarantee that the update happens at leaves and not above.
--
==============================*=================== =
Mosha Pasumansky - http://www.mosha.com/msolap
Analysis Services blog at http://www.sqljunkies.com/WebL*og/mosha
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==============================*=================== =
<Steven.Muise (AT) gmail (DOT) com> wrote
Quote:
I have followed the BOL steps to create a write-back enabled cube. Yet
when I run the Update MDX, it just times out and throughs an
out-of-memory error. It is a small cube and I am attempting to update
the leaf level. Can anyone confirm that the write-back feature works in
this release.
Steve |