DTSOLAPProcess DTS Task fails with Object variable or With block variable not set error -
04-12-2004
, 10:42 PM
I'm using the BI Accelerator and am experiencing the following problem in
the Processing_Hier DTS Package:
Every once in a while a dimension will not process and receives the
following error:
DTSRun OnError: Process_Step, Error = -2146828197 (800A005B)
Error string: Object variable or With block variable not set
Error source: DSO
Help file:
Help context: 1000091
This error is related to the DTSOLAPProcess DTS Task.
I can run the update process a second time and a different dimension will
have this error, or all dimensions may even work successfully even though
nothing has changed since my first run of it.
Can anyone tell me what may be happening here, and why?
I can get around it by trapping the error and re-submitting the step, which
in effect starts another process to run the step which works, but this is
not the best way to solve a problem.
Any ideas would be appreciated.
Regards
Aaron |