Question : SQL 2008 SSIS Package Issue

I have a SSIS package that was working fine in SQL 2005 however I recently removed SQL 2005 and installed 2008 and the package no longer works.  There is a XML file that contains all of the configuration values which appears to be read because I can see the values when I try to execute the package under configruation.  However when the package runs I get a number of error messages basically saying it can not read the XML file.  Permissions remained the same so I think I can rule that out.

Answer : SQL 2008 SSIS Package Issue

Suggestion!

When you ran the SSIS did you try it from Visual Studio IDE? Also when it errored are you running directly from the Server. If so one thing I can think of is the Path that you are giving for the configuration. Is the path to the configuration same in both SQL 2005 and SQL 2008?

I would also try creating a new Configuration file and see whether the package work with that just in case the file is corrupt. It happens if you try opening the file in some XML editor and saving it.

Regards,
Nachi
Random Solutions  
 
programming4us programming4us