Hi all,
i am trying to schedule package using sql server agent job from the file sysytem i am getting the below error.
if i run the same package from BIDS its running fine.
could anyone help me here.
"
Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 32-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 9:37:05 PM Error: 2018-08-30 21:37:05.39 Code: 0xC0011007 Source: {F9273086-B078-4D7D-976E-42AA11F72A9B} 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: 2018-08-30 21:37:05.39 Code: 0xC0011002 Source: {F9273086-B078-4D7D-976E-42AA11F72A9B} Description: Failed to open package file "C:\abc\ETL\Integration Services Project1\aa.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format. End Error Could not load package "C:\abc\ETL\Integration Services Project1\aa.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\abc\ETL\Integration Services Project1\aa.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format. Source: {F9273086-B078-4D7D-976E-42AA11F72A9B} Started: 9:37:05 PM Finished: 9:37:05 PM Elapsed: 0.171 seconds. The package could not be found. The step failed. "
Thanks,