cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Not received data through RFC

Former Member
0 Kudos

Hello Experts,

Scenario is RFC to SOAP . ECC sends different data 15 times to another system through SOAP channel.All goes fine but one is missing. No error shown in PI server, but data not reached to PI server.

I'm not able to understand.. why it's happened?

And in future how to resolve or monitor it?

Thanks,

Arthita

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Arthita,

Check if message already crossed ECC system. Since it may stuck in tRFC layer as emtnioned by Nimrod Gisis. Also check in RFC Channel. (if it is sync chck sync log is enabed) and check further.

Best Regards,

Suresh S

former_member187587
Contributor
0 Kudos

check SM58  on ECC.

maybe its RFC session limit that is reached.

iaki_vila
Active Contributor
0 Kudos

Hi Arhita,

Are you sure that the 15 times really the data is not coming to ECC?. Can you see the 30 message in PI?, have you checked the SOAP/RFC communication channel monitoring for errors?, have you check the st22 transaction in ECC?. Can you set a Z table log after the RFC call to assure the response is not comming?

Regards.

Former Member
0 Kudos

Hi Inaki,

Thank for your reply..

Already checked in st22..no dump..Ecc trigger one data successfully through RFC but for some reason , not reached to PI server...for that no error in PI...

So, in that case..how to monitor ? or identify the data?

Thanks,

Arthita

iaki_vila
Active Contributor
0 Kudos

Hi Arthita,

You can't monitor in the ECC with the RFC adapter, if you want to monitor you will need to change your sender RFC by a sender proxy.

The only two ways to monitor is to set a breakpoint in your code or to create a Z table after the call and store the necessary data to know what is happening.

Regards.

Former Member
0 Kudos

Hi Experts,

Any clue? how to resolve?

Thanks,

Arthita