hi
I am calling the root package of my project with the command below but it is throwing the error given below. Please help me out.
C:\Program Files\Microsoft SQL Server\100\DTS\Binn>DTEXEC.EXE /F "C:\Documents and Settings\atomar\My Documents\LERAS\SSIS\PMIERP_LEAF\PKG_LEAF_MASTER.dtsx"
Microsoft (R) SQL Server Execute Package Utility
Version 10.0.1600.22 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 4:45:44 PM
Error: 2010-10-27 16:45:44.83
Code: 0xC0011007
Source: {37DCE88A-2E94-4462-93C0-3168DB26EA4D}
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-10-27 16:45:44.85
Code: 0xC0011002
Source: {37DCE88A-2E94-4462-93C0-3168DB26EA4D}
Description: Failed to open package file "C:\Documents a" due to error 0x800C0006 "The system cannot locate the object 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<
View Complete Post