|
Home > Archive > BizTalk Server General > May 2005 > Biztalk 2004 :: orchestration :: dynamic port, file overwrite?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Biztalk 2004 :: orchestration :: dynamic port, file overwrite?
|
|
|
| Hi,
In my orchestration i have a dynamic port. I use it to put a file on
the filesystem. But now i get an error when a file with the same
filename already exists in the directory i write to. In a static port
that uses the FILE adapter i could just set the copy mode to Overwrite
to solve this problem, but in the dynamic port i don't have this
option.
How could i solve this problem?
| |
| Yossi Dahan 2005-05-12, 7:51 am |
| You can set the File adapter's CopyMode property to the value of your choice
in an expression shape before the send shape.
Yossi Dahan
"BA" <biztalk.architect@gmail.com> wrote in message
news:1115884711.288846.140960@o13g2000cwo.googlegroups.com...
> Hi,
>
> In my orchestration i have a dynamic port. I use it to put a file on
> the filesystem. But now i get an error when a file with the same
> filename already exists in the directory i write to. In a static port
> that uses the FILE adapter i could just set the copy mode to Overwrite
> to solve this problem, but in the dynamic port i don't have this
> option.
>
> How could i solve this problem?
>
|
|
|
|
|