Hi,
i tried to create a job to run my SSIS package and i got this error below:
Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 11:00:00 AM Error: 2012-10-18 11:00:00.62 Code: 0xC0011007 Source: {1BC91A8A-388F-485A-A6AD-ADD73BDD0427} 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: 2012-10-18 11:00:00.62 Code: 0xC0011002 Source: {1BC91A8A-388F-485A-A6AD-ADD73BDD0427} Description: Failed to open package file "C:\Users\...\Package.dtsx" due to error 0x80070005 "Access is denied.". 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:\Users\...\Package.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\Users\...\Package.dtsx" due to error 0x80070005 "Access is denied.". 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: {1BC91A8A-388F-485A-A6AD-ADD73BDD0427} Started: 11:00:00 AM Finished: 11:00:00 AM Elapsed: 0.016 seconds. The package could not be found. The step failed.
Please i need assistance
Thanks
me