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.
Author |
Topic |
goris
Starting Member
1 Post |
Posted - 2009-11-19 : 18:17:20
|
Here is the deal:Failed to load XML from package file due to error 0xC00CE556 "Invalid at the top level of the document. Line 652, 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.This happens when I try to add existing package to opened project. The package was working fine yesterday, nothing has changed. The only thing is that files are copied from one machine to another.Why does this happen? Second time or so...Is there any way or utilty that can check dtsx XML file for errors? |
|
svicky9
Posting Yak Master
232 Posts |
Posted - 2010-01-17 : 04:39:14
|
The visual studio versions may be different on both machines.Did you copy the entire solution or did you copy the dtsx files alone?Try creating an empty SSIS solution and add the dtsx packages. Let me know if this workshttp://www.sqlserver007.com |
|
|
fguiccia
Starting Member
3 Posts |
Posted - 2010-04-01 : 04:56:58
|
Thanks svicky9! I have that problem and your solution was the answer!Ferruccio GuicciardiBI Consultant |
|
|
ashrun1230
Starting Member
2 Posts |
Posted - 2012-01-20 : 06:31:20
|
Same case here. I have followed the solution but it is not working for me. :( |
|
|
srinidhig
Starting Member
4 Posts |
Posted - 2012-03-27 : 10:55:15
|
quote: Originally posted by ashrun1230 Same case here. I have followed the solution but it is not working for me. :(
I have the same issue. Any workaround for this? |
|
|
|
|
|