cancel
Showing results for 
Search instead for 
Did you mean: 

synchronous JDBC Receiver response

former_member196023
Active Participant
0 Kudos

Hi All,

I have one scenario from Proxy to asynchronous JDBC Receiver. everything is running fine...

I want to make it to have synchronous communication, so i'll make both the service interface to set as synchronous one.

now my questions are

Shat could be the possible response in case of success or fail for JDBC Receiver?

What structure should I define to handle such kind of response?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Your response datatype name should contain "<anyname>_response".

Check this blog for more details.

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Thanks

Ramg

former_member196023
Active Participant
0 Kudos

thnx.

in my scenario I want to show if any error like

mandagory field value is missing

type cast error while inserting

truncation error

etc.

how to handle such thigs?

former_member200962
Active Contributor
0 Kudos

Such errors are to be populated by the end system....if your end system supports application exceptions (response/ack) and is able to send those back then you can have the error details.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Haresh,

Following links may be a good read for your case.

http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/25/a45c3cff8ca92be10000000a114084/content.htm

For error handling there could be two approaches.

If you only want to highlight the error in MONI then making use Fault messages seems more appropriate.

If you want some actino to be taken at Sender system then a response may be more helpful.

Revert for a more indepth discussion.

Ankesh

Answers (0)