0
votes

I have a SSAS Cube build in Tabular Mode, when I am processing it with "Default" option changes in the data is not processing. According to this link Processing Options in SSAS should process the changed in the data. Also I am processing the cube using the SSIS Package- Analysis Services Processing Task. When I choose the particular object of the cube (dimension or partition) I get the below error

"[Analysis Services Execute DDL Task] Error: Cube cannot be processed when Analysis Services is in Tabular mode. Please process Database object instead."

when I Process the the Database objects while processing the dimensions I got the below error

"[Analysis Services Execute DDL Task] Error: The process type specified for the 'Dimension1' dimension is not valid when Analysis Services is in VertiPaq mode."

Did anybody has the solution of it.

1

1 Answers

0
votes

You can try open SSMS (SQL Server Management Studio), connect to your SSAS server and process that dimension manually (ProcessType = ProcessFull/ProcessUpdate). Are you get error in this case?