Server OS: Windows 2003 x64 sp2
SQL Server 2005 x64 w/SP3
I have a SSIS package (ProtectionLevelontSaveSensitive) that has been imported to Integration Services as a file. The file has not been stored in the default location during the package creation. No problems w/the import and when I execute the package from within the store it runs w/o error.
I schedule the package to run choosing "Package Source: SSIS Package Store" and setting the "Run as: SQL Agent Service Account".
The account that is running the SQL Server Agent Service is a sysadmin and belongs to the Administrators group on the local machine. It is also the same account that is running the Intergation Services and the SQL Server Service.
The job always errors out with the following msg:
Executed as user: Domain\user_account. Microsoft (R) SQL Server Execute Package Utility Version 9.00.4035.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:01:00 AM Could not load package "\File System\Package_Name" because of error 0x80070005. Description: Access to the path 'C:\Program Files\Microsoft SQL Server\90\DTS\Packages\Package_Name.dtsx' is denied. Source: mscorlib Started...
I've looked at the following KB article: and this one as well but have had no luck resolving my problem...any suggestions?
SQL Server 2005 x64 w/SP3
I have a SSIS package (ProtectionLevelontSaveSensitive) that has been imported to Integration Services as a file. The file has not been stored in the default location during the package creation. No problems w/the import and when I execute the package from within the store it runs w/o error.
I schedule the package to run choosing "Package Source: SSIS Package Store" and setting the "Run as: SQL Agent Service Account".
The account that is running the SQL Server Agent Service is a sysadmin and belongs to the Administrators group on the local machine. It is also the same account that is running the Intergation Services and the SQL Server Service.
The job always errors out with the following msg:
Executed as user: Domain\user_account. Microsoft (R) SQL Server Execute Package Utility Version 9.00.4035.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:01:00 AM Could not load package "\File System\Package_Name" because of error 0x80070005. Description: Access to the path 'C:\Program Files\Microsoft SQL Server\90\DTS\Packages\Package_Name.dtsx' is denied. Source: mscorlib Started...
I've looked at the following KB article: and this one as well but have had no luck resolving my problem...any suggestions?