I have an execute sql task , where i have used an sql query to get the data, now the result of this data has to be passed to three varibales.
So in Execute SQL TASK, i have done mapping in the following way
ResultType —— FullResultSet
ParamterMapping — id
ResultSet
0 path
1 file
2 Type
Variables path, file and type are of string type.
when i run the package EST is throwing the following error.
[Execute SQL Task] Error: There is an invalid number of result bindings returned for the ResultSetType: “ResultSetType_Rowset”.
Are you trying to save multiple rows in your variable? If you do, don’t set the result set to ‘single row’. If not, your variable types have to be of type object.
Maybe have a look at this as reference, too.
http://www.networksteve.com/enterprise/topic.php?TopicId=44489