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.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • 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.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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