Dynamic port with FTP adapter – exception

Home Page Forums BizTalk 2004 – BizTalk 2010 Dynamic port with FTP adapter – exception

Viewing 1 reply thread
  • Author
    Posts
    • #12888

      Hi,

      I’ve an orchestration whith a dynamic port and a FTP adapter.

      The destination is construct in my orchestration

      guid = System.Guid.NewGuid();
      DynamicJobProcessPort(Microsoft.XLANGs.BaseTypes.Address) = \”ftp://myserver/\”+Repertoire+\”/\”+Message_Received.JobID+\”_\”+guid.ToString()+\”.jdf\”;

      and the value of \”Repertoire\” is calculated into the orchestration.

      All is OK if the corresponding name folder exists on the FTP server!

      If this folder does not exist, is it possible to catch the exception in a scope?
      What is the name of the exception I’ve to intoduce in the field \”Exception object type\”?

      Thanks!

      Raoul

    • #12887

      Take a look at this sample: http://www.biztalkgurus.com/Labs/Sharepoint-Infopath-BizTalk-Exceptions.html

      It should how to catch the exceptions. Not 100% sure if it works on dynamic ports – it should. I doesn’t work on direct binding ports though.

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