This Natural profile parameter specifies the name of the node upon which an RPC server registers.
Possible settings | 1 - 192 characters | Node name.
You may either specify a physical node name of up to 32 characters,
a logical node name of up to 192 characters or an asterisk (*) (intentionally
left empty) to indicate that the parameter In case of an EntireX Broker node, a physical node name may refer to an Entire Net-Work node or to an TCP/IP address. Note that the broker stub in use must support the naming notation. For details about the structure of node names and their support by the broker stubs, refer to the EntireX documentation. See Examples. |
---|---|---|
Default setting | none | |
Dynamic specification | yes | |
Specification within session | no |
Notes:
SRVNODE
is specified on the server side
only.
The examples below are based on the EntireX notation.
SRVNODE=ETB001 /* Entire Net-Work node */ SRVNODE=PCBROKER /* host name for a TCP/IP address */ SRVNODE=’157.189.160.95:1958:TCP’ /* TCP/IP address with port number */ SRVNODE=’tcpip://host.com:1958’ /* host name for a TCP/IP address with port number */ SRVNODE=’LOGBROKER=MY_LOGICAL_NODE,MY_SET’ /* logical node name */ SRVNODE=’*’ /* logical service name in SRVNAME */
Notes: