cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Export error

Former Member
0 Kudos

Hi Experts,

I am taking ABAP export of a system. While taking export in Execute Service phase I have encountered the following error:

ERROR 2011-02-10 14:26:48

FCO-00011 The step runR3szchk with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|runR3szchk was executed with status ERROR .

I have update the following three files:

R3ldctl_9-10005995.SAR

R3load_42-10005995.SAR

R3szchk_10-10005995.SAR

But still after updating these 3 files I am getting the same error.

Plesase help me on this. Thanks in advance!

Cheers,

RJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

From the log directory ,please give us more detail on runR3szchk phase or run

This must have the latest file which is updated in log directory and this will help to drill down problem

Ganesh

Former Member
0 Kudos

Hi Ganesh,

Following error message is there in my log file:

INFO 2011-02-10 14:49:34

An error occured and the user decided to retry the current step: "|NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection".

INFO 2011-02-10 14:49:34

Creating file C:\Program Files\sapinst_instdir\ERP\LM\COPY\MSS\EXP\CENTRAL\AS-ABAP\EXP\R3load.exe.log.

ERROR 2011-02-10 14:49:34

FSL-06002 Error 14001 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

) in execution of a 'CreateProcess' function, line (310), with parameter (D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe ...).

INFO 2011-02-10 14:49:34

Working directory changed to C:\Program Files\sapinst_instdir\ERP\LM\COPY\MSS\EXP\CENTRAL\AS-ABAP\EXP.

ERROR 2011-02-10 14:49:34

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

ERROR 2011-02-10 14:49:34

FCO-00011 The step testDatabaseConnection with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

And I have updated the latest R3szchk in the directory.

Cheers,

RJ

Answers (2)

Answers (2)

Former Member
0 Kudos

HI RJ,

Please check note 1511197 and Delete line &compress& from file DDLORA.TPL

Check R3load -version command from command prompt...

Sometime new kernels are not work due to microsoft VC runtime ... In that case you has to download vcredist_x64.exe (for X64) from microsoft & execute (if it was not applied)

Former Member
0 Kudos

My above error has been resolved. Thanks!

Now I am getting the following error:

FCO-00011 The step runMigrationMonitor with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

Thanks,

RJ

Former Member
0 Kudos

Check test_MIGKEY.log file... Use migration key provided in the following notes based on SAPINST you are using, if its showing invalid migration key in the log file

1317500 Hom./Het.System Copy SAP NW 7.0 incl. EHP 1 SR1

1238351 Hom./Het.System Copy SAP NW 7.0 incl. Enhancement Package 1

Former Member
0 Kudos

Can you post more details from the installation directory logs?

Former Member
0 Kudos

Could you tell me how did you solved this first problem?

JPReyes
Active Contributor
0 Kudos

Please post the errors on R3szchkExport.log

Regards

Juan

Former Member
0 Kudos

I guess R3szchk issue has been resolved. I am getting the following error:

ERROR 2011-02-10 14:49:34

FCO-00011 The step testDatabaseConnection with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

I am into Execute Services phase.

Cheers,

RJ

JPReyes
Active Contributor
0 Kudos

Can you run R3load -testconnect from a command prompt and post the error?

Also check that your environment variables are properly configured specially LD_LIBRARY_PATH

LD_LIBRARY_PATH should point to your kernel and db library.

Regards

Juan