Handle Custom pipeline exception

Home Page Forums BizTalk 2004 – BizTalk 2010 Handle Custom pipeline exception

Viewing 1 reply thread
  • Author
    Posts
    • #24007

      Hi ,

      I have developed a custom pipeline component in which the first custom component would archive the file to a folder and the next component would disassemble the flat file. While archiving the file the  folder specified is wrong and so there is an exception raised and I throw this exception and so biztalk suspends this receive port instance. I corrected the folder and i tried to resume this instance but the file did not get archived but the disassemble stage was executed and the output was given. Can i know how would I be able to get the archive component to work or the pipeline component to execute from the first stage when resuming the suspended instance?

      regards,

      Hariharan.A

       

       

       

    • #24043

      you can do these tasks insdie the transaction scope.

      have a look at this link

      http://msdn.microsoft.com/en-us/library/microsoft.biztalk.component.interop.ipipelinecontextex(BTS.10).aspx

       

      Hope this will help

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