Rob Marsh
Rob Marsh

Reputation: 571

multiple parameters from variables in Process Task Editor

This is driving me potty.

I'm trying to pass two SSIS variables to a command line executable using an Execute Process Task object.

No matter what I try, the values are not being passed through.

This is how it is set currently:

SSIS example

The variables are in scope and are of type string (representing integer values).

Upvotes: 1

Views: 1789

Answers (1)

Rob Marsh
Rob Marsh

Reputation: 571

Sods law came into effect after posting this question. I tried evaluating my variables as an expression and assigning the resulting string to the arguments property.

I don't see why this would work over the example I gave, but it does, so I'm using that.

Upvotes: 2

Related Questions