The error:
Database Connector Error: '22018:[Microsoft][ODBC SQL Server Driver][SQL Server]Conversion
failed when converting the nvarchar value '%' to data type int. [Database Vendor Code: 245]'
The stored procedure contains one parameter that is data type int. There is not a % anywhere in the procedure nor are there any calculations using the int data type.