In a Stored Procedure transformation, the parameter type of the specified parameter does not match the defined type for the parameter. The parameter types are INPUT, OUTPUT, and INOUT.
This error might occur if you change the ports in a Stored Procedure transformation.
DTLODBC returns error code (-1).
Verify that the ODBC request parameters match the Stored Procedure definition. ODBC request parameters are input (1), output (4), and inout (2).