Hi ,
My ssis packages (file system ) are there in one server(prod1) and I created the job using server agent from other server (prod2).Job need to execute dtsx package in prod1.
Both are windows sql 200r2.But my job is failing by the below error,please help.
MessageExecuted as user: xxxxxx\SYSTEM. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 2:30:02 AM Error: 2013-04-25 02:30:05.44 Code: 0xC0011007 Source: {3CD11400-260F-4BB5-A884-B269EB32DFA8} 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: 2013-04-25 02:30:05.47 Code: 0xC0011002 Source: {3CD11400-260F-4BB5-A884-B269EB32DFA8} Description: Failed to open package file "D:\xxxxxxx\xxxxx\ETL_Packages\ETL_Packages\xxxxx" due to error 0x80070003 "The system cannot find the path 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 "D:\xxxxxxx\xxxxx\ETL_Packages\ETL_Packages\xxxxx" because of error 0xC0011002. Description: Failed to open package file "D:\xxxxxxx\xxxxx\ETL_Packages\ETL_Packages\xxxxx" due to error 0x80070003 "The system cannot find the path 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. Source: {3CD11400-260F-4BB5-A884-B269EB32DFA8} Started: 2:30:02 AM Finished: 2:30:05 AM Elapsed: 2.652 seconds. The package could not be found. The step failed.