Tue 7 Jul 2009
SSIS: SQL Server Agent Job (run packages)
Posted by Ralf under SQL Server
[87] Comments
If you experience following error “Executed as user: MyDomain\SQLServer. The package execution failed. The step failed.”
then check that your Service User for the SQL Server Agent has full file permissions to all packages, config files and log files!
Moreover this service user should be member of the SQL Server DTS Group.
87 Responses to “ SSIS: SQL Server Agent Job (run packages) ”