cancel
Showing results for 
Search instead for 
Did you mean: 

ESB suspends during processing big message

ng82si
Participant
0 Kudos

Hi gurus,

i have the folllowing scenario in PI 7.31 Java-Only.

Proxy --> PI --> SFTP File

When small test message is sent, it works well.

Today Proxy sent a big message (1,058 KB) and got the following error:

javax.resource.ResourceException: 4: Putting /download/20140702-075502-1414 failed.

I download the payload and tested it in the ESB. ESB suspends without any reaction.

Could you tell me what for a problem here?

Thanks and regards

Christine

Accepted Solutions (1)

Accepted Solutions (1)

ng82si
Participant
0 Kudos

sorry for the confusion!

It was no the problem in the SFTP-adapter self, but the Service-Quality of the message is EOIO.

The first Message was not deleted, therefore the rest are also blocked.

typically new comer mistake.

Thanks

Christine

Answers (4)

Answers (4)

patelyogesh
Active Contributor
0 Kudos

Hello Christine,

Can you please make sure that HTTP time out is not happening?

http://scn.sap.com/docs/DOC-30293

Thank you

Yogesh

Former Member
0 Kudos

hi,

this is may be because of the large payload. test your mapping with different chunks and find out how much data at max it is accepting.

Then go to SXMB_ADM in ECC, and check the TUNING parameters. Select XI bulk message handling in sender SOAP channel.

Hope this helps

naveen_chichili
Active Contributor
0 Kudos

Hi Banks,

you need to use parameter skipRemoteDirCheck = true in additional parameters in advanced mode.

Thanks and Regards,

Naveen.

Former Member
0 Kudos

Hi Christine,

Please add a parameter in your advanced mode tab and please check your length of your file name.

skipRemoteDirCheck = true

Let me know if it sorts you out.

Regards,

Jannus Botha

ng82si
Participant
0 Kudos

Hi Jannus,

you mein like this:

is it correct?

I tried this method, but it seems not to work.

In addition, i noticed that the message which proxy sends is empty. I have asked ABAP Colleague to repair it.

Regards

Christine

Former Member
0 Kudos

Hi Christine,

Was looking for something more in the line of my attached screenshot.

Have a look below links.

These should help

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/305eeb5b-81e7-2f10-d8aa-9216de04c...

Regards,

Jannus Botha