Products | Versions |
---|---|
TIBCO BusinessConnect RosettaNet Protocol | - |
Not Applicable | - |
Resolution:
Description
==========
When sending a RosettaNet PIP message to a trading partner, we are not getting a synchronous response from the partner and the PIP is getting terminated saying 'PIP terminated - Failed to receive request acknowledgement receipt after 3 retries '. Other messages to the same trading partner work correctly.
Environment
===========
TIBCO BusinessConnect RosettaNet 5.2.X
Resolution
==========
Make sure that the pipInstanceId in your PIP outbound ServiceHeader:
<pipInstanceId>
<InstanceIdentifier>PID13497160866150095307</InstanceIdentifier>
</pipInstanceId>
matches the value returned in the PIP response from your trading partner. It should look like this.
<pipInstanceId>
<InstanceIdentifier>PID13497160866150095307</InstanceIdentifier>
</pipInstanceId>
BusinessConnect uses the PIP Instance ID match the response to the original request.