You are here: Reference Manual > FME Server Console > Command Line Options > Console-Specific Options

Console-Specific Options

These options let you customize some of the server console properties when executing a command. The options are specified as:

opt_<option name> <option value>

The "opt" prefix and the option name must be in lower case.

The supported options include those listed here.

opt_fmeServerHost

A string (without spaces) identifying the name of a host running an FME Server with which the FME Server Console should communicate.

This option is different from the fmeHost option, which is described in Console-Specific Transformation Manager Directives.

opt_fmeServerPort

An integer specifying the port number that the FME Server Console should use to communicate with an FME Server running on OPT_fmeServerHost. A valid port value is between 0 and 65535.

opt_subsectionName

A string (without spaces) identifying the name of a subsection in the FME Server’s configuration file that the FME Server will use for the requested translation.

opt_username

The username that the FME Server Console should use when connecting to the FME Server.

opt_password

The password that the FME Server Console should use when connecting to the FME Server.