-
I have a channel where I am storing the entire message as an attachment. Whenever I try to reprocess the message the attachment is gone which causes errors. I have
My second issue is in the same channel the message is sent to another Mirth channel that parses the message. I would like the message to still be attached in the second channel so I set Usually I would use
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
I find the cause of the reprocessing issue. In
Message storage
the fieldRemove attachment on completion
was enabled...There were three things confusing me about attachments:
${ATTACH...}
appearing inRaw
andSent
. The message will reattach to the next destination or transfer whatever mode is set in the destination ifReattach attachments:
is set toYes
. The reattachment will not appear in Mirth, but will happen. The message will asl okeep the attachment on reprocess even though the ids changes.2
and …