This indicate that the number of parameters is invalid OR the type of the parameters is wrong.
It seems that there is 7 input param in your command and you say that there is only 6 (If each ‘?’ is an input param). Maybe you should search that way.
Mathieu,
Thanks for your reply. I could solve the problem.
I didn’t know that Stored Procedure Adapter was either for Procedures or Functions. So, I had filled Return Field Name (Call Tab) and Out Parameter (Parameter Tab).
I removed Return Field Name and the problem was solved.