Question 6

What should I do to make /ACOOptAdmin.sh work?

For /ACOOptAdmin.sh to work, update the following parameters in the /ACOOptAdmin.sh file:
  • JAVA_HOME
  • OPTIMIZE_HOME
  • JDBCDRIVER_CLASSPATH

Use the -async option while running ACOOptAdmin utility on Cloud Native environments.

Using the -async utility triggers the desired operation on an Optimize session in the background before exiting.

Example: ./ACOOptAdmin.sh -u "user_name" -p "password" -sn "OptimizeSessionName" -async

Note: Not using -async may trigger an Optimize session run, but the polling, related to the session run progress, will fail.