- Contents
Multi-Site Technical Reference
RTM Server Command Line Parameters
You can start RTMServerU.exe using optional command-line parameters that register it as a local service or as a remote connection. These modes of operation have different DCOM and Service settings, so Genesys created command-line parameters to make it easier for PureConnect Customer Care or a setup program to configure or reconfigure Multi-Site.
Install RTMServer as a local service:
/Service [/Username={username}] [/Password={password}]
This option installs RTMServer as a service in the SCM and registers it for DCOM. Optionally, you can provide a user name and password, but it fails to install if it is not a valid username/password combination.
Example: RTMServerU.exe /Service /Username=UserAccount /Password=Password
Install RTMServer as a remote connection:
Installing RTMServer as a remote connection renames or removes the LocalServer32 entries applicable only to the service.
Example: RTMServerU.exe /RemoteServer=RemoteServerName
Register RTMServer as a local DCOM Server:
Example: RTMServerU.exe /RegServer
Registers it as a DCOM server for running on the local computer
Register RTMServer as a remote DCOM object:
/RegClient={machine}
Registers it as a remote DCOM object for running on {machine}
Example: RTMServerU.exe /RegClient=machine
Uninstall RTMServer (either mode):
/UnRegServer
Unregisters it as a DCOM client/server and removes it from the SCM. Each registration option undoes the others, so it is not necessary to run /UnRegServer between each use.
Example: RTMServerU.exe /UnRegServer