RPC HELP TRPCBroker IsBackwardCompatibleConnection

From VistApedia
Revision as of 17:21, 4 July 2015 by Kdtop (talk | contribs) (Created page with "<h2>IsBackwardCompatibleConnection Property</h2> <h3>Applies to</h3> TRPCBroker component <h3>Declaration</h3> property IsBackwardCompatible...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

IsBackwardCompatibleConnection Property

Applies to

   TRPCBroker component

Declaration

   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:

  • "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.