Hi All,
I have SSAS db that has 2 cubes, A and B. There is single fact table in each cube. In order to process the cubes daily, I have made two SSIS packages with Analysis services processing task (ASPT). Each ASPT has dim and cube, both set to process full. When they are scheduled through SQL agent, ASPT for cube A is getting processed daily, but it is failing in next SSIS package that has ASPT for cube B.
The error is:
Error: 2013-08-14 05:11:09.51
Code: 0xC1000007
Source: Process cube Analysis Services Execute DDL Task
Description: Internal error: The operation terminated unsuccessfully.
End Error
Error: 2013-08-14 05:11:09.51
Code: 0xC11F0006
Source: Process cube Analysis Services Execute DDL Task
Description: Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
End Error
Error: 2013-08-14 05:11:09.51
Code: 0xC11F000E
Source: Process cube Analysis Services Execute DDL Task
Description: Errors in the OLAP storage engine: An error occurred while processing the 'Jul13Plus' partition of the 'Payment Facts' measure group for the '' cube from the Cube database.
End Error
Error: 2013-08-14 05:11:09.51
Code: 0xC11C0006
Source: Process cube Analysis Services Execute DDL Task
Description: Server: The current operation was cancelled because another operation in the transaction failed.
End Error
Error: 2013-08-14 05:11:09.51
Code: 0xC11F000E
Source: Process cube Analysis Services Execute DDL Task
Description: Errors in the OLAP storage engine: An error occurred while processing the 'Payment Facts Before 20130101' partition of the 'Payment Facts' measure group for the '' cube from the Cube database.
End Error
Error: 2013-08-14 05:11:09.52
Code: 0xC11F000E
Source: Process cube Analysis Services Execute DDL Task
Description: Errors in the OLAP storage engine: An error occurred while processing the 'Payment Facts Jan13-Jun13' partition of the 'Payment Facts' measure group for the '' cube from the Cube database.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
If I process the entire SSAS db from my local SSDT (2012), it is successful. Can somebody explain what is causing this issue?
Thanks, hsbal