How do you debug an SSIS package within a specific environment.

Christopher Jack 1,616 Reputation points
2021-02-02T15:42:55.273+00:00

Hi,

I have inherited an SSIS package, that uses multiple environments. The job is launched from SQL Server where the environment is set.

ie .\environmentname

How would I go about testing a package with a specific environment variable?

Thanks

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

Accepted answer
  1. Monalv-MSFT 5,896 Reputation points
    2021-02-03T06:57:11.51+00:00

    Hi @Christopher Jack ,

    1.Could you please share the example of the environment variable?

    2.Could you please share where do you use the environment variable?

    3.Please check the environment when run the ssis package from SSIS Catalog in SQL Agent Job.
    We can refer to the following links:
    a.Parameterizing Connections and Values at Runtime Using SSIS Environment Variables
    b.catalog.create_environment_variable (SSISDB Database)

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful