Hi,
I missed to observe that your scenario is synchronous.
Stored procedure name is case-sensitive.
In advanced tab use, logSQLQuery true.
This will give the sql statement which is getting executed. Then try to execute the sql statement directly in database to check where exactly the error is.
Ambrish