Hi,
I got a DTS that runs fine when executed manually.
When scheduling this DTS with a job, the job fails, returning the following
message , in the job history log:
... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSDataPumpTask_4 DTSRun OnStart:
DTSStep_DTSDataPumpTask_6 DTSRun OnStart: DTSStep_DTSDataPumpTask_2
DTSRun OnError: DTSStep_DTSExecuteSQLTask_1, Error = -2147217887 (80040E21)
Error string: The property 'Use Encryption for Data' is not supported.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts.hlp Help context: 1100 Error Detail Records:
Error: -2147217887 (80040E21); Provider Error: 0 (0) Error string:
The property 'Use Encryption for Data' is not supported. Error source:
Microsoft Data Transformation Services (DTS) Package Help file:
sqldts.hlp Help context: 1100 Error: -2147217887 (80040E21);
Provider Error: 0 (0) Error string: Multiple-step OLE DB operation
generated errors. Check each OLE DB status value, if available. No work was
done. ... Process Exit Code 24. The step failed.
Whta does it mean?
Note: other DTS's run fine in jobs - it just one specific DTS's
We are running SQL7, SP3 on server and all workstations running SQL.
Thanks