cancel
Showing results for 
Search instead for 
Did you mean: 

Import ABAP error during ECC 6.0 installation on Win2003 with Oracle

0 Kudos

Dear friends,

I am trying to install ECC 6.0 IDES version on Windows 2003 server with oracle 10g. In fact I had tried few days before and I was getting the same error message. I had posted a separate thread for this and after few suggestions I have moved the sorce data to internald HDD which was earlier on external HDD. Secondly the page file only 4096MB and now I have changed it to 24GB. But still it is giving errors. Only thing is that I have changed the page file size after istalling Oracle, will this effect installation? or is this because of any files corrupted source HDD?

Kindly help me to solve this problem. I would be very much thankful to you. Here I am attaching DOKCLU.log; PCL2.log; sapinst.log; and import_monitor.java.log.

Please let me know if you need any further information.

- Ravinder.

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

Error log from DOKCLU.log is as below:

++++++++++++++++++++++++++++++

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

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

Compiled Apr 2 2006 23:26:45

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -i DOKCLU.cmd -dbcodepage 4103 -l DOKCLU.log -stop_on_error

DbSl Trace: ORA-1403 when accessing table SAPUSER

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8

(DB) INFO: DOKCLU created #20101202103735

(RFF) ERROR: invalid checksum in data file "D:\SAPDVD\IDES-Exp 2\EXP2\DATA\DOKCLU.001"

current table was "DOKCLU"

(DB) INFO: disconnected from DB

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

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

Error log from PCL2.log

+++++++++++++++++

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

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

Compiled Apr 2 2006 23:26:45

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -i PCL2.cmd -dbcodepage 4103 -l PCL2.log -stop_on_error

DbSl Trace: ORA-1403 when accessing table SAPUSER

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8

(DB) INFO: PCL2 created #20101202103740

(RFF) ERROR: invalid checksum in data file "D:\SAPDVD\IDES-Exp 2\EXP2\DATA\PCL2.001"

current table was "PCL2"

(DB) INFO: disconnected from DB

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

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

log from import_monitor.java.log

+++++++++++++++++++++++

Loading of 'SAPDODS' import package: OK

Import Monitor jobs: running 1, waiting 2, completed 40, failed 16, total 59.

Import Monitor jobs: running 2, waiting 1, completed 40, failed 16, total 59.

Loading of 'SAP0000' import package: OK

Import Monitor jobs: running 1, waiting 1, completed 41, failed 16, total 59.

Loading of 'SAPAPPL0_10' import package: OK

Import Monitor jobs: running 0, waiting 1, completed 42, failed 16, total 59.

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

log from sapinst.log

+++++++++++++++

Import Monitor jobs: running 2, waiting 9, completed 32, failed 16, total 59.

Import Monitor jobs: running 3, waiting 8, completed 32, failed 16, total 59.

Loading of 'SAPSSEXC_1' import package: OK

Import Monitor jobs: running 2, waiting 8, completed 33, failed 16, total 59.

Import Monitor jobs: running 3, waiting 7, completed 33, failed 16, total 59.

Loading of 'SAPSLOAD' import package: OK

Import Monitor jobs: running ...

ERROR 2010-12-03 05:43:19

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

ERROR 2010-12-03 05:43:19

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 .

-


Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

Hi Rahul,

Thanks for your valuable inputs, but when tried giving the below sqlplus command it is asking for user name and password and there I got stuck. Could you please let me know what is the default user and password or is there anyway we can skip it?

Resolution

stop the all oracle services.all r automatic mode.

restart the system

==> When we restart system again all the automatic oracle services starts right, do we need to stop them again before executing the below command?

login through

goto command promt and type

sqlplus "/as sysdba"

==> after this command it is asking for user name and password

sql> startup

exit

c:----


