You run the Optimize utility from the command-line. Open a command prompt and go to the /tools/bin directory of the directory where you installed Optimize.
ACOOptAdmin -sn session -u [password] [-async] [-locale localecode] [-stop]
The ACOOptAdmin utility has the following parameters:
|
-sn session - Specifies the Optimize session name. This is a required parameter. For example, to specify a session called HolidayFundRaiser, you would enter:
|
|
|
-p password - Specifies a password for the username. This parameter may be omitted if the password is blank.
|
|
-async - Executes the Optimize session asynchronously, returning immediately. This is an optional parameter. The default is to run the Optimize utility synchronously, which returns when the Optimize session finishes running.
|
|
-locale localecode - Specifies the language in which to print the messages generated by the Optimize utility. This is an optional parameter. The default is en_US.
|
|
-stop - stops a running optimization session.
|
You can specify these parameters in any order on the command-line.
Copyright IBM Corporation 2012. All Rights Reserved.
|