Posted: Wed Jun 16, 2010 12:21 am Post subject: Not all the buffer was used when reading message
Apprentice
Joined: 25 Aug 2009 Posts: 44
We are developing an inbound flow. We are getting an exception in parser node:
Exception: "000|5288|E|000|00|{[2488]Error detected, rethrowing}.{[2498]Navigation error}.{[5285]ImbRecoverableException caught from worker->parseNext.(BS_CNH_SIGIP_OrderStatus;TDS;/OrderStatus/CNHHeader)}.{[5421]TDS General Error(/OrderStatus;257)}.{[5288]MTI. Not all the buffer was used when reading message}.{257}.{387}.#"/>
We tried to make some changes to message set but no luck. Could you please let me know for which problem this kind of exception will come?
No - there are all kinds of problem that can produce this error.
You need to take a debug-level service trace, and read it carefully to see what the parser is doing.
If you want more help than that, you will need to provide a detailed description of your message format and your message definition.
Posted: Wed Jun 16, 2010 4:47 am Post subject: Re: Not all the buffer was used when reading message
Novice
Joined: 10 Feb 2006 Posts: 21 Location: Pune, India
swethabala wrote:
We are developing an inbound flow. We are getting an exception in parser node:
Exception: "000|5288|E|000|00|{[2488]Error detected, rethrowing}.{[2498]Navigation error}.{[5285]ImbRecoverableException caught from worker->parseNext.(BS_CNH_SIGIP_OrderStatus;TDS;/OrderStatus/CNHHeader)}.{[5421]TDS General Error(/OrderStatus;257)}.{[5288]MTI. Not all the buffer was used when reading message}.{257}.{387}.#"/>
We tried to make some changes to message set but no luck. Could you please let me know for which problem this kind of exception will come?
Usually this means that length of your data is more than what you defined in the message set. _________________ Thanks and Regards
Prasad Edlabadkar
Tech Lead - Websphere Business Integration
Thanks for your replies.. we have solved that problem.
We were new to creating message sets from scratch. so we defined all the properties in messages tab only. but we have to define elements in elements tab and set the properties in Types tab. We re-defined the message set and it worked.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum