cancel
Showing results for 
Search instead for 
Did you mean: 

sap bc installation

Former Member
0 Kudos

I am trying to install sap bc server 4.7,but when i run server.bat file on dos, i get the error as runserver.bat file is not recognized.Runserver.bat file is not present in c:\sapbc47\server\bin directory.Please solve this problem.

Accepted Solutions (0)

Answers (2)

Answers (2)

steven_dierick
Participant
0 Kudos

See SAP NOTE 629647

The Windows version of SAP BC 4.7 is not shipped with a JVM anymore!

Therefore you need to install a JRE/JDK first. The supported JDKs for the SAP BC Runtime and for compiling services with SAP BC can be found in attached SAP note 309834.

After installing the JRE/JDK you have to perform one of the following options:

  • Copy the content of the JRE directory to <server>\jvm and <developer>\jvm, where <server> and <developer> are the installation directories of the SAP BC 4.7 Server and SAP BC 4.7 Developer respectively. Thus you don't need to update the server.bat and integrator.bat.

Example: If your JDK/JRE is installed in c:\jdk1.3.1, then copy the content of c:\jdk1.3.1\jre to the jvm directory.

  • Edit the server.bat and integrator.bat and set the JAVA_ROOT variable to the location of the JDK on your system.

Example: If your JDK/JRE is installed in c:\jdk1.3.1, then change server.bat as follows:

SET JAVA_ROOT=C:\jdk1.3.1\jre

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

eddy_declercq
Active Contributor
0 Kudos

Hi,

Did you check service.sap.com/instguides

Eddy