cancel
Showing results for 
Search instead for 
Did you mean: 

Error during installing Solution Manager at step 18 of 25 (import ABAP)

Former Member
0 Kudos

During installing Solution Manager, I got following errors and can't compleate installing.

==========================

ERROR 2007-02-15 11:05:22

CJS-30022 Program 'Migration Monitor' exits with error code 2. For details see log file(s) import_monitor.java.log, import_monitor.log.

ERROR 2007-02-15 11:05:22

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 .

==========================

and the import_monitor.java.log says,

========================

java version "1.4.2_13"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)

Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)

Required system resources are missing or not available:

Import directory '
jlc-w1\DVD.image\SolutionManager\InstallationExport\EXP1' does not exist;

Import directory '
jlc-w1\DVD.image\SolutionManager\InstallationExport\EXP2' does not exist;

Import directory '
jlc-w1\DVD.image\SolutionManager\InstallationExport\EXP3' does not exist;

Import directory '
jlc-w1\DVD.image\SolutionManager\InstallationExport\EXP4' does not exist.

====================================

The folder
jlc-w1\DVD.image\SolutionManager\InstallationExport\EXP1 ,2 , 3 ,4 exists, and can be accessed. (In previouse steps, those folders are accessed, correctly)

Strictly speaking,
jlc-w1\DVD.image\ is mapped as drive z:

I also tried put InstallationExport\EXP1 , 2, 3 and 4 at local drive c:

However the result is same, I got same error.

Does anyone know this problem?

Please help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

this has to do with your java version

The version you use 1.4.2_13 gives that error

We also had that problem and used the version 1.4.2_10 and every worked fine after that!

Answers (7)

Answers (7)

Former Member
0 Kudos

Thank you for the information,

I have tried with following condition.

I've copied image from DVD to

C:\EXP1

C:\EXP2

C:\EXP3

C:\EXP4

(C: is local drive)

Then compared all copied files in the local drive and DVD image. Verified all files are identical. also made all files and folder under those folder have R/W permission.

However I still get same error. ( I did this from fresh OS and new installation as well)

I used filemon.exe during installation to monitor file access. During other step of the installation, files under EXP1,2,3,4 were accessed successfully.

Former Member
0 Kudos

hi,

Faced the similiar situation in a different installation where the location physicaaly exits but the installation complains thta it does not exist and the solution was the user did not have acees to write data in to these directories and also make sure that the installation dvds or dump have read acees for all the users.

Regards

Ravikanth

Former Member
0 Kudos

Hello,

Thank you for the information.

However, I already did tried,

JDK 1.4.2.9 , 1.4.2.10, 1.4.13

for each try, I've set up fresh OS (Windows 2003 enterprise SP2)

, not continuing old installation,

also I did operate as Administrator.

Former Member
0 Kudos

Hi,

Do you have the complete installation set in the local drive? I have got the same issue when my inst media was not copied properly. Even the inst media location has to be simple. Wonder why, but I have had issues when I has created folders with long names with spaces, etc.

Former Member
0 Kudos

No it did not resolve.

Former Member
0 Kudos

Hi Fumiaki,

The possible issue and resolution forr this may be that:

1. Copy all the installation media to the local drive.

2. Install JDK 1.4.2_09 or 10.

3. Login to <SID>adm user and then install new installation. (Do not continue the old one).

This should get you through the installtion. If not, please do post the new sapint log which gets generated now.

Regards,

P. Kumaravel.

Ps: Award points for helpful answers.

Former Member
0 Kudos

Hi Fumiaki,

was this the solution?

Greetingz

Lars

Former Member
0 Kudos

Fumiaki,

Don't use network drives, mount local drives for installation..

Best Regards.

Former Member
0 Kudos

Thank you for the apply.

I tried with java version "1.4.2_10" , however I got same problem.