cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to fetch response to ECC from PI...

Former Member
0 Kudos

Dear All,

I created a scenario like... ECC to JDBC and in return I will get 2 fields to ECC via PI.

I am able to get the response from JDBC to PI, but unable to send it to ECC.

I developed ESR and ID objects as below...

1 Data type and 1 Msg type for ECC

1 Data type and 1 Msg type for JDBC

1 Service Interface for outbound

1 service interface for Inbound

1 Msg Mapping from Ecc -> JDBC(request)

1 Msg Mapping from JDBC -> ECC(response)

1 Operation Mapping - for ECC->JDBC Mapping in request Tab and

JDBC->ECC Mappinf in Response Tab.

In ID I created scenario as ECC in sender Communication Channel and JDBC in Receiver Commnication channel and other objects.

Any one help me if any changes are there in above developed objects.

Reagrds,

Hari

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

when you say you are am able to get the response from JDBC to PI, is that mean you see any error in MONI due to whcih you

are not able to see the messages in ECC?

check your configuration , also in case your not seeing any entry in SXMB_MONI , would like to know if you have turned on the synch message loggin in SXMB_ADM

best regards

srinivas

Former Member
0 Kudos

Dear Srinivas,

yes I am getting response to PI and in Moni I am able to see 3 messages in Moni.

Edited by: hari raja on Aug 26, 2011 2:57 PM

rajasekhar_reddy14
Active Contributor
0 Kudos

Hari,

How are you sending response back to ECC,using Proxy or RFC(BAPI)?

below design you have to implement

ECC(ABAP Proxy)->PI>JDBC Sync mode

ECC(BAPI)>PI->JDBC Sync mode.

Regards,

Raj

Former Member
0 Kudos

Dear Raj,

We are using Proxy here and response from JDBC -> PI -> ECC, here resposne fetching was also returned in ECC.

Is there any change in configuration part.

Please help me on this issue.

Regards,

Hari

former_member194786
Active Contributor
0 Kudos

Hi Hari,

Couple of questions:

1) Are you using the same message type for both request and response in the Service Interface?

2) What is the exact error that you are getting? Is it in sxmb_moni?

3) Is your proxy code capable of handling synchronous requests?

This will help in analysing the issue.

Regards,

Sanjeev.