cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NetWeaver 7.02 ABAP Trial Version Installation

Former Member
0 Kudos

Hallo Dear Friends,

I am having problems installing SAP NetWeaver 7.02 ABAP Trial Version on my Windows 7 Professional Computer.

I keep getting the following error:

Here is a post of what the "Environment Variable" looks like:

Here is the screen shot to show where JAVA is installed:

Here is the version of Java that is installed:

As mentioned above the Path is also set to the relevant Java bin directory.

Installing the trial seems to be like "Rocket Science", can some one please assist me ?

Many Thanks and Kind  Regards

SG

Accepted Solutions (1)

Accepted Solutions (1)

former_member192421
Active Participant
0 Kudos

Hi Mr. Gupta,

First of all you need to install this with Administrator's right.

The envrironmental variable JAVA_HOME is not set correctly. Command java -version is showing Java version 1.6.0_37, that means 1.6 version of java is installed in your PC. Check this folder once:
"C:\Program Files\Java"

Could you please tell us whether you have installed JRE or JDK?

This can be found out by seeing the installtion folder OR Add/remove program from control panel.

As per SAP recommendation you need to install JRE 1.4.2.x or 1.5.0.x for Installation.

Take for example:

If JRE 1.5.0_09 is installed in your system at path "C:\Program Files\Java\jre1.5.0_09" then set your environmental variable

"JAVA_HOME" as "C:\Program Files\Java\jre1.5.0_09\bin".

For more details on installation please follow the below:

http://www.youtube.com/watch?v=km0MbEQxvOo&feature=related

I hope this helps.

Regards,

Rajkumar

Former Member
0 Kudos

Dear Rajkumar,

Thanks for your help. I already tried all kinds of versions of JRE and JDK.

I am declaring the JRE directory in the JAVA_HOME and in the PATH I give the \bin directory. Still nothing happens.

Is there a simpler way to get this done ?

SG

former_member192421
Active Participant
0 Kudos

Hi S G,

Make sure your are restarting your system after setting the environmental path.

Regards,

Rajkumar

Former Member
0 Kudos

Hi Rajkumar,

Thanks for your help, it worked.  I now have the system installed, but I still have a bit of a problem.

There are only developer tools in this install. I mean the modules like Logistics and QM are not there. Is there another trial software to get these modules ?

Kind Regards

SG

former_member192421
Active Participant
0 Kudos

Hi S G,

The NetWeaver that you have installed is a Developers Edition. In order to get the Functional Modules, you need to install IDES version of ECC/ NetWeaver or any other. You can get it from SAP Service Marketplace and for that you need to login your S user ID.

Regards,

Rajkumar

Former Member
0 Kudos

Hi Rajkumar,

Thanks for your kind assistance. I am some how not able to locate this IDES download link on

http://www.sdn.sap.com/irj/scn/nw-downloads

Can you please guide me to the correct link.

Kind Regards

SG

former_member192421
Active Participant
0 Kudos

Hi S G,

I already mentioned it in my previous communication to you.  You can get it from SAP Service Marketplace and for that you need to login your S user ID.

If you don't have the S user ID, then you won't be able.

Regards,

Rajkumar

Answers (1)

Answers (1)

Former Member
0 Kudos

JAVA_HOME environment variable must point to root directory not bin. In your case set JAVA_HOME=c:\java.

Regards,

Roman