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.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Uanable to open package. package is corrupted

Author  Topic 

ashrun1230
Starting Member

2 Posts

Posted - 2012-01-20 : 06:46:10
Failed to load XML from package file due to error 0xC00CE556 "Invalid at the top level of the document. Line 1652, Column 93". This happens when loading a package and the file cannot be opened or loaded correctly into an XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.

I have copied this package from other machine to my machine and open that solution that time i am getting an error.

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2012-01-30 : 19:09:39
How is the path to the xml file set? is is a shared folder \\sharedserver\ashrun1230\ or is it a drive letter F:\ashrun1230



If you don't have the passion to help people, you have no passion
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-01-30 : 19:42:47
are you trying to open package by clicking on it or by adding it in a integration services project?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -