Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Map Output Parameters SSIS Execute SQL Task

$
0
0

I have a stored procedure that takes four input parameters and has one output parameter. I have been trying to get the stored procedure call to work in an SSIS Execute SQL Task, but have had zero luck. I've been checking online and have found examples, but none of them have been successful when I've tried to implement them. It would be great is someone could take a look at what I'm doing and let me know if I'm missing something!

So, here's the text of the procedure:

In my Execute SQL Task, I call the stored procedure:

EXEC dbo.[prc_Insert_ETL_JOB_RUN] ?, ?, ?, ?, ? OUTPUT

I have five variables defined in the Execute SQL Task:

I have one result set that is mapped to a variable called JobrunID:

No matter what I try, I cannot get this simple Execute SQL Task to run! I continually get the "Multiple-step OLEDB operation generated errors" message.

Is there something simple I am missing? I do have the result set set to "single row" in the execute dialog.

Any insight would be GREATLY appreciated!!


A. M. Robinson



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>