Hi,
I have developed DTS Package in a Clustered environment in SQL2000 Analysis server.I can execute this package from Enterprize Manager design window successfully.
Now I want to automate this process through scheduling a Job. I created a job for this package to execute. The user which is running this job has all Domain level Administrative permissions.
In my DTS package I am runing sripts to create dimension as well as fact tables. these scripts are running successfully as a part of this package.
Once I run this scheduled job I come across the following error while processing cubes:
"
Error:
Error source: DSO
Help file:
Help context: 1000440
DTSRun OnFinish: DTSStep_DTSOlapProcess.Task_5
DTSRun OnStart: DTSStep_DTSCreateProcessTask_1
DTSRun OnStart: DTSStep_DTSActiveScriptTask_11
DTSRun OnFinish: DTSStep_DTSActiveScriptTask_11
DTSRun OnFinish: DTSStep_DTSCreateProcessTask_1
DTSRun OnStart: DTSStep_DTSOlapProcess.Task_1
DTSRun OnError: DTSStep_DTSOlapProcess.Task_1, Error = -2147221466 (80040026)
Error string: Your permissions on the server computer do not allow you to administer this Analysis server.
"
If I can get some clue of cube processing failure and recommended remedy I will appreciate it.
thanks
I have developed DTS Package in a Clustered environment in SQL2000 Analysis server.I can execute this package from Enterprize Manager design window successfully.
Now I want to automate this process through scheduling a Job. I created a job for this package to execute. The user which is running this job has all Domain level Administrative permissions.
In my DTS package I am runing sripts to create dimension as well as fact tables. these scripts are running successfully as a part of this package.
Once I run this scheduled job I come across the following error while processing cubes:
"
Error:
Error source: DSO
Help file:
Help context: 1000440
DTSRun OnFinish: DTSStep_DTSOlapProcess.Task_5
DTSRun OnStart: DTSStep_DTSCreateProcessTask_1
DTSRun OnStart: DTSStep_DTSActiveScriptTask_11
DTSRun OnFinish: DTSStep_DTSActiveScriptTask_11
DTSRun OnFinish: DTSStep_DTSCreateProcessTask_1
DTSRun OnStart: DTSStep_DTSOlapProcess.Task_1
DTSRun OnError: DTSStep_DTSOlapProcess.Task_1, Error = -2147221466 (80040026)
Error string: Your permissions on the server computer do not allow you to administer this Analysis server.
"
If I can get some clue of cube processing failure and recommended remedy I will appreciate it.
thanks