Unable to run a SSIS package from SSMS

Vivek Devalkar 122 Reputation points
2021-03-11T17:56:01.7+00:00

We have a production server where we have several SSIS packages. These packages run fine when scheduled via a job and I can run them via SSMS when I remote into the server/VM.

However, when I connect to the server via SSMS on my local machine and try to execute/validate a package it just says Pending execution.

Is there something I need to do to make it work via SSMS from my local machine?

76874-image.png

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,451 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 24,941 Reputation points
    2021-03-11T18:00:46.077+00:00

    Hi @Vivek Devalkar ,

    That's the nature of the beast.
    You need to be on the SSIS server via Remote Desktop or Kerberos settings should be setup properly.

    Good link on the subject: Getting Cross Domain Kerberos and Delegation working with SSIS Package

    0 comments No comments

  2. Monalv-MSFT 5,891 Reputation points
    2021-03-12T06:23:23.47+00:00

    Hi @Vivek Devalkar ,

    1.Please run the ssis package in catalog again.

    2.Could you please check if the user in ssis catalog has full permissions to run the ssis package?

    3.Please refer to Integration Services Roles (SSIS Service).

    Best regards,
    Mona


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.