Hello,
I Have a scenario, where I am trying to Send IDOC Data to SQL Stored Procedure, and Stored Procedure has just one Parameter which will take the entire XML Data.
I have implemented the parameter in Message mapping and Operation Mapping, when I test it on OM I am seeing the value being filled as required.
though in the Receiver Channel, I am getting the below Error.
| Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'str_prc_client' (structure 'Client'): com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function 'Str_prc_client' expects parameter '@XMLData', which was not supplied. | |||
![]() | 11/16/15 5:32:04 AM | 0050568a-15f8-1ee5-a38a-b52021c7036f | Error processing request in sax parser: Error when executing statement for table/stored proc. 'str_prc_client' (structure 'Client'): com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function 'Str_prc_client' expects parameter '@XMLData', which was not supplied. |
![]() | 11/16/15 5:32:04 AM | 0050568a-15f8-1ee5-a38a-b52021c7036f | Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'str_prc_client' (structure 'Client'): com.microsoft.sqlserver.jdbc.SQLServerException: Procedure or function 'Str_prc_client' expects parameter '@XMLData', which was not supplied. |
Regards,
Pranay
