SQL Server Agent does not allow to set parameters for a SSIS package

Anonymous
2022-05-24T19:23:23.957+00:00

My SQL Server version is 2012.

I have an SSIS package that is registered in a SQL Server. I have created a SQL Server Agent Job to run my SSIS package.

The SSIS has parameters. So, I thought that a parameter may be set in SQL Server Agent Job GUI:

SQL Management Studio -> SQL Server Agent -> Jobs -> My Job -> Job Set properties -> configuration.
I see that a Parameters tab does exist, but it is disabled and displays nothing, whereas my SSIS has several parameters. See the screenshot attached.
205119-image.png

How can I fix this problem?

SQL Server Integration Services
0 comments No comments
{count} votes

Answer accepted by question author
  1. ZoeHui-MSFT 41,536 Reputation points
    2022-05-25T02:21:07.547+00:00

    Hi @Anonymous ,

    Please first have a double check that the package has parameter.

    I tested locally that if the package do not have parameter, we could not use the parameter.

    Secondly, please have a check if you have the full permission to modify Integration Services packages.

    Details you may refer to integration-services-roles-ssis-service.

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.