>lsnrctl (I do not understand this command, is it at C prompt or at SQL prompt?

lsnrctl>status (also do not understand how to give this command)

(look for the following message)

The command completed successfully

exit

now u start the installation.

Kindly help, it would be great if you could me your contact details, I will not disturb you but just in case of any help. Thanks once again. - Ravi.

Former Member
0 Kudos

Hi, Please check the below & try once.

C:\Documents and Settings\xyzadm>sqlplus "/as sysdba"

SQL*Plus: Release 10.2.0.2.0 - Production on Wed Sep 17 13:08:54 2008

Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production

With the Partitioning, OLAP and Data Mining options

Also check my business card for my contact

Edited by: Rahul on Sep 17, 2008 2:35 PM

0 Kudos

Hi Eric Brunelle,

I thought IDES is only training/learning software, I didn't know that it is illegal. Does it mean only authorized training centers have to use this software? But I saw many people selling ECC 5.0 and ECC 6.0 and all other components with installation etc etc. Any way, I will scrap it, its not working.

Thanks to all for your help.

Regards,

Ravinder.

Former Member
0 Kudos

Hi Ravinder,

This is most common error when we are trying to install

ECC IDES 6.0 with win 2k3 & Orc 10.2. Specially with home pcs or where we are getting trained where we use 2 gb ram & 300 GB HDD standard mother board,processor like intel , etc.,

If it is Import_abap phase that must be 18th phase if im not wrong.

Resolution

stop the all oracle services.all r automatic mode.

restart the system

login through <sidadm>

goto command promt and type

sqlplus "/as sysdba"

sql> startup

exit

c:----


>lsnrctl

lsnrctl>status

(look for the following message)

The command completed successfully

exit

now u start the installation.

Pls try doing this & problem must be resolved .

markus_doehr2
Active Contributor
0 Kudos

> This is most common error when we are trying to install

The error is pretty clear. The export source file is corrupt, R3load does CRC checksums and this file is not complete/modified.

That error has nothing to do with shared_pool or other Oracle parameters, the source file is corrupt.

Markus

Former Member
0 Kudos

dear sir

my self swaraj . i am new in the field of SAP. i m trying to install IDES ECC6 .. on window 2003 64 bit server with MAXDB data base .I have successfully done some previous steps and get solution manager key also to install the ECC 6 installation . which is important for installation

but last two days i got stuck on import abap .. kindy give me the solution so that i will continue my installation

and tell me how much time it will take to complete the installation .

pls help me ............

thanks

swarajsaini2rediffmail.com

markus_doehr2
Active Contributor
0 Kudos

The original thread is about Oracle - you are using MaxDB. You didn´t post ANY information where you are stuck, you didn´t post logfiles.

Unfortunately a crystal ball is not invented (yet) so how should we help you if we don´t know what your problem is?

Markus

Former Member
0 Kudos

dear sir

thanks for giving your precious time for me.

actually i was in process of installation of ECC 6 and now i got stuck on import abap (actually i don't know it exactly got stuck or in process). is 17 complete 1 waiting 1 running out of 19 from last two days it is still in process (shows task is in process) but there is no error msg got from the server.which i am going to install

i am not from sap back ground i have done all the process own

and i didn't know exactly how much time it will take to install with maxdb because the data base is of MAXDB is 220 GB .. so pls help me.

thanks dear

swaraj

<removed_by_moderator>

*No contact numbers here.

Read the "Rules of Engagement"

Edited by: Juan Reyes on Nov 5, 2008 3:23 PM

Former Member
0 Kudos

<removed_by_moderator>

*No contact numbers here.

Read the "Rules of Engagement"

Edited by: Juan Reyes on Nov 5, 2008 3:23 PM

former_member204746
Active Contributor
0 Kudos

you cannot "buy" IDES. this is completely illegal.

why are you expecting to get illegal IDES help on a SAP official forum?

0 Kudos

Dear Shabeer,

Thanks for your answer, this software DVDs I purchased from a person that might have corrupted. I am bit curious to know about how to download this. Could you please give me links from where I can download. Thanks for your help.

Regards,

Ravinder.

shabeer
Contributor
0 Kudos

If you hav S-user id go through link..

https://service.sap.com/swdc

shabeer
Contributor
0 Kudos

(RFF) ERROR: invalid checksum in data file "D:\SAPDVD\IDES-Exp 2\EXP2\DATA\PCL2.001"

current table was "PCL2"

Means your installation DVD's OR Dump corrupted. Download it again and continue from there