This section defines VCMUtility functionality in terms of its connection options.
AL
AutoLogon [True] | [False]
If a <user> is not specified in the Server option, AutoLogon requests an attempt be made to log on using the userid/password for the specified StarTeam Server, as stored by the StarTeam Toolbar Utility.
Encrypt
En
Encryption {NONE | RC4 | RC2_ECB | RC2_CBC | RC2_CFB}
Specifies the encryption level of the server connection. The default is NONE. However, due to SDK behavior, if necessary, the VCMUtility will automatically upgrade the encryption level to the minimum value required by the StarTeam server.
EPF
EPwdFile <file name>
Specifies a file that contains the encrypted logon password. -EPwdFile overrides the <password> if provided in the Server parameter.
PF
PwdFile <file name>
Specifies a file that contains the logon password. -PwdFile overrides the <password> if provided in the Server parameter.
S
Server [<user>[:<password>]@]<host>[:<port>]
Specifies the StarTeam server to which the VCM Utility will connect.
UCA
UseCA {<host>:<port> | AutoLocate}
Specifies that file check-outs should attempt to use an MPX Cache Agent. The Cache Agent can be explicitly provided with a host name or address (<host> and port number (<port>), or the network-nearest Cache Agent can be automatically located (AutoLocate).
USP
UseServerProfile [True | False]
If true, specifies that the <host> name specified in the Server option should be interpreted as a server profile name. Server profiles are stored in the user's starteam-servers.xml file. A server profile specifies a StarTeam server host name, port number, encryption level, and compression setting. Consequently, when UseServerProfile is specified, the Server option must be specified but should not contain a port number, and the Encryption option should not be specified.