I am invoking two xmla scripts on a 2008 SSAS via a SSIS package. The first one processes the dimensions and the second one processes the partitions.

When the dimensions are finished processing the cube remains in a Processed state. However when the second script only includes the exact partition(s) to process (because data was just loaded to that the partition), the cube itself becomes in an Unprocessed state after the script is executed and is therefore unqueryable.

I added the directive to process the cube (via ProcessDefault) as well but that adds to the overall process time. Is there a way to just indicate to process the affected partition(s) and leave the cube in a Processed state before and after that script is executed?

Thanks, Shannon

link|improve this question
Can you paste the XMLA or a subset of it? processing a partition should not change the processed state of the cube. – Darren Gosbell Jan 4 at 2:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.