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