To configure ACOServer for multiple partitions
You must configure the Contact Optimization to point to the correct partitions directory.
When you install Contact Optimization, a default partitions directory is created under the directory specified by OPTIMIZE_HOME. This default directory for partitions contains one partition, partition1. Whether you create other partitions for your Contact Optimization configuration, you can modify the default location for all partitions.
To modify the home directory for partitions, you can optionally set the OPTIMIZE_PARTITION_HOME environment variable in Contact Optimization server file. This variable defines the root location for the partitions. If you set this variable, it overrides the default value.
Windows:
You can set it by adding lines such as the following two commands to ACOServer.bat:
set OPTIMIZE_PARTITION_HOME=C:\partitions
echo Using OPTIMIZE_PARTITION_HOME: %OPTIMIZE_PARTITION_HOME%
UNIX:
You can set it by adding the following lines to ACOServer.sh:
OPTIMIZE_PARTITION_HOME = /root_dir/work/partitions
export OPTIMIZE_PARTITION_HOME
echo “Using OPTIMIZE_PARTITION_HOME:”
$OPTIMIZE_PARTITION_HOME