Hi,
I have installed OBIEE Client 11.1.1.7 in a Windows Server 2008 R2 64 Bit system.
I have a requirement to start the following utilities from command prompt:
Administration Tool
Catalog Manager
Job Manager
I can start Admin tool and Job Manager from command line using the following commands -
Admin Tool
C:\Windows\System32\cmd.exe /k "C:\Program Files\Oracle\OBIEE_Client_11.1.1.7_ENG\oraclebi\orahome\bifoundation\server\bin\bi_init.bat" coreapplication admintool.exe
Job Manager
C:\Windows\System32\cmd.exe /k "C:\Program Files\Oracle\OBIEE_Client_11.1.1.7_ENG\oraclebi\orahome\bifoundation\server\bin\bi_init.bat" coreapplication jobmanager.exe
But I am not able to start the catalog manager from command line. When I am trying to run runcat.cmd from "C:\Program Files\Oracle\OBIEE_Client_11.1.1.7_ENG\oraclebi\orahome\bifoundation\web\catalogmanager" location, it throws an error that "Windows can not find javaw".
Could you please throw some light on it.
Thanks