Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Monday, September 27, 2010 6:25 PM
When I execute a DTSX (which was developed in BIDS 2005) in through
command prompt (on a server which only has SQL Server 2005 and SSIS 2005) using dtexec.exe against /File paramger, it was working perfectly fine.
However, I get the following error message after executing on a server which has SQL Server 2005 and SSIS 2005 & 2008. Is it possible to execute a DTSX, which was developed in BIDS 2005, on a server that has both SSIS 2005 & 2008? Please advise. I often get the following error message in such case. Thanks!
Command:
"c:\Program Files\Microsoft SQL Server\90\DTS\Binn\dtexec" /FILE \server123\DATA\AMP.dtsx /DECRYPT PassWordd > \server123\DATA\output.txt
Error MSG:
Microsoft (R) SQL Server Execute Package Utility
Version 9.00.4035.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 8:40:30 PM
Error: 2010-09-26 20:40:30.84
Code: 0xC0011007
Source: {0C157B60-C291-43ED-84A9-23F0DC7D5862}
Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
End Error
Error: 2010-09-26 20:40:30.84
Code: 0xC0011002
Source: {0C157B60-C291-43ED-84A9-23F0DC7D5862}
Description: Failed to open package file "\server123\DATA\AMP.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
End Error
Could not load package "\server123\DATA\AMP.dtsx" because of error 0xC0011002.
Description: Failed to open package file "\server123\DATA\AMP.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
Source: {0C157B60-C291-43ED-84A9-23F0DC7D5862}
Started: 8:40:30 PM
Finished: 8:40:30 PM
Elapsed: 0.078 seconds
Also, tried the following way and got the error message....fyi
Command:
"c:\Program Files\Microsoft SQL Server\90\DTS\Binn\dtexec" /FILE Z:\DATA\AMP.dtsx /DECRYPT PassWordd > Z:\DATA\output.txt
ERROR MSG:
Microsoft (R) SQL Server Execute Package Utility
Version 9.00.4035.00 for 64-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 1:34:50 PM
Progress: 2010-09-27 13:34:51.28
Source: Customer Feed File Insert into UpdateTbl
Validating: 0% complete
End Progress
Progress: 2010-09-27 13:34:51.28
Source: Customer Feed File Insert into UpdateTbl
Validating: 33% complete
End Progress
Error: 2010-09-27 13:34:51.28
Code: 0xC020801C
Source: Customer Feed File Insert into into UpdateTbl OLE DB Destination [2157]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "OLE BusinessDB" failed with error code 0x80004005. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
End Error
Error: 2010-09-27 13:34:51.28
Code: 0xC0047017
Source: Customer Feed File Insert into UpdateTbl DTS.Pipeline
Description: component "OLE DB Destination" (2157) failed validation and returned error code 0xC020801C.
End Error
Progress: 2010-09-27 13:34:51.28
Source: Customer Feed File Insert into UpdateTbl
Validating: 66% complete
End Progress
Error: 2010-09-27 13:34:51.28
Code: 0xC004700C
Source: Customer Feed File Insert into UpdateTbl DTS.Pipeline
Description: One or more component failed validation.
End Error
Error: 2010-09-27 13:34:51.28
Code: 0xC0024107
Source: Customer Feed File Insert into UpdateTbl
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 1:34:50 PM
Finished: 1:34:51 PM
Elapsed: 1.123 seconds
Wednesday, October 27, 2010 12:06 PM
Can you please check the similar thread for your problem...
and check here also
let us know your observation..
Let us TRY this |
My Blog :: http://quest4gen.blogspot.com/