Transactional request-response receive location is not supported
Details
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Transactional request-response receive location is not supported. |
Explanation
This error indicates that the transaction was set to be enabled for a WCF request-response receive location. Transactions are not supported in BizTalk for a request-response receive location due to the message box database.
User Action
For the standard WCF adapters, go to the code configuring the request-response receive location. Ensure that the EnableTransaction element in the XML data for the TransportTypeData property of the ITransportInfo interface is set to False.
For the WCF-Custom adapters:
Click Start, click All Programs, click Microsoft BizTalk Server 20xx, and click 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.
Click Properties.
In the port Type list, select the correct port.
Click Configure.
In the WCF [transport type] Transport Properties dialog box, click the Binding tab.
Ensure that the transactionFlow property is set to False.