|
Home > Archive > BizTalk Server General > May 2005 > Dynamic Sendport
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]
|
|
| Kvitepus 2005-05-23, 5:53 pm |
| From an orchestration I am trying to send a document to different file
locations.
I use a dynamic port for this purpose, but I just get an error in the event
log that says "The FILE send adapter cannot open file c:\temp\test.xml for
writing."
In an expression shape in my orchestration I have entered the file location
like this:
SendportTest(Microsoft.XLANGs.BaseTypes.Address) =
"FILE://c:\\temp\\test.xml".
What is wrong ? - is this a fileaccess-problem ?
Kvitepus
| |
| Yossi Dahan 2005-05-23, 5:53 pm |
| definitely sounds like it.
make sure the path exist and that the user/group under which BizTalk is
running has permissions to write to it. it is also possible that the file
already exists.
Yossi Dahan
"Kvitepus" <Kvitepus@discussions.microsoft.com> wrote in message
news:B2D15ED0-2622-4DB4-9DE1-F10F6C280814@microsoft.com...
> From an orchestration I am trying to send a document to different file
> locations.
> I use a dynamic port for this purpose, but I just get an error in the
> event
> log that says "The FILE send adapter cannot open file c:\temp\test.xml for
> writing."
>
> In an expression shape in my orchestration I have entered the file
> location
> like this:
> SendportTest(Microsoft.XLANGs.BaseTypes.Address) =
> "FILE://c:\\temp\\test.xml".
> What is wrong ? - is this a fileaccess-problem ?
>
> Kvitepus
| |
| Biztalk_Freebie 2005-05-24, 2:51 am |
| Hi
try "FILE://c:/temp/test.xml".
instead of
"FILE://c:\\temp\\test.xml".
--
Thanks
"Kvitepus" wrote:
> From an orchestration I am trying to send a document to different file
> locations.
> I use a dynamic port for this purpose, but I just get an error in the event
> log that says "The FILE send adapter cannot open file c:\temp\test.xml for
> writing."
>
> In an expression shape in my orchestration I have entered the file location
> like this:
> SendportTest(Microsoft.XLANGs.BaseTypes.Address) =
> "FILE://c:\\temp\\test.xml".
> What is wrong ? - is this a fileaccess-problem ?
>
> Kvitepus
|
|
|
|
|