port-to-port

Viewing 1 reply thread
  • Author
    Posts
    • #16982

      Hi there,

       

      I am new to BizTalk and would like to know how to make a simple “port-to-port” file transport.

       

      I have a file that is dumped in a directory and I want to let BizTalk pick it up and send via FTP. I have been trying to find out how to do this but without any luck.

       

      Hope to receive some good advice J

      Rgds.

      Dadi

    • #16983

      Hi,

      I think there are samples of this on the net but basically you need to:

      1 – create a receive port

      2 – create a FILE receive location connected to port in step 1

      3 – set the pipeline to pass through

      4 – create a send port

      5 – set a filter to BTS.receiveportname = the name of your port in step 1

      6 – set the transport type to FTP and configure the FTP send adapter settings.

      7 – start receive and send ports.

      (Easiest way to do all of this is in the Biztalk Server administraiton console and you can use the default application 1 project…)

      hope this helps as a beginning…

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.