June 2010 Entries
I was recently working on a BizTalk 2004 project where I encountered an issue with capturing exceptions (inside my orchestration) occurring from an external source. Like database server down, non-existing stored procedure, … I thought I might write-up this in case it might help someone … To reproduce an issue, I just rename the database to something different. The orchestration was failing at the point where I make a SQL request via a Response-Request Port. The exception handlers were bypassed but...