sql agent job not reading ssis record set object variable

jeffrey shumaker 20 Reputation points
2024-08-09T15:16:19.84+00:00

ignore question - found better solution for issue after reviewing logical resources

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,567 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 53,971 Reputation points
    2024-08-09T16:15:27.6433333+00:00

    Sounds like you might not have your package's parameters file set up on the server, but I'm guessing at this point. User::rs_bar means you defined a variable called rs_bar in your package. Are you setting that variable in your package code somewhere? If so then confirm that whatever it is using to get data is set properly on the server.

    If you are using package parameters then ensure that your parameters file is being included in your deployment to the server and that the package is using the parameters. See here for information on using the parameters when deployed.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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