cancel
Showing results for 
Search instead for 
Did you mean: 

Install issue with latest WAS 6.3 download, Windows Server 2003

Former Member
0 Kudos

I ran into install issues on WS2003.

1) J2EE_ENGTOOLSINS_J2EE.JAR needed to be renamed INS-J2EE.JAR

2) I also had many errors during the install. In the log files, there are alot of lines like the following:

INFO 2003-10-02 22:11:50

CJSlibModule::writeLogEntry()

J2EE engine JC00 of SAP System C11 didn't come up after 320 seconds: waiting for another 20 seconds.

3) There seemed to be significant issues with SDM

After all the errors, I hit continue to continue the installation. The SAP MMC is installed and running but it's not clear that everything is in an okay state.

This is on a fresh WS2003 system.

Thoughts?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gregory,

the Sneak Preview Edition of Web AS runs only on Windows 2000 and XP. There are several issues around WS2003 which will be resolved in later versions.

Many greetings

Ivo

Former Member
0 Kudos

Hi,

I tried to install the sneak preview on a win XP machine. The installation aborted with the message that I should install SP1 for Win 2000. In the readme.txt file in the root directory of the CD in the system requirements section XP is not listed. Does anybody have an idea what is the problem with XP?

Kai

Former Member
0 Kudos

Hello Kai,

this is a known bug with this Sneak Preview Edition. If you have upgraded from Windows 2000 to XP the installation does not work. It requires a fresh XP installation.

Greetings

Karin

Former Member
0 Kudos

Hello.

I?ve found solution, or better workaround for this problem (Windows XP + WAS).

1) If you have alredy tried to install WAS then you should delete folder "C:Program Filessapinst".

2) If your WAS installation copy is on CD you need to copy it to your hard drive (into e.g. YOURDIR).

3) Then you go to "YOURDIR SAPINSTNTI386" and open file control.xml for edition.

4) In control.xml you go to line 34322, which looks like :

"return w2k_spcheck_internal(5, 1, version, inValidator); "

5) Then you should replace first parameter passed to w2k_spcheck_internal function from 5 to 6.

6) Close and save.

7) Now you can run sapinst.exe in "YOURDIR SAPINSTNTI386" directory.

BTW, I don?t know Service Pack 1 for XP is needful for WAS installation.

Greetings

Arek

Former Member
0 Kudos

Cool, thanks Arek!

Cheers

Ivo