Error Handling Errors
Information for diagnosing and resolving WCF Error Handling errors.
Error handling options "Disable location on failure" and "Suspend request message on failure" should not both be set to false
Field | Error Description |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | The error handling options "Disable location on failure" and "Suspend request message on failure" should not both be set to false since message loss may occur. Please set one or both options to true |
Explanation
In the WCF-NetMsmq adapter, the options Disable location on failure and Suspend request message on failure should not both be selected. Message loss may occur as the receive location continues to receive invalid messages, while these messages are not suspended and stored in the Message Box.
User Action
Use the following procedure to configure adapter settings.
Open BizTalk Server Administration.
In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.
Locate your application and then locate your transport.
Right-click the transport name.
Select Properties.
In the port Type list, select the correct port.
Select Configure.
In the WCF [transport type] Transport Properties dialog box, select the Messages tab.
In the Error Handling section, ensure either Disable location on failure or Suspend request message on failure is checked.