Adapter PLAINHTTP cannot process message packages
Hi,
I'm receiving 10 lines in one message from ERP and then PI splits them to individual messages. When PI tries to send messages using plain HTTP, I got error saying "Adapter PLAINHTTP cannot process message packages".
Message packaging is not on and SXI_MONITOR shows messages in separate payloads.
br,
Tapio
Baskar Gopalakrishnan replied
This is my assumption.
Multiple messages that result from mapping are sent as one bulk message (grouped together) in the Integration engine. The messages are really split into individual mesges only in the adapter engine. Since HTTP adapter live in Integration Engine and you use HTTP as receiver, you get this error.
Refer the conclusion portion of the link for further explanation.
/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible