Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix E Troubleshooting : Troubleshooting Tips

Troubleshooting Tips
Senders and Receivers Falling out of Sync with Incremental Control Numbers
When the sender and receiver have all control number checking options set to incremental, it is possible for a sender to increment their control numbers and fail to send to the receiver. In this case, the receiver would have received some transactions, and then miss some, and then start receiving them again. This leads to a gap in the control numbers received which causes control number validation to fail on the receiving end.
Example:
1.
2.
3.
4.
5.
If this occurs, perform the following:
Execute the following SQL statement at the receiver side, assuming that the sender's domain identity is 01, Interchange Sen:
delete from tibedi_control_number where partner_qual='01' and partner_id='Interchange Sen' and direction = 'I'

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved