Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-17 : 08:26:20
|
| Michael writes "Hi,I have created a Windows Service that is able to Start a DTS Package on a SQL Server. The Windows Service runs on a normal Workstation as a Domain User having Administrator Rights on the Workstation and on the SQL Server. When executing a DTS Package, which i created for testing issues, in the Enterprise Manager it completes successfully. If it is started by the Service some tasks execute, but the Data Bump Tasks always fail with the message:The Data Pump Task requires Transformations to be specified.Could you please help?This is the content of the Packages Log File:#################################################################The execution of the following DTS Package succeeded: Package Name: TESTPackage Description: Package ID: {E1997C9B-8F87-4D69-8416-D7F08C170C2E}Package Version: {91E7CCAF-DAF9-4F0B-932D-38DE994C920B}Package Execution Lineage: {3C4E5058-59C6-4B64-BE36-86BDD40AA21B}Executed On: <-- the workstation with the service runningExecuted By: <-- the User having the Admin PrivilegesExecution Started: 29.07.2004 08:51:22Execution Completed: 29.07.2004 08:51:22Total Execution Time: 0,07 secondsPackage Steps execution information:Step 'DTSStep_DTSDataPumpTask_1' failedStep Error Source: Microsoft Data Transformation Services (DTS) PackageStep Error Description:The Data Pump Task requires Transformations to be specified.Step Error code: 80040408Step Error Help File:sqldts80.hlpStep Error Help Context ID:1100Step Execution Started: 29.07.2004 08:51:22Step Execution Completed: 29.07.2004 08:51:22Total Step Execution Time: 0 secondsProgress count in Step: 0Step 'DTSStep_DTSCreateProcessTask_1' succeededStep Execution Started: 29.07.2004 08:51:22Step Execution Completed: 29.07.2004 08:51:22Total Step Execution Time: 0,05 secondsProgress count in Step: 0#################################################################" |
|
|
|
|
|