12-15-04 11:27 PM
so how do i make the %SourceFileName% macro work just using filters??
"biztalker" wrote:
> I had defined a send port that used the %SourceFileName% macro, and that p
ort
> (using file transport) was originally bound to an orchestration that I had
> created to test out some stuff, and everything worked fine. Later, I
> undeployed the orchestration and through filters had that send port subscr
ibe
> to a receive port that used msmqt transport. got the following warning
> everytime the send port was meant to receive something from the receive po
rt:
>
> Event Type: Warning
> Event Source: BizTalk Server 2004
> Event Category: BizTalk Server 2004
> Event ID: 5743
>
> Description:
> The adapter failed to transmit message going to send port
> <path>"\%SourceFileName%". It will be retransmitted after the retry interv
al
> specified for this Send Port. Details:"The FILE send adapter cannot open f
ile
> <path>\%SourceFileName% for writing. ".
>
> There were no permission issues encountered when the send port was bound t
o
> the orchestration. I changed the send port to use the %MessageID% macro, a
nd
> messages started to flow as expected.
>
> What's wrong with the %SourceFileName% picture?
[ Post a follow-up to this message ]
|