cancel
Showing results for 
Search instead for 
Did you mean: 

Import abap error while installation ECC6.0

Former Member
0 Kudos

Dear Friends,

We are getting following errors while installaing ECC6.0 with oracle 10g.

INFO 2014-01-05 23:46:12

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.14.xml'.

INFO 2014-01-05 23:46:12

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.15.xml'.

INFO 2014-01-05 23:46:16

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.8.xml'.

INFO 2014-01-05 23:46:16

Execute step runMigrationMonitor of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.

ERROR 2014-01-05 23:46:28

CJS-00030 Assertion failed: in function AbapSystemCopy_runImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir, javaHome, osUserName, osPassword, osGroupName) { ASSERT(arguments.callee, javaHome, "Java home argument is mandatory"); ASSERT(arguments.callee, osUserName, "OS user name argument is mandatory"); ASSERT(arguments.callee, !installer.onWindows() || osPassword, "OS user password is mandatory on Windows"); ASSERT(arguments.callee, installer.onWindows() || osGroupName, "OS group name argument is mandatory on UNIX"); ASSERT(arguments.callee, FSPath.getPath(javaHome).isExisting("DIRECTORY"), "Java home directory must exist"); var properties = AbapSystemCopy._preparePropertiesForImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir); var appArgs = AbapSystemCopy._createCommandLineArguments(properties); appArgs.push("-sapinst"); var javaArgs = {classpath:["migmon.jar"], mainclass:"com.sap.inst.migmon.imp.ImportMonitor", jdkArgs:["-showversion"]}; var app = (new ProcessMgt()).createJavaApplication(javaHome, javaArgs, appArgs); app.setLogname("import_monitor.java.log"); app.setUpdateGui(true); var retval = app.runAs(osUserName, osPassword, osGroupName); if (retval != 0) { throw new ProcessException("nw.programError", "Migration Monitor", retval, [app.getLogname(), "import_monitor.log"].join(", ")); }}Java home directory must exist

ERROR 2014-01-05 23:46:28

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2014-01-05 23:46:28

FCO-00011 The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

sdnsd

Looking forward for your vauable suggetions.

Thanks in advance.

Regards

Nirgun

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Check the env variable JAVA_HOME and try to check the version java -version

And also check whether the same value added to PATH variable also.

Regards

Nick Loy

Former Member
0 Kudos

Hi,

Try to set the JAVA_HOME variable and start the installation.

Mycomputer -> right click properties -> Advanced -> envroinment variables- > system variables

click new and set variable name as JAVA_HOME and value as <your jdk installation directory like c:\js2dk1.4.12)

Rgds,

JP.

Former Member
0 Kudos

Hi JP,

The environment variable java_home is already set but the problem is still not resolved.

I think there is problem in starting migration monitor at that time only it is giving the same error.

We are using windows 2003 OS.

Regards

Jiggi

Former Member
0 Kudos

Please paste the logs from "import_monitor.log" to assist you furher .

Thanks..

Mohit

peter_dzurov
Contributor
0 Kudos

What OS are you using?

Former Member
0 Kudos

Hi,

Java home directory must exist ERROR

It is indicating that installer is unable to determine JAVA_HOME .

Please check if "JAVA_HOME" environment variable is defined...

Also check PATH variable for java path.

Regards.

Rajesh Narkhede