Hi,
I have a ssis package created in sql server 2005. I am trying to run this in sql server 2008. when I run the command "exec xp_cmdshell 'dtexec /f "C:\MyPackage.dtsx"'" I get the following error.
There was an exception while loading Script Task from XML: System.IO.IOException: There is not enough space on the disk.
I have a script task in the package and there is where it is failing. I do not visual studio 2008 to convert this package to 2008 version. Is there a way to fix this?
Thanks, sridhar.