Pattycake245
Programmer
I have set up a DTS package which when executed through enterprise manager works fine. When I try and run it in QA I get the follwoing errors:
output DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1, Error = -2147217887 (80040E21)
Error string: Error opening datafile: The system cannot find the path specified.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
Error Detail Records:
Error: 3 (3); Provider Error: 3 (3)
Error string: Error opening datafile: The system cannot find the path specified.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
DTSRun OnFinish: DTSStep_DTSDataPumpTask_1
DTSRun: Package execution complete.
(21 row(s) affected)
My syntax is as follows:
exec master..xp_cmdshell 'dtsrun /S SERVERNAME /N PACKAGE NAME /E'
I have limited knowledge of running DTS's so if someone can interpret these erroRs and point me in the right direction that would be greatly appreciated. If I am reading part of the message right, "Error opening datafile: The system cannot find the path specified.", does this mean it cannot find the source file? If so, how can this be since it runs through EM. Am I missing something?
thanks, Tim
output DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1, Error = -2147217887 (80040E21)
Error string: Error opening datafile: The system cannot find the path specified.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
Error Detail Records:
Error: 3 (3); Provider Error: 3 (3)
Error string: Error opening datafile: The system cannot find the path specified.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
DTSRun OnFinish: DTSStep_DTSDataPumpTask_1
DTSRun: Package execution complete.
(21 row(s) affected)
My syntax is as follows:
exec master..xp_cmdshell 'dtsrun /S SERVERNAME /N PACKAGE NAME /E'
I have limited knowledge of running DTS's so if someone can interpret these erroRs and point me in the right direction that would be greatly appreciated. If I am reading part of the message right, "Error opening datafile: The system cannot find the path specified.", does this mean it cannot find the source file? If so, how can this be since it runs through EM. Am I missing something?
thanks, Tim