We have several SSAS cubes with shared dimensions. At the end of our ETL , we want to process the cubes.
To date, we use a single Analysis Service Processing Task (in SSIS) for this. The problem we found is that if one cube fails, they all fail.
We want to split the cubes to individual tasks. Can they be run in parallel or will we experience locks (and thus should be run in serial)?