cancel
Showing results for 
Search instead for 
Did you mean: 

proxy was not working in sap r/3

Former Member
0 Kudos

Hi All,

I have a scenario from jdbc to SAP.I have made serverproxy.The proxy was not working.I have test the proxy backend it is working fine,but i am staring jdbc channel the data was not insert in to the database table in sap.I have checked in sxmb_moni in sap r/3 system is showing scuessfully,but data was not sent to proxy.I have put one break point in the code for debugging the proxy.But data was not comming to breakpoint.Kindly help me.

Thanks

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi Ravi

Check your proxy coding by manual testing.

sproxy---select your MI....test proxy..

test data will be genetrated and will be processed in SAP.

Check if data is populated successfully in SAP.

Regards

Abhijit

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, did you check the payload of your message in the sxmb_moni, this payload have any data?? check also the payload after the mapping in the pipeline, if there's no data, obviously no data will be arrive to R/3.

Former Member
0 Kudos

Hi Marco,

i have checked my payload both side in sxmb_moni.The data is comming properly.but it is not inserting into the database table in R/3.

Thanks

Ravi

Former Member
Former Member
0 Kudos

Ravi,

It seems you are using a JDBC channel to post the data into SAP but you have to use server proxies (or RFC,Idoc) to post data into SAP.

And If you are already using proxy then try to put a breakpoint in the server proxy method and debug.

former_member181962
Active Contributor
0 Kudos

Points to check.

1) JDBC adapter level monitoring in RWB of XI system.

2) SXMB_MONI of your XI system.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi,

sender jdbc is working fine.No errors in SXMB_moni on both the systems.

Thanks

ravi

Former Member
0 Kudos

Ravi,

Can you please check the detailed steps in RWB--> CC monitoring.

Are you sure there are valid records in you sender Db ?