July 23, 2008 at 5:10 am
I have 1 big cube in SSAS 2005 That we process base on schedular through ASCMD commnad. I use batch parallel processing of ProcessData first and then ProcessIndex. I process the Dimensions first in one step then on next step we process this cube.
Problem: When process is happening the all the report fails to execute and throw error "The cube either does not exist or has not been processed". This cube is gets data from a view that view have the logic to maintain all fact tables.
Please help me out is their any property so that you can execute your reports while cube is processing? Or what things I have to change to make it work.
Thanks in advance.
Prashant
July 23, 2008 at 5:35 am
Are you doing a full process, or an incremental process?
If you do a full process of the dimensions, the cube will be taken offline until you process the measure groups.
July 23, 2008 at 11:19 pm
No i m not using ProcessFull. I manually first do ProcessData and then ProcessIndex through ASCMD command using XMLA script.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply