SSIS error

Naomi Nosonovsky 8,881 Reputation points
2025-11-25T18:27:45.5966667+00:00

Good morning everyone,

I'm getting the following error

[Execute SQL Task] Error: Executing the query "DECLARE @ReturnCode INTEGER = 0;

[Execute SQL Task] Error: Executing the query "DECLARE @RerurnCode INTEGER = 0;

excute ? OUTPU..." failed with the following error: "No value given for one or more required parameters.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

where the SQL task is defined this way:User's image


DECLARE @RerurnCode INTEGER = 0;

excute ? OUTPUT = dbo.process_incoming_facets_terminations_from_missing;

SELECT ?;

I'm not sure what is wrong with the code. The @RetunCode in defined this way:

Thanks in advance.

SQL Server Integration Services
{count} votes

Your answer

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