cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Migration key

Former Member
0 Kudos

Dear expert

I am import sap system through system copy methored

during starting of ABAP Import phase it's prompt me to enter Migration key I gave it but it say's Invalid

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140301123959

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140301125743

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/740_REL/src/R3ld/R3load/R3ldmain.c#2 $ SAP

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: version R7.40/V1.7 [UNICODE]

Compiled Apr 10 2013 20:36:43

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load -dbcodepage 4102 -i test_MIGKEY.cmd -l test_MIGKEY.log -K 1gQgf5M50Dv01eqtfaQy3A96

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16

(GSI) INFO: dbname   = "DEV20140301090313                                                                                                               "

(GSI) INFO: vname    = "ORACLE                          "

(GSI) INFO: hostname = "ERPDEV                                                          "

(GSI) INFO: sysname  = "AIX"

(GSI) INFO: nodename = "ERPDEV"

(GSI) INFO: release  = "1"

(GSI) INFO: version  = "7"

(GSI) INFO: machine  = "000D94DBD400"

(VK)  INFO: installation number = "0020599121"

(VK) ERROR: invalid migration key

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)

/usr/sap/DEV/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140301125743

source IBM DB2 for UNIX and Windows

target  oracle

regards

Accepted Solutions (1)

Accepted Solutions (1)

Sriram2009
Active Contributor
0 Kudos

Answers (5)

Answers (5)

Former Member
0 Kudos

Issue solved. export and import both are different installation number used , I request the exported how export the sap system he generate Migration key under his installation number

Thanks again all for help to resolved this issue

Regards

Former Member
0 Kudos

I suggest you to close the thread now.

Regards,

Nick Loy

Former Member
0 Kudos

Hi Shahid,

Please check note  1768158 - System Copy of Systems Based on SAP NW 7.0 / 7.0 EHP 1-3

ABAP import fails with 'invalid migration key'

The ABAP import aborts when checking the migration key. In the logfile test_MIGKEY.log the following error message appears:
ERROR: invalid migration key
Prerequisites:
The source system has already installed a new, digitally signed SAP license. You can check this by calling transaction SLICENSE: The license is only displayed when you click on the 'New Licenses' button.
Solution:
Use the following migration key (valid until 31/DEC/14):
1G5fdEM50DwIrBzjt6TE5Pae

Please try and let us know if you can proceed further

Thanks & Regards

Amit Shedge

ahmed_ibrahim2
Active Participant
0 Kudos

Hi Shahid ,

it seems the kernel version ( R3LOAD version ) used is different than the one defined during migkey generation.

The migration key must match the R3LOAD version. If asked for the SAP R/3 Release, enter the release version of the used R3LOAD

you can check R3load version from Log files, or run the R3load -v

Best Regards

AhMeD

Former Member
0 Kudos

Thanks all for support and guidance

following is the source system SAPAPPL0.log information

_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP

/usr/sap/C42/DVEBMGS10/exe/R3load: version R7.40/V1.8 [UNICODE]

Compiled Jul 23 2013 21:07:34

/usr/sap/C42/DVEBMGS10/exe/R3load -e SAPAPPL0_1_1.cmd -datacodepage 4102 -l SAPAPPL0_1_1.log -stop_on_error

(DB) INFO: connected to DB

(DB) INFO: Export without hintfile

(GSI) INFO: dbname   = "C42                                                                                                                             "

(GSI) INFO: vname    = "DB6                             "

(GSI) INFO: hostname = "UNKNOWN                                                         "

(GSI) INFO: sysname  = "AIX"

(GSI) INFO: nodename = "slcmin"

(GSI) INFO: release  = "1"

(GSI) INFO: version  = "6"

(GSI) INFO: machine  = "000F5D41D900"

(GSI) INFO: instno   = "0020599121"

I am unable to understand why (GSI) INFO: hostname = "UNKNOWN   "

as per sap note 1519000 - ERROR: invalid migration key

" In the installation directory, a MIGKEY.log or test_MIGKEY.log is written at the same time. If the entry

....

(VK) ERROR: invalid migration key

...

is to be found here at the end of the log file, the migration key is incorrect.  In this case, you must ensure that you have generated the migration key under the alias service.sap.com/migrationkey for the installation number of the source system. The information relating to OS, DB and so on is required for statistical purposes, but is not used for generating the migration key. "

can I create installation number of the source system in my portal  then generate migration key from that installation number ?

Regards

former_member188883
Active Contributor
0 Kudos

Hi Shahid,

You can try using the migration key provided by SAP Note 1120872..


Hope this helps.


Regards,

Deepak Kori

ahmed_ibrahim2
Active Participant
0 Kudos

Dear Shahid ,

can you refer to the following snote

338372 - Migration key does not work


be sure All entries are case sensitive, you can double check your entries in related to source system from *.LOG files in installation directory (

The header entries (GSI) of the export *.LOG file show important information which

is used for  the migration key generation) and entries Related to your target system to be retrieved  from MIGKEY.log in installation directory in target system

Best Regards

AhMeD