Remote access properties

The remote access properties are shown in the following table.
Table 1. Remote access properties
Property Default value Range Description
enableRemoteAccess false true/false Enables remote access to the Transaction Server. Remote access is used to interact with this instance of the Transaction Server by using the Control Center that is running on another computer.
rmiApiReadTimeout 20,000 100-300000 The amount of time, in milliseconds, the Transaction Server waits between requests over its client API interface before it closes down the RMI connection.
rmiClientInterfaceToken ClientRmiGateway N/A The token that is used to construct the RMI address for the Transaction Server client interface. It is usually used when multiple instances of Transaction Server are running on a single server so their RMI client interfaces can be isolated.
rmiCommandInterfaceToken RemoteCommandImpl N/A The token that is used to construct the RMI address for the Transaction Server command interface. It is usually used when multiple instances of Transaction Server are running on a single server so their RMI command interfaces can be isolated.
rmiPort 1099 1-65535 Configures the Transaction Server to enable its remote access services on an RMI port other than the system default.
Note: If an RMI registry is not already started on this port, the Transaction Server does not start one, even if an RMI registry is running on a different port.
rmiInvocationPort 0 0-65535 Configures the Transaction Server RMI invocation services to occur on a specific port. Normally, RMI invocation services use one of the ephemeral ports that is available in the Java™ VM. This configuration makes it hard to determine the exact port that is used. For operating behind a firewall, it might be necessary to configure a fixed invocation port to better control the usage of ports in your system. Setting this property to a positive, nonzero value accomplishes this control. A zero value indicates that a randomly chosen ephemeral port is to be used.
rmiInsertCommitRate 100 1-1000 The Transaction Server processes this many insertions between database commits during the RMI item insertion process.