cancel
Showing results for 
Search instead for 
Did you mean: 

BufferUnderflow Exception in file adapter

Former Member
0 Kudos

Hi,

I came across an usual error in file receiver channel. We are using a file channel with IDOCXmlToFlatConvertor module to convert IDOC xml to flat file. This interface is working fine but for a particular message it is giving error in adapter log -

10.08.2011 20:39:06 Information MP: processing local module localejbs/SAP_XI_IDOC/IDOCXmlToFlatConvertor

10.08.2011 20:39:42 Error MP: exception caught with cause java.nio.BufferUnderflowException

10.08.2011 20:39:42 Error Adapter Framework caught exception: null

For other messages, the channel is working fine as expected. I tried executing this failed message in a different PI system and there also it failed with same error.

Can you provide me some directions on this, Where could be cause of the error.

Thanks

Amol

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

SAP Note 1525684

Former Member
0 Kudos

Pls check if there are any special characters in the data

Former Member
0 Kudos

Hi,

In case of a special character the message would have failed in mapping itself for xml parsing, won't it. I will still check for any special character

Regards,

Amol