I have a simple Message flow without any orchestrations. Basically there
is
a two-way receive ****t and a one way send ****t. The two way receive ****t
is
using BTAHL72XReceivePipline and BTAHL72XSendPipeline with MLLP. The send
****t is using BTAHL72XSendPipeline to a FILE.
I have the BTAHL7 Configuration Explorer set up to send ACKs in Enhanced
Mode with "AL" for MSH15 and 16.
If I send a message through it goes all the way through the process, but
no
ACK is generated. If I break the process on purpose by not allowing
trailing
delimiters in the configuration explorer, I get the trailing delimiters
found
errors but I also get "message does not contain a part with name
MSHSegment"
on the response of the receive ****t.
Any ideas on why I am not getting the ACKs? Thanks much.