cancel
Showing results for 
Search instead for 
Did you mean: 

ECC error:CJS-30022 Program 'Migration Monitor' exits with error code 103

Former Member
0 Kudos

Hi All,

I am installing ECC 6.0 in windows OS with MaxDB database.

I am getting this error at the Import ABAP step.

ERROR 2008-08-05 11:35:25

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

ERROR 2008-08-05 11:35:25

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|10|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 .

The import_monitor.log contais this error:

ERROR: 2008-08-05 11:34:52 com.sap.inst.migmon.LoadTask run

Loading of 'SAPAPPL1' import package is interrupted with R3load error.

Process 'D:usrsapEC6SYSexeucNTI386R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -nolog -c 0' exited with return code 2.

For mode details see 'SAPAPPL1.log' file.

Standard error output:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

WARNING: 2008-08-05 11:35:25

Cannot start import of packages with views because not all import packages with tables are loaded successfully.

WARNING: 2008-08-05 11:35:25

1 error(s) during processing of packages.

INFO: 2008-08-05 11:35:25

Import Monitor is stopped.

How to solve this?

I have checked the Sdn forum many have asked this question, but there is no solutuion for that.

Any help will be appreciated with points.

Regards

Manisha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I strated the installation but again stuck at the same error, but this time the appl1.log contains this:

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080806122411

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]

Compiled Mar 14 2006 23:27:59

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -nolog -c 0

(DB) INFO: connected to DB

(DB) INFO: The MaxDB logwriter is switched off#20080806122413

(TSK) ERROR: file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ADA\CENTRAL\AS\SAPAPPL1.TSK.bck already seems to exist

a previous run may not have been finished cleanly

file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ADA\CENTRAL\AS\SAPAPPL1.TSK possibly corrupted

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080806122415

How to solve this?

As its saying:

SAPAPPL1.TSK.bck already seems to exist

a previous run may not have been finished cleanly

Is it pointing to some MaxDB backup file?if yes then how to solve this issue?

Regards

Manisha

Former Member
0 Kudos

Hello,

This is because you didn't clean all files from your previous installation.

Please delete the following file and retry. C:\Program Files\sapinst_instdir\ERP\SYSTEM\ADA\CENTRAL\AS\SAPAPPL1.TSK.bck

Best regards,

Olivier

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Olivier,

I removed that TSK.bck from the programfiles. Still it is with me.

I started the installation once again. And now its throwng one more error SAPview.log

(DB) ERROR: DDL statement failed

(CREATE VIEW "Z_T_BW310_2" ( "MANDT" , "KOKRS" , "KOSTL" , "BUKRS" , "VERAK" , "MATKL" , "MENGE" , "MEINS" , "PREIS" , "WAERS" , "BEDAT" , "WERKS" , "MATNR" , "BANFN" , "BNFPO" ) AS SELECT T0001."MANDT", T0001."KOKRS", T0001."KOSTL", T0001."BUKRS", T0001."VERAK", T0002."MATKL", T0002."MENGE", T0002."MEINS", T0002."PREIS", T0002."WAERS", T0002."BEDAT", T0002."WERKS", T0002."MATNR", T0002."BANFN", T0002."BNFPO" FROM "CSKS" T0001, "EBAN" T0002 WHERE T0001."WERKS" = T0001."WERKS")

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) ERROR: DDL statement failed

(CREATE VIEW "Z_T_CO_BW" ( "KOKRS" , "KOSTL" , "VERSN" , "KSTAR" , "WOG001" , "MEG001" ) AS SELECT T0002."KOKRS", T0002."KOSTL", T0001."VERSN", T0001."KSTAR", T0001."WOG001", T0001."MEG001" FROM "COSS" T0001, "CSKS" T0002 WHERE T0002."MANDT" = T0001."MANDT")

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) INFO: disconnected from DB

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: job finished with 3108 error(s)

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080806132854

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080806134255

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE

Compiled Mar 14 2006 23:27:59

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -nolog -c 0

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: DbSlErrorMsg rc = 99

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)

D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080806134255

What do you suggest?

Why I am getting this error?

In the SAPnote 455195: its given to merge the TSK and TSK.bck files after the elimination of the error.

Preveously i got one error with Administrator user and i solved that by starting the installation with SIDADM user.

Then how to merge the two files?

And now why i am getting this error.

Any clue?

Manisha

Former Member
0 Kudos

Hello,

It's not good to switch from user to another during the installation. You will probably need to start again from the begining. Did you delete the .bck file before running the commande I gave you?

If yes, then I think it will be difficult to continue the installation because the .tsk file is probably corrupted.

First, could you please ensure that your database is still running?

Best regards,

Olivier

Former Member
0 Kudos

Hi Olivier,

I Yes before restarting the installation i removed that TSK.bck from the programfiles and kept in some other place.

I switched from Administrator to SIDadm user as i was facing the problem with the authirization to the user. And according to the SAP note:

it suggests:

set the following user rights to the Administrators group.

This can be assigned by opening the Administration Tools -> Local Security Settings and then adding the admin group/user to the below rights:

1) Act as part of the operating system

2) Increase quotas

3) Replace a process-level token

But I was unable to do that. As the system is inside our company domain, and i cant give the authirization for the process-level token.

So i changed the user to SIDadm and that error was eliminated.

But whether this TSK.bck is corrupted?

I still have that file.

Could i merge that again and start the installation?

It seems the error is with the database.

How to solve all these?

Manisha

Former Member
0 Kudos

Did you check if there is no problem with the database? You can maybe try to restart the database first.

If there is no problem with database then you can try to merge the file again...but I'm not sure it will work.

Former Member
0 Kudos

Hi Olivier,

Thanks for your reply.

Now i can procedd with the installation without that error.

Rewarding points for this.

Manisha

Former Member
0 Kudos

Hi,

i formated the system after uninstallation. Then again i started installation.

Anyways whether i will delete that backup file from the path specified?

Manisha Das

Former Member
0 Kudos

Sorry!

No don't delete the file then. Please have a look at SAP note 455195.

You can execute the following command and retry the installation.

R3load -merge_only C:\Program Files\sapinst_instdir\ERP\SYSTEM\ADA\CENTRAL\AS\SAPAPPL1.TSK

This will merge the content of the .bck.

If you have problem with this command, read the note. You will find some info to proceed this command manualy.

Best regards,

Olivier

Edited by: Olivier Vanderperre on Aug 6, 2008 10:23 AM

Former Member
0 Kudos

Hi,

I have checked that log and its showing connect to database failed and datavase is not running.

And mu database is MaxDb.

When i am trying to up the DB, it showing some error. Could not start SAPDB.

I can find two instances for DB in the windows services.

Before installing the ECC, I installed the MaxDB, then started ECC 6.0 installation.

But MaxDb will be automatically installed in the process of ECC 6.0 installation.

Is it the case for error?

Manisha

Former Member
0 Kudos

Unfortunately yes...It should be the problem and it's probably not the only one. You could correct it but as you are not far in the installation I would suggest you to start from the beginning.

Please first uninstall everything and start a new installation.

With MaxDB SAPinst will install the database automaticaly. It works very well and you should'nt have this kind of problem if you start the installation from the beginning without having installed MaxDB first..

Best regards,

Olivier

Edited by: Olivier Vanderperre on Aug 5, 2008 9:14 AM

Former Member
0 Kudos

Hello,

Could you please post the log SAPAPPL1.log ? it will help us to find out the problem.

Best regards,

Olivier