how to catch overflow exception in biztalk 2004

Home Page Forums BizTalk 2004 – BizTalk 2010 how to catch overflow exception in biztalk 2004

Viewing 1 reply thread
  • Author
    Posts
    • #16867

      In my orchestration i call stored procedure and caught exception if error occurred.

      i promote one field in a message.

      the limitation of biztalk is – you can't promote the field of size > 256 characters.

      how to catch the particular exception ?

      what is the exception type?

    • #16920

      Encapsulate the shape/logic you are using inside of a Scope (transaction type set to None) then add an exception handler to the scope to trap for the exception type.

      • #16934

        hi i had done that already , but exception is uncaught . i want to know that exception type which we gave in a property of catchException .

        • #16935

          Have you tried just System.Exception or General?

           

        • #17115

          [quote user="Anonymous"]

          hi i had done that already , but exception is uncaught . i want to know that exception type which we gave in a property of catchException .

          [/quote]

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