RPC HELP TRPCBroker IsBackwardCompatibleConnection

From VistApedia
Jump to: navigation, search

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.