I have a developer that is fighting going to SSIS, they are more comfortable with DTS and I have to support it.
They have a DTS package that gets data from an Access database, transforms it, and puts it into a SQL Server 2005 database. This package works fine for them when they execute it. I can execute the package and have it work. But if it is in a job, it is failing and I haven't been able to figure out the solution. The error is:
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: 2007-03-09 05:00:02.21 Code: 0xC0011002 Source: {570F75FF-0EB6-4565-9B2D-237727B1755D} Description: Failed to open package file "Update Data from Access.dts" 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 "Updat. The step failed.
Has anyone else had this issue and been able to resolve it? It's strange (to me) that I can run the DTS package by itself and it works, but if I run the job it fails.
-SQLBill
Posting advice: FAQ481-4875
They have a DTS package that gets data from an Access database, transforms it, and puts it into a SQL Server 2005 database. This package works fine for them when they execute it. I can execute the package and have it work. But if it is in a job, it is failing and I haven't been able to figure out the solution. The error is:
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: 2007-03-09 05:00:02.21 Code: 0xC0011002 Source: {570F75FF-0EB6-4565-9B2D-237727B1755D} Description: Failed to open package file "Update Data from Access.dts" 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 "Updat. The step failed.
Has anyone else had this issue and been able to resolve it? It's strange (to me) that I can run the DTS package by itself and it works, but if I run the job it fails.
-SQLBill
Posting advice: FAQ481-4875