Team ,
Can some one please help me what does this error mean and how should i go about fixing this ?
Exception has been thrown by the target of an invocation. ---> Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException:
Server: The operation has been cancelled.
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. Errors in the OLAP storage engine:
An error occurred while the 'Patient Area Code' attribute of the 'DIM xyz'
dimension from the 'SAMPL_TEST_CUBE' database was being processed.
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.
at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.IExecuteProvider.ExecuteAny(ICommandContentProvider contentProvider, AdomdPropertyCollection commandProperties, IDataParameterCollection parameters)
at Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteNonQuery()
at ST_21abff9032a34414a6c808bf3ed50427.csproj.ScriptMain.ExecuteXMLAProcessCommand(AdomdConnection conn, String processCommand)
at ST_21abff9032a34414a6c808bf3ed50427.csproj.ScriptMain.Main() --- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,
MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments,
Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters,
CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs,
ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) at
Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript() End Error Warning: 2012-09-20 22:56:46.59 Code: 0x80019002 Source: Initial Process Cube
Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. End Warning Warning: 2012-09-20 22:56:46.60 Code: 0x80019002 Source: Cube Database Data Processing
Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. End Warning Warning: 2012-09-20 22:56:46.60 Code: 0x80019002 Source: AHC_Processing Description:
SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumEr...
Process Exit Code 1. The step failed.
Rajkumar Yelugu