Difference between revisions of "RPC HELP TRPCBroker IsBackwardCompatibleConnection"
From VistApedia
(Created page with "<h2>IsBackwardCompatibleConnection Property</h2> <h3>Applies to</h3> TRPCBroker component <h3>Declaration</h3> property IsBackwardCompatible...") |
|||
Line 7: | Line 7: | ||
property IsBackwardCompatibleConnection: Boolean; | property IsBackwardCompatibleConnection: Boolean; | ||
− | < | + | <h3>Description</h3> |
The '''IsBackwardCompatibleConnection''' property, when set to True, allows the RPC Broker to attempt a UCX or non-callback connection. If that attempt is rejected, it makes a regular callback connection, all of which is transparent to the user. If this property is set to False, the RPC Broker will only attempt a non-callback connection, and if it fails, notifies the user that it was unable to connect by displaying the following message: | The '''IsBackwardCompatibleConnection''' property, when set to True, allows the RPC Broker to attempt a UCX or non-callback connection. If that attempt is rejected, it makes a regular callback connection, all of which is transparent to the user. If this property is set to False, the RPC Broker will only attempt a non-callback connection, and if it fails, notifies the user that it was unable to connect by displaying the following message: | ||
* "Broker requires a UCX or single connection protocol and this port uses the callback protocol. The application is specified to be non-backwards compatible. Installing patch XWB*1.1*35 and activating this port number for UCX connections will correct the problem." | * "Broker requires a UCX or single connection protocol and this port uses the callback protocol. The application is specified to be non-backwards compatible. Installing patch XWB*1.1*35 and activating this port number for UCX connections will correct the problem." | ||
NOTE: This property was introduced with RPC Broker Patch XWB*1.1*35. | NOTE: This property was introduced with RPC Broker Patch XWB*1.1*35. |
Latest revision as of 17:21, 4 July 2015
IsBackwardCompatibleConnection Property
Applies to
TRPCBroker component
Declaration
property IsBackwardCompatibleConnection: Boolean;
Description
The IsBackwardCompatibleConnection property, when set to True, allows the RPC Broker to attempt a UCX or non-callback connection. If that attempt is rejected, it makes a regular callback connection, all of which is transparent to the user. If this property is set to False, the RPC Broker will only attempt a non-callback connection, and if it fails, notifies the user that it was unable to connect by displaying the following message:
- "Broker requires a UCX or single connection protocol and this port uses the callback protocol. The application is specified to be non-backwards compatible. Installing patch XWB*1.1*35 and activating this port number for UCX connections will correct the problem."
NOTE: This property was introduced with RPC Broker Patch XWB*1.1*35.