cancel
Showing results for 
Search instead for 
Did you mean: 

PI Error Message - Unable to eat more bytes

Former Member
0 Kudos

Hello,

I am receiving this error in my communication channel. Any idea what could be wrong?

Thanks

File processing failed with com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not insert message 6119e0d4-4b18-4699-3c4d-d8bb6582b03a(OUTBOUND) into database. Reason: com.sap.engine.interfaces.messaging.api.exception.MessageFormatException: Failed to render XIMessage. Reason: java.io.IOException: Unable to eat more bytes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This sounds as memory issue to me.

go through below threads and follow the measures suggested. they should solve your issue.

[https://forumsa.sdn.sap.com/thread.jspa?messageID=5265082#5265082]

[https://forumsa.sdn.sap.com/thread.jspa?messageID=6297930#6297930]

[https://forumsa.sdn.sap.com/thread.jspa?messageID=7073877#7073877]

Regards,

Venkata S Pagolu

Former Member
0 Kudos

File systems and DB look fine. There are however a backlog of async messages processing through the system for several hours. Pretty typical.

megan_pridemore
Explorer
0 Kudos

Was this ever solved on your system? We are receiving the same error but there are no issues on our DB. Please let me know if you have any suggestions. Thanks!

Former Member
0 Kudos

Hi

it look like DB error, your tablespaces might be full. talk to Basis guys.

Regards.

Former Member
0 Kudos

And the standard basis response came - Were any changes made to the file(name or contents) or the communication channel?

We will see.

Thank you.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

The error shows that it is due to resources unavailability such as file system is full and not able to write log files or data files or so. Talk to basis team to delete some files and bring back the memory available for further usage.