I am running into errors on the mlp_tcp.pdl
we have a route which takes messages (they are about 30k) .i have a pdl-tcpip protocol on the inbound thread and these messages are routed and wriitten to the file system.
I see these errors in the log
[pdl :PDL :DBUG/0: ce_tcpip:06/15/2012 12:35:26] multi: phrase #0 rejected; trying next
[pdl :PDL :ERR /0: ce_tcpip:06/15/2012 12:35:26] no-match: no more phrases to try
[pdl :PDL :DBUG/0: ce_tcpip:06/15/2012 12:35:26] Calling Tcl procedure: read.error
[pdl :PDL :DBUG/0: ce_tcpip:06/15/2012 12:35:26] with args: {{status error} {type no-match}} and then it stops processing any further messages.
These are fixed format messages and not HL7 and these messages are about 30k in length.
Please suggest how i can overcome this