For outbound HTTP/S communication, how can I select a specific *local* port on the BusinessPartner host when initializing the socket for sending documents to my trading partner?
book
Article ID: KB0088440
calendar_today
Updated On:
Products
Versions
TIBCO BusinessPartner
-
Not Applicable
-
Description
Resolution: BusinessPartner 2.x and 3.x versions support this by specifying the property "bc.network" as follows:
bc.network=<your_localhost>:<your_local_port>
in the file BCMiscProperties.cfg. Make sure the specified port will not be used by other applications.
Issue/Introduction
For outbound HTTP/S communication, how can I select a specific *local* port on the BusinessPartner host when initializing the socket for sending documents to my trading partner?