| obiee 12c nqsserver.exe has stopped working |
I am Installation OBIEE 12c in Windows 7 and my installation was successful but I am unable to start presentation service.
While checking my BI Service I can See OBIS and OBIPS Services are SHUTDOWN and when I try starting it again I keep getting different errors “nqsserver.exe has stopped working” “oracle business intelligence has stopped working” “sawserver.exe crashes”
Below are the screenshots of nqsserver.exe has stopped working
Solution:
I doubt this issue is because I had multiple version of Weblogic and BI installed in the same machine and OBIEE 12c unable to locate to Wbem files.
I just added one line in start.cmd ( E:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi_foundation\bitools\bin\start.cmd)
Line which you need to add for Wbem:
set PATH=C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
Start.cmd should look lke below:
While checking my BI Service I can See OBIS and OBIPS Services are SHUTDOWN and when I try starting it again I keep getting different errors “nqsserver.exe has stopped working” “oracle business intelligence has stopped working” “sawserver.exe crashes”
Below are the screenshots of nqsserver.exe has stopped working
| obiee 12c nqsserver.exe has stopped working |
| obiee 12c nqsserver.exe has stopped working |
Solution:
I doubt this issue is because I had multiple version of Weblogic and BI installed in the same machine and OBIEE 12c unable to locate to Wbem files.
I just added one line in start.cmd ( E:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi_foundation\bitools\bin\start.cmd)
Line which you need to add for Wbem:
set PATH=C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
Start.cmd should look lke below:
| obiee 12c nqsserver.exe has stopped working |
Comments
Post a Comment