how to catch overflow exception in biztalk 2004 Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to catch overflow exception in biztalk 2004 This topic has 4 replies, 1 voice, and was last updated 9 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts December 13, 2006 at 1:41 AM #16867 community-content 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? December 14, 2006 at 1:49 PM #16920 community-content 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. December 14, 2006 at 10:01 PM #16934 community-content 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 . December 14, 2006 at 10:15 PM #16935 community-content Have you tried just System.Exception or General? January 3, 2007 at 4:49 PM #17115 community-content [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] Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register