unable to debug orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 unable to debug orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #24332

      hi all

      i do not know why my debugging is stoped for my orhestration,it was debuging very well
      but at some point i used xlsCompiledTranform class so i had to use scope shape,and so
      i gave transaction type to ‘atomic’ in orchestration properties,so from that point i am not able to debug,i do not know its due to this or anything else but i really need to debug it

      if i see in my admin panel everthing seems to work fine and my data is also getting inserted as per my orchestration rule,and if click on
      my orchestration which is completed,there are all debug point,so those debug points are also there
      but i am not able to debug it

      plz help

    • #24498

      Limitation of Debugger:- Debugging inside of an atomic scope. You cannot set a breakpoint on shapes inside of an atomic scope or an orchestration that is defined as Atomic.

      Fur further details please refer this: http://msdn.microsoft.com/en-us/library/aa953746(BTS.20).aspx

      Alternative would be to writing information to the Event log or some file for testing purpose temporarily. or use the Long Running scope.

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