cancel
Showing results for 
Search instead for 
Did you mean: 

Message to Be Delivered

leandro_melari
Explorer
0 Kudos

Hi All

I am facing a problem.

I have a WS to RFC at PI that receives a XML file from another system.

When I send data from SOAP UI the WS is processed completely (2 frist lines).

But when another system send the same message this didn't finished.

I checked at SMQ1, SQM2, SM58 and I didn't find anything.

Can anybody some idea?

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Leandro,

According with your monitor i guess your scenario is synchronous, the problem could be if the WS system ends the communication too early, i can notice that the RFC takes 1 minute, a little time but some systems can disconnect so early.

I think you should to check if the message really arrives to ECC endpoint, if you set an external breakpoint in the RFC ECC code with the same user that you have in the RFC receiver channel you can check if the communication reaches the endpoint.

Hope this helps.

Regards.

leandro_melari
Explorer
0 Kudos

Hi Iñaki

I checked with the developer team for the program that calls my WS.

They changed the timeout to 120 seconds and this solve the problem.

Now the WS is being processed succesfully.

Thanks a lot.

Answers (3)

Answers (3)

nabendu_sen
Active Contributor
0 Kudos

Hi Leandro,

Have a look:

Regards,

Nabendu.

Harish
Active Contributor
0 Kudos

Hi,

you can not monitor the WS message in SMQ2, the message will process by BGRFFC. Please check SRT_UTIL if there is any error.

regards,

Harish

leandro_melari
Explorer
0 Kudos

Harish

I check SRT_UTIL too.

I didn't found any error message.

kirill_smirnov
Explorer
0 Kudos

Hello Leandro,

Did you check ST22 (whether there were any ABAP dumps) on both (PI and ERP) sides?


BR,
KS

leandro_melari
Explorer
0 Kudos

Kirill

I check ST22 too.

And I didn't find any DUMP in both system.