I’m able to process the cube manually in the SQL Server Analysis Services Management Studio. But while running the SQL job which is calling the SSIS package, I get following error:
Executed as user: <domain/user>. ...ion for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 9:24:07 PM Error: 2009-03-05 21:36:16.81 Code: 0xC1000007 Source: Cube Analysis Services Execute DDL Task Description: Internal error: The operation terminated unsuccessfully. End Error Error: 2009-03-05 21:36:16.81 Code: 0xC11F0006 Source: 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: 2009-03-05 21:36:16.81 Code: 0xC11F000E Source: Cube Analysis Services Execute DDL Task Description: Errors in the OLAP storage engine: An error occurred while processing the '<partition_name>' partition of the '<measure_group_name>' measure group for the '<cube_name>' cube from the <database_name> database. ... The package execution fa... The step failed.
- JL