cancel
Showing results for 
Search instead for 
Did you mean: 

SAP JVM BI4

former_member205194
Active Participant
0 Kudos

Hi All,

When I check the BI4 installation directory I see there are multiple locations where java.exe(JVM) is placed.

<Installation directory>\SAP BusinessObjects Enterprise XI 4.0\win32_x86\jre\bin

<Installation directory>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\bin

<Installation directory>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\jre\bin

1) Can someone please let me know which BI4 services(RAS, APS, etc) makes use which java.exe ?

2) How to find if they are 32-bit or 64-bit JVM ?

Thanks for all your support !

Thanks,

Monish

Accepted Solutions (1)

Accepted Solutions (1)

former_member926196
Active Participant
0 Kudos

Hi Monish,

The Java.exe is utilized from <Installation directory>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\bin and is a 64bit one.


-Ambarish-

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Monish,

1. The installation of the SAP BO BI platform installs two JREs in the following locations:

1.6.0_xx in <BIP_INSTALLATION_DIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64sapjvmbin

1.7.0_xx in <BIP_INSTALLATION_DIR>\SAP BusinessObjects Enterprise XI 4.0\win32_x86jrebin

There is also a jvm folder in <BIP_INSTALLATION_DIR>\SAP BusinessObjects Enterprise XI 4.0\win32_x86

The following processes uses java on the platform server:

WebApplicationContainerServer

AdaptiveProcessingServer

XcelsiusServer or DashboardProcessingserver

JobServer Child Processes

and,

Tomcat, wdeploy, UMT, etc.

On the client, you use java only if you are using Web Intelligence with the java viewer.


2. On a 64 bit server, any process viewed in Task Manager (doesn't have to be BusinessObjects) has a *32 next to its name if it is a 32-bit application/process!

Hope this helps.

-Sid