X386: Conflicting definitions for the same variable or parameter. Description

The SQL Server has received a parameter or host variable from the client application that does not match the data type it expected.
Restriction: This topic applies to Windows environments only.

If this error occurs in a stored procedure, check that the parameters passed to the XDB Server match the procedure's parameter definitions in SYSIBM.SYSPROCEDURES. If this error occurs in an SQL statement, check that the variables it passes to the XDB Server match the data type the XDB Server expects.