07-19-05 12:48 PM
Hi Yossi,
Thanks for the help. I am able to send files to the FTP Server using FTP
Adapter.
The Problem was with the folder permissions. Once, i shared them , it worked
.
Thanks again
Regards
Lakshmi
http://techsavygal@blogspot.com
"Yossi Dahan" wrote:
> Lakshmi,
>
> The proper way to send messages out of BizTalk is through a send port and
> adapters, just as the proper (and more or less the only) way to receive
> messages into BizTalk is a receive port/location and adapter.
>
> The best way to receive a file message into BizTalk is indeed setting a
> receive location using the file adapter to pick up the file. if you can't
> get this to work refer to documentation or post the exact scenario and the
> error you're getting and I (and others) will try to help.
>
> Sending the message is done by setting up a send port with the FTP adapter
.
> again - if you're having trouble doing that post the error you're getting.
>
> now this send port can subscribe directly to the receive location, have a
> filter to subscribe to the message or be bound to an orchestration. either
> way the message is sent through a send port.
> As you can see this is the best way to send a message even if you do need
an
> orchestration, simply have a send port in your orchestration, and later bi
nd
> it to the send port you've created.
>
> If you really insist you could use an expression shape in an orchestration
> to call a .net component that will FTP your message, but you'll be missing
> out on a lot of very useful features BizTalk provides.
>
> Let me know if you need more clarifications on this
>
> Yossi Dahan
>
>
> "Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in messag
e
> news:2B4D37BE-CAED-4D63-B045-62ACDFEC9B7B@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|