On an Admin tools only (no OBIEE server), version 11.1.1.7.1, runcat.cmd
has two invalid lines:
set ORACLE_HOME=$USER_INSTALL_DIR$\oraclebi\orahome
set JAVA_HOME=$JAVA_HOME$
This means that the script fails to run (because $USER_INSTALL_DIR$
is invalid).
I suspect this is because $USER_INSTALL_DIR$
and $JAVA_HOME$
are tokens that the installer should be replacing when it builds runcat.cmd
, but due to a bug doesn't
To get runcat.cmd
to work, strip out the $var$ and replace it with the correct path, eg: