Version 6.3.12 for OpenVMS
 —  Parameter Reference  —

SRVNAME - Name of RPC Server

This Natural profile parameter specifies the name of the RPC server, with which it registers on the node specified with the profile parameter SRVNODE.

Possible settings 1 - 192 characters Valid server name.

You may either specify a physical server name of up to 32 characters or a logical service name of up to 192 characters. In case of a logical service name, an asterisk (*) must be specified with the SRVNODE parameter (intentionally left empty).

In case of an EntireX Broker node, the value of SRVNAME correponds to the value of the SERVER attribute of a service entry in the broker attribute file, as shown below:

CLASS=RPC, SERVICE=CALLNAT, SERVER=srvname
Example:
SRVNAME='PRODUCTION_SERVER'            /* physical server name */
SRVNAME='MY_LOGICAL_SERVICE,MY_SET'    /* logical server name */
Default setting none  
Dynamic specification yes  
Specification within session no  

Notes:

  1. SRVNAME is specified on the server side only.
  2. For information on Location Transparency and logical service names, refer to the EntireX documentation.
  3. For information on Natural RPC, see the Natural Remote Procedure Call (RPC) documentation.

Top of page