cancel
Showing results for 
Search instead for 
Did you mean: 

problem in executing SP using reciver JDBC adapter

Former Member
0 Kudos

Hi all,

when i am execting a SP using Reciever JDBC adapter i am getting the below error,

com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'WD_WRAP_PROCESS_APPMT_REQ_PR' (structure 'STATEMENT'): java.lang.IllegalArgumentException

i guess this error is because of DATE field that i am using in the SP. can any one give me the solution how to handle DATE field.

Thank You,

Madhav

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

it is solved, by giving the input type as DATE and date format in communication channel

former_member181985
Active Contributor
0 Kudos

Try this format: YYYY-MM-DD

you can give a trial and error with other date formats. Better ask DB guy what format they are expecting.

RameshGulipall
Active Participant
0 Kudos

HI Madhav,

you check the below weblog for data and time issue with DB.

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID0760453250DB00677869991075830602End...

hope it will use for issue.

Regards,

Ramesh