cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC response issue

Former Member
0 Kudos

Hi,

I got some response issue in testing rfc2jdbc sync

response does not mapped between JDBC response and RFC export parameters.

in SXMB_MONI, payload of Call Adpater,

<?xml version="1.0" encoding="utf-8" ?>

- <ns1:MT_TEST_In_response xmlns:ns1="http://test.net/test01">

- <state1_response>

<update_count>1</update_count>

<insert_count>0</insert_count>

</state1_response>

</ns1:MT_TEST_In_response>

DT_TEST_In_response had same structure as above,

state1_response

update_count

insert_count

payload of request message mapping.

<?xml version="1.0" encoding="UTF-8" ?>

<ns1:ZFM_SEND_TEST01.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions" />

In Mapping Message, i mapped insert_count and update_count to rfc export parameter.

a few month ago, i have no problem, but i do not know why it is not working to map.

please advice

thanks

venjamin.

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi venjamin,

copy your message from jdbc and test it at integration builder. Tab "Test" and put select option "trace" to value "all" to find out reason of error.

Regards,

Udo

Former Member
0 Kudos

Hi,

all of them, succesfull even if payload of response did not map as the following,

<?xml version="1.0" encoding="UTF-8" ?>

<ns1:ZFM_TEST01.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions" />

moni, and rwb, all of them does show as 'successful'

why does't it map between JDBC_Response and RFC Export parameter?

on moni, jdbc_response is being returned as well, but not map.

does anybody experience such a issue?

thanks

venjamin

Former Member
0 Kudos

Hi Venjamin,

From the dicussion i understand that JDBC is succesfully giving rows as result set but u are not able to map to RFC export.

Go to Interface Mapping and choose ur source and target Interfaces again,click on Read Interfaces and choose ur mappings again.Activate the Design Objects.

Just give it a try.

Regards,

Sudharshan

Former Member
0 Kudos

Hi,

i solved, this issue was happened by type.

thanks for all the response.

venjamin.

Former Member
0 Kudos

Hi Venjamin,

I have the same issue, with mapping back the response from JDBC to RFC,in RWb, I could see the messages as sucessful,But I am not able to see the details from Stored procedure back from the third party system.

You have written that you solved the issue by Stating the problem was type.

Can you kindly help me please.

Thank You,

KishoreJ.