FTP connection failure

Home Page Forums BizTalk 2004 – BizTalk 2010 FTP connection failure

Viewing 1 reply thread
  • Author
    Posts
    • #19970

      Hi,

       

      I am transferring a flat file to ftp folder dynamically. In the orchestration i have added exception handler to catch delivery failure and routed to failure folder. My issue is if the ftp connection is stopped thru iis it is not routed to failure folder. Instead i get the below message :

      The “FTP” adapter is suspending an outbound message going to destination URL:”ftp://10.100.34.72/TestIntegrationFTP/Test1.txt”. Details:”Unable to connect to the FTP server “10.100.34.72” as user “administrator” verify address, port and logon credentials “.

      [Code : Expression Shape]

      NewCopyMsg = InputFFMsg;

      SendFTPPort(Microsoft.XLANGs.BaseTypes.Address) = “ftp://10.100.1.1/TestIntegrationFTP/Test1.txt” ;

      NewCopyMsg(FTP.UserName) = “administrator”;

      NewCopyMsg(FTP.Password) = “admin123”;

      NewCopyMsg(BTS.RetryCount) = 0;

      NewCopyMsg(BTS.RetryInterval) = 0;

      [/Code]

       

    • #19976

      Bringing up again

      • #19978

        Not sure there is much you can do with Biztalk 2004.

        With Biztalk 2006 you would have the option of enabling routing on failed messages to handle this issue.

        • #19980

          In BTS 2006 how will catch the ftp connection error when it is configured dynamically. Please shed some light to overcome this issue.

          • #19981

            On the dynamic Send port under Transport Advanced Options in Biztalk Admin Console you can set “Enable routing on failed messages” 

            Failed messages are changed to Error messages and published to the Messagebox. You can subscribe to these messages and take what action you require.

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