Remote AE
The following section summarizes the remote AE environment variables. See Understanding Remote AEs for greater detail.
- NZAE_REMOTE
- Indicates whether the AE is a remote function. The value defaults to 0, not remote; a value of 1
sets a function to remote. This value can also be set by the --remote option of
register_ae.NZAE_REMOTE=[0 | 1] - NZAE_REMOTE_NAME
- Sets the name of the connection point for a remote AE. You must set this value if NZAE_REMOTE=1.
This value can also be set by the --rname option of
register_ae.NZAE_REMOTE_NAME=<character string> - NZAE_REMOTE_NAME_SESSION
- Sets the session ID as part of the connection point name. The default value is 0, the ID is not
part of the name. When set to 1, session ID becomes part of the connection point name. This value
can also be set by the --rsession option of
register_ae.NZAE_REMOTE_NAME_SESSION=[0 | 1] - NZAE_REMOTE_NAME_TRANSACTION
- Sets the transaction ID as part of the connection point name. The default value is 0, the ID is
not part of the name. When set to 1, transaction ID becomes part of the connection point name. This
value can also be set by the --rtrans option of
register_ae.NZAE_REMOTE_NAME_TRANSACTION=[0 | 1] - NZAE_REMOTE_NAME_DATA_SLICE
- Sets the data slice ID as part of the connection point name. The default value is 0, the ID is
not part of the name. When set to 1, data slice ID becomes part of the connection point name. This
value can also be set by the --rdataslice option of
register_ae.NZAE_REMOTE_NAME_DATA_SLICE=[0 | 1] - NZAE_REMOTE_TIMEOUT_SECONDS
- Sets the number of seconds the AE runtime system waits for a response before returning a timeout
error. The default value is 60
seconds.
NZAE_REMOTE_TIMEOUT_SECONDS=<seconds> - NZAE_REMOTE_LAUNCH
- Sets whether the registration launches a new AE remote process. The default value is 0, a new
process is not launched. When set to 1, the registration launches a new remote
process.
NZAE_REMOTE_LAUNCH=[0 | 1] - NZAE_REMOTE_LAUNCH_VERBOSE
- Sets whether the registration launches a new AE remote process and displays information
describing the new process. The default value is 0, a new process is not launched. When set to 1,
the registration launches a new remote process with details. This value can also be set by the
--launch option of
register_ae.NZAE_REMOTE_LAUNCH_VERBOSE=[0 | 1]