Executing SSIS package through SQL job

  • Hi,

    I have a SSIS package with FTP task. When I run I got error Login is not allowed.

    So I changed the package encryption using encrypt sensitive data with password. It ran fine from command line but how it will work through SQL Job?

    Do we need to change anything? The package doesn't have any configuration file

  • SQL server agent jobs has an option to run SSIS package as step

    very straight forward, if you can google you get loads of blogs but this is the closest I can think of

    https://www.mssqltips.com/sqlservertutorial/220/scheduling-ssis-packages-with-sql-server-agent/

  • It works me in this way

    Instead of running as proxy account, you can modify the SQL job enter the password at the commandline. It is working fine for me

  • ramana3327 (3/29/2016)


    It works me in this way

    Instead of running as proxy account, you can modify the SQL job enter the password at the commandline. It is working fine for me

    This may 'work fine', but it does not sound secure.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • Why it is not good option?

  • ramana3327 (4/25/2016)


    Why it is not good option?

    Storing passwords anywhere in plain text, when there is an alternative not to, is why.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply