Version 6.3.8 for Windows
 —  Parameter Reference  —

TRYALT - Try Alternative Server Address

This Natural profile and session parameter determines whether an RPC client should try to execute an RPC request on an alternative server (ON) or not (OFF). For further information, see Specifying RPC Server Adresses in the Natural Remote Procedure Call (RPC) documentation.

TRYALT is specified on the client side only.

Possible settings ON If a request could not be executed on the node you specified, the RPC client tries to find an alternative server address to send that request to.
OFF No such attempt will be made.
Default setting OFF  
Dynamic specification yes  
Specification within session yes The setting of this parameter can be changed using the system command GLOBALS.

For further information, see the Natural Remote Procedure Call (RPC) documentation.

Top of page