Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to run a SQL Server 2005 Integration Services package as a SQL Server Agent job step


Summary

This article describes how to run a Microsoft SQL Server 2005 Integration Services (SSIS) package as a SQL Server Agent job step.

↑ Back to the top


More Information

To run an Integration Services package as a SQL Server Agent job step, use one of the following methods.

Method 1

  1. Create a SQL Server Agent job step that runs the package. When you create the job step, click SQL Agent Service Account in the Run as list in the New Job Step dialog box.

    Note You must be a member of the sysadmin fixed server role to specify SQL Agent Service Account for the job step.
  2. Grant the appropriate permissions for the SQL Server Agent service account so that the SQL Server Agent service account meets the security context requirement for the package.

    Note These permissions are required for the package to access the necessary resources.

Method 2

  1. Create a Microsoft Windows user account that meets the security context requirement for the package.
  2. Create a credential in an instance of SQL Server 2005.

    Note A credential is a record that contains the authentication information. The authentication information is needed to connect to a resource that is outside SQL Server.
  3. Create a SQL Server Agent proxy in the instance of SQL Server 2005. When you create the SQL Server Agent proxy, perform the following operations for the SQL Server Agent proxy in the New Proxy Account dialog box:
    • In the Credential name box, click the credential that you created in step 2.
    • Under Active to the following subsystems, click to select the SQL Server Integration Services Package check box.
    Note SQL Server Agent proxies define the security context for a job step. SQL Server Agent proxies use credentials to store information about Windows user accounts. The user who is specified in the credential must have the "Log on as a batch job" permission on the computer that is running SQL Server 2005. You can grant the "Log on as a batch job" permission to a user in the Local Group Policy Editor.
  4. Create a SQL Server Agent job step that runs the package. When you create the job step, click the SQL Server Agent proxy that you created in step 3 for the job step in the Run as list in the New Job Step dialog box.
After you schedule the package, SQL Server Agent may not run the package as a job step successfully. However, if you run this package outside SQL Server Agent, the package can complete successfully. If this problem occurs, click the following article number to view the article in the Microsoft Knowledge Base to troubleshoot the problem:
918760 An SSIS package does not run when you call the SSIS package from a SQL Server Agent job step

↑ Back to the top


References

For more information about how to create a credential in SQL Server 2005, visit the following Microsoft Developer Network (MSDN) Web site: For more information about how to create a SQL Server Agent proxy in SQL Server 2005, visit the following MSDN Web site: For more information about how to create a job step that runs a package in SQL Server 2005, visit the following MSDN Web site: For more information about SQL Server Agent proxies, visit the following MSDN Web site: For more information about how to schedule a SQL Server 2005 Integration Services package by using the 64-bit SQL Server Agent, click the following article number to view the article in the Microsoft Knowledge Base:

934653 How to use the 64-bit SQL Server Agent to schedule a SQL Server 2005 Integration Services package

For more information about the "Log on as a batch job" permission, visit the following MSDN Web site:

↑ Back to the top


Keywords: kbexpertiseadvanced, kbhowto, kbinfo, kb

↑ Back to the top

Article Info
Article ID : 912911
Revision : 3
Created on : 4/20/2018
Published on : 4/20/2018
Exists online : False
Views : 103