SSIS - Problems while executing package from SQL Server Agent Job

After being an active member for more than 2 years on Stackoverflow.com, I can say that one of the most popular SSIS problems is that the Package was executed successfully from Visual Studio but it encountered an error while being executed from SQL Server Agent Job.

When SSIS packages are executed from SQL Server they access File System using the SQL Server Service Account NT SERVICE\MSSQL$<Instance Name> (Where <Instance Name> should be replaced by the installed instance name). You have to Grant this account to access the selected directories or run the SQL job using a proxy account.
You can refer to the following link for a step-by-step guide for each suggestion:
SQL Server Serivce account Permissions:
Setting proxy account:

Comments

Post a Comment

Popular posts from this blog

SSIS - Script Task error: Exception has been thrown by the target of an invocation.

Don’t install Hadoop on Windows!

SSIS - script component DateTime Formats Implicit Conversion