|
Home > Archive > BizTalk Server Orchestration > October 2005 > How to hand FaultReceiveException
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to hand FaultReceiveException
|
|
|
| I am try to catch the following exception. The orchestration is using iWay
adapter and making Request/Response calls to JDE. The fault message currently
is of type BTS.soap_envelope_1__1.Fault. There are instances when the
orchestration suspends, throwing the following error. Looking at the debugger
it is understood that it died in the Receive Shape that handles the response.
How do I catch this one ?
Uncaught exception terminated service
BTSRNI.Biztalk.ASN3B2(7a9ec263-d8f6-3162-4627-3664ebe4232f), instance
574b9f6d-50c6-4901-a48e-d668b328cd59
Exceptions.Types.FaultReceiveException
Exception type: FaultReceiveException
Source: Microsoft.XLANGs.BizTalk.Engine
| |
| Nicholas 2005-10-24, 10:32 am |
| Joe,
Sorry if you haven't found a solution here but I am looking into getting the
iWay adapters and was wondering how they have worked for you for pulling and
pushing data from a JDE environment. Obviously you are having issues but I
was wondering if you felt the adapter was worth it. Thanks.
Nicholas
"Joe" wrote:
> I am try to catch the following exception. The orchestration is using iWay
> adapter and making Request/Response calls to JDE. The fault message currently
> is of type BTS.soap_envelope_1__1.Fault. There are instances when the
> orchestration suspends, throwing the following error. Looking at the debugger
> it is understood that it died in the Receive Shape that handles the response.
> How do I catch this one ?
>
> Uncaught exception terminated service
> BTSRNI.Biztalk.ASN3B2(7a9ec263-d8f6-3162-4627-3664ebe4232f), instance
> 574b9f6d-50c6-4901-a48e-d668b328cd59
>
> Exceptions.Types.FaultReceiveException
>
> Exception type: FaultReceiveException
>
> Source: Microsoft.XLANGs.BizTalk.Engine
>
|
|
|
|
|