0x00560001 (5636097) The stored procedure output or input-output parameter did not return a value for parameter number: parameter-number.
Explanation
A parameter to a stored procedure is bound as OUTPUT or as INPUT/OUTPUT, but the stored procedure defines the parameter as INPUT.
sqlstate: 01000
User response
Bind the parameter correctly as INPUT.