Dear Experts,
I have a scenario where XI has to pick the file from ftp and update the data into database through JDBC
XI is picking the file successfully but while sending the data to JDBC we are facing the below error in the Communication channel.
Please give me the right solution for this
Unable to execute statement for table or stored procedure. 'SPName' (Structure 'StatementName') due to com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function SPName has too many arguments specified
JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. 'SPName' (structure 'StatementName'): com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function SPName has too many arguments specified.
Exception caught by adapter framework: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SPName' (structure 'StatementName'): com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function SPName has too many arguments specified.
Thanks in advance.
Thanks
KiranKumar