SSIS package error
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 format. End Error Could not load package "C:\Documents a" because of error 0xC0011002. 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 format. Source: {37DCE88A-2E94-4462-93C0-3168DB26EA4D} Started: 4:45:44 PM Finished: 4:45:44 PM Elapsed: 0.047 seconds
October 27th, 2010 8:03am

Can you please check the similar thread for your problem... and check here also http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/dce3bfb5-173b-4d5c-ae4b-ad6239d93548 let us know your observation.. Let us TRY this | My Blog :: http://quest4gen.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
October 27th, 2010 8:07am

Hi Tomar, From the error message "Could not load package "C:\Documents a" because of error 0xC0011002.", we can know the DTEXEC tried to load "C:\Documents a", not "C:\Documents and Settings\atomar\My Documents\LERAS\SSIS\PMIERP_LEAF\PKG_LEAF_MASTER.dtsx". It might be caused by space in the path. Generally, we can use double quotes around the path to solve the issue. However, in this case, it seems the double quotes had been used. It is a little confused. As another workaround, could you please try to copy the packge to another folder with spaces in the folder name, and then try to execute the package again? For example: C:\Program Files\Microsoft SQL Server\100\DTS\Binn>DTEXEC.EXE /F "C:\SSIS\PKG_LEAF_MASTER.dtsx" If you have any more questions, please feel free to ask. Thanks, Jin ChenJin Chen - MSFT
October 29th, 2010 3:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics