cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Problem

Former Member
0 Kudos

I am trying to install the sneak preview to SAP Web Application server Java 6.40 on Windows XP home edition and I run into the following error:

var os_name = installer.onWindows() ? "NT" : "UNIX";

var sInfo = new SystemInfo(); var sdbinst_path = installer.getCD("RDBMS-ADA") + "/" + os_name + "/" + sInfo.getOSFAName(); var v_obj = get_sdb_version_from_rdbms_cd(sdbinst_path); var s_cd_version = v_obj.major + v_obj.minor; if (s_cd_version == "75") { var s_sw_version = get_base_version(); ASSERT(arguments.callee, Number(s_cd_version) <= Number(s_sw_version), ": The database software on the host has the version: " + s_sw_version + ", the software on cd: " + s_cd_version + ".The database client software version is out of range. Upgrade the database client software and retry this installation!"); }}: The database software on the host has the version: 74, the software on cd: 75.The database client software version is out of range. Upgrade the database client software and retry this installation!

WARNING 2004-07-18 18:54:01

The step check_base_software with step key J2EE_Workplace|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDefault|ind|ind|ind|WebAS|630|0|J2EE_Engine|ind|ind|ind|J2EE_Engine|630|0|J2EE_Engine_SAPDB_Webtools_internal|ind|ind|ind|ind|ind|0|SAPDB_DB_SOFTWARE|ind|ind|ind|ind|ind|0|check_base_software was executed with status ERROR.

Can someone give me some help as to how to fix this problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There's an older version of SAP/MaxDB detected. You have to remove or upgrade (to V75) it before running the installation.

Regards

Stefan