Hi guys,
Ok so basically heres the issue, I have a local instance of SQL server on my box i have created a SSIS package which gets data from a MySqlDB and from a SQL DB and then pumps that into a flat file and then emails the flat file, I am trying to execute it
via sql server agent i am pointing to the dtsx on my desktop file system and have tried running it connected as sa and as windows credentials i get this error each time...
Executed as user: Domain\PCName$. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 01:46:31 PM Error: 2012-08-03
13:46:31.84 Code: 0xC0011007 Source: {5224565C-ECAC-4AE6-9261-504470DD69F8} 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-08-03 13:46:31.84 Code: 0xC0011002 Source: {5224565C-ECAC-4AE6-9261-504470DD69F8} Description: Failed
to open package file "C:\Users\UserName\Desktop\Package.dtsx" due to error 0x80070005 "Access is denied.". 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 "C:\Users\UserName\Desktop\Package.dtsx" because of error 0xC0011002. Description: Failed
to open package file "C:\Users\UserName\Desktop\Package.dtsx" due to error 0x80070005 "Access is denied.". 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: {5224565C-ECAC-4AE6-9261-504470DD69F8} Started: 01:46:31 PM Finished: 01:46:31 PM Elapsed:
0.016 seconds. The package could not be found. The step failed.
Any help please :(