Homogeneous system copy ( sapinst or db specific method )

I want to make homogeneous system copy ( NW7 ) of ECC6 from PRD to make a QA system on HPUX/Oracle environment. I am wondering which of the following method is better way to go
System copy with the help of sapinst
or
Database specific method
What are the steps of each method?
Please help, your help will be highly appreciated.
Best Regards,
-Al

Hi Al,
Using sapinst is the supported method by SAP but it takes much longer as you'll need to export/import the data and doing this affects availability of your PRD system.  Most companies perform DB backup/restore as it is much quicker and does not require an outage of your PRD system (if you have online backups).  Different databases have different tools for this operations.  Since it only a QA system, I would suggest you do a DB backup/restore.
Regards,
Thomas Pham

Similar Messages

  • MSSQL Homogeneous System Copy : SAPINST cannot connect to default database

    Hello.
    We want to perform a homogeneous system copy, following Note 151603.
    We have attached the source DB (RP1) to the destination DB (RD4) following the above mentioned Note.
    Now, logged to the server as DOMAIN\rd4adm , we want to execute the SAPINST, as indicated in the Note 683447, but when giving the password for user rd4adm we get a pop up
    Cannot connect to R3SVIL\RD4 [SQL Server]Cannot open user default database. Login failed.
    R3SVIL is the server. Login is done with windows authentication (connected as domain\rd4adm)
    We cannot find a Note descibing this issue and how to fix it, must be something with user : does anybody have suggestion or solution?
    Thanks a lot,
        Dino

    Hi,
    did you apply SAP note 551915 - R/3 won't start after database restore or database copy
    also check Note 806925 - SQL Error 4064: Cannot open user default database
    regards,
    kaushal

  • Homogeneous System Copy - Installation of Database Instance not possible...

    I try to create a SAP NetWeaver 7.0 SR3 Portal based on a homogeneous SAP System Copy. Therefore I already installed in a first step (first option within SAPINST for installing a target system of a system copy) the Central Services Instance successfully on a machine. In the next step I'd like to create the Database Instance with SAPINST but I cannot choose the DB instance that I already created based on a restore within the new DB server (MS SQL 2008 Cluster installation). I can only choose the local machine for using a DB instance but there is no MS SQL Server installed!
    Do I have to start SAPINST on the DB server itself which is not possible/allowed (due to operating/organization reasons)?
    Is there any SAPINST parameter which I have to use for telling SAPINST that the DB is located on a different server?!?
    The documentation just says:
    The target system is installed using the exports from the source system.
    Choose the installation services exactly in the order they appear. For more information, see the MS SQL Server installation guide for your SAP system at http://service.sap.com/installnw70.
    On the SAPinst screen SAP SystemDatabase make sure to select Homogeneous System Copy (MS SQL Server-specific: Detach/Attach or Backup).
    Thanks for supporting and Regards,
    Claudio Schmidt

    OK, SAP Note 1076022 says:
    SAP installation packages on SAP Service Marketplace
    On March 27, 2008, SAP released the Netweaver installation package SR3, which supports SQL Server 2008 (R2). Note 1152240 discusses the details and lists some restrictions. Make sure you carefully read Note 1152240 and use a recent enough installation master DVD.
    SAP Note 1152240 says:
    If you want to perform a system copy of an SAP system that is based on SAP NetWeaver 7.0 SR3 on SQL Server 2008 (R2), you cannot use the Installation Master and Kernel DVD that you received from SAP or downloaded from SAP Service Marketplace (SMP). Instead, you have to do the following:
    - Patch your runtime libraries as described in SAP note 684106
    - Use a modified Installation Master DVD. For more information, see section "IV Creating a modified Installation Master DVD".
    - Use a modified Kernel DVD. For more information about how to create a modified kernel DVD, see SAP note 1480785.
    What problem is fixed by using the modified Installation Master DVD? Is it possible to install the DB part on a server apart of the local machine where SAPINST is run (my initial question/problem I want do resolve)?
    Regards,
    Claudio

  • Homogeneous system copy using export/import on WIn/Ora

    Dear experts,
    i need to know the homogeneous system copy procedure using export/import method for following scenario as we are in the process of Data center migration of SAP systemsfrom location to another location.
    Source system:
    ECC6/BI7/APO(ABAP stack)
    OS:WIndows 2003
    D:B:Oracle 10g
    Target System: New hardware installed on Virtual environment(VMware)
    No change of SID
    ECC6/BI//APO
    OS:WINDOWS2008
    D:B: Oracle 11g
    It would be great if anyone can share the documentu2019s/links (Not SAP homogeneous system copy guide) which you have prepared for the homog. system copy using export/import on Windows/oracle  as i have done the system copy using backup/restore for ABAP stack and export/import for Java stack so far.
    Therefore i am not sure about this procedure/prerequisites/checklist needs to prepare as i have gone through the SAP guide but it is not step by step document.
    Cheers

    There are two approacahes for your  project
    1) First wether to use Oracle11g on target database
    2) Continue with Database Oracle 10.2 on traget database
    If you want to use Oracle11.2 on your target database you have to search the installers which are supported for 11.2 database. If the installers are available then only you can install your target database using Oracle11.2.Other wise t use Oracle10.2.0.4 is supported on Win2008r2. You can use this version of Oracle database to build ur target database.It works fine . Absolutely no problem.
    Later on you can upgrade the Oracle10.2 to 11.2 Onwards.
    If installers are avialble you can use Oracle11.2 also. There is absolutely no problem.
    As per my knowledge installers are available and supported with Oracle11.2.Also check the PAM before arriving on any deciscion.

  • Homogeneous System Copy using DB6 specific procedure

    Hello all,
    I'd like to do homogeneous system copy from source system(hostname: host01) to target system(hostname: host02) using DB2 backup/restore procedure.
    Because SAP database has some tables related their hostname, I think it cause some conflicts between target system's hostname(host02) and the records in the new database on target system(it still remains "host01"). 
    Can I avoid this conflicts if I use DB6 redirected restore method?
    Or do I have to do R3load export/import like hetero system copy?
    I know I can start SAP system when I set SAPLOCALHOST=host01 in instance profile on host02, but is there any other good workaround?
    I wonder how you will do if you face this situation.
    Any comments would be appreciated.
    Regards, Ikue

    Hi dirk,
    Thank you for your reply.
    As you mentioned, System copy often brings changing hostname, so the post processing in the SAP's Guide should cover all of influences.
    I had thought SAP database does not contain hostname entries anymore, but, I found one table which contains DBHOST name in ECC database: SAP<SID>.DB6NAVSYST
    ex) SID=ST8, hostname=athens
    athens:db2st8 66> db2 "select DBHOST from SAPST8.DB6NAVSYST"
    DBHOST
    athens
      1 record(s) selected.
    Can I believe these entries will be adjusted during System Copy operation along SAP's Guide(both DB2 backup/restore and R3load)?
    If Yes, when does adjusting occur? (at post processing or during SAPinst?)
    I have very negative impression of changing hostname of SAP system since I read Note 8307...
    Does SAP support change hostname if I do System Copy?
    Best regards,
    Ikue

  • Homogeneous system copy db-specific procedure,  Incorrect Migration Export?

    Hello,
    I am still attempting to perform a homogeneous system copy of a NW2004s WebAS Java EP portal system using database-specific system copy with Oracle. OS is Suze 9 Linux.
    I am on the very last step of sapinst on the target system and I have the error message: 
    You entered: /oracle/CEP/sapdata1/systemcopyout/JAVA Found the label SAP:JMIG:700:::* but need the label SAP:MIGSDM:700:::*
    I'm pretty sure I followed the correct procedures to export the source system, using the database-specific procedure but it appears that only the JAVA portion was exported while the import is looking for SDM.
    Does anyone have any suggestions?
    Thanks,
    Judith Leitner

    Hi Judith,
    In my experience please use SAPINST to export your JAVA system as well, as because the J2EE Engine not only keeps information from in the JAVA Database but also on the file system (e.g. the ones from SDM).
    Thus, please do the following:
    1. Export your source database using SAPINST (which in turn calls JLoad).
    2. Import into your target system using SAPINST (which in turn calls JLoad).
    This is proven and should help.
    Regards, Dibya

  • Db2 homogenous system copy using DB specific tools.

    Hi,
    I'm currently doing a homogenous system copy using db specific tools option (DB2). I did an offline backup of the source system using db2 backup database command, then ran SAPinst (NW70SR2) on the source system to go through the export phase, no problem. On the destination system, I ran SAPinst (NW70SR3) to do the import phase and reached a point where SAPinst asked me to restore the database using db2 tools. I running command:
    RESTORE DATABASE <SID> FROM "E:\backup_folder" TAKEN AT 20090617164332 TO "Q:" INTO <SID> NEWLOGPATH "F:\" WITH 2 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
    After running this command I get SQL0902C  A system error (reason code = "") occurred.  Subsequent
    SQL statements cannot be processed.
    sqlcode: -902
    sqlstate: 58005
    Some background information: I'm running this procedure to do a migrate the database from a 32 bit to 64 bit.
    Am I doing something wrong? Do I need to run any other commands or prep on the detination system before running the restore command?

    One other thing you might have wanted to check was the physical memory on the target machine. Does the target have the same amount of memory as the source? If it is much smaller, sometimes there can be issues with starting up the database on the smaller machine. There is an instance level registry setting you can use to reduce the amount of bufferpool memory the database wants to use.
    Another issue I have seen is that you may want to restore a 32-bit backup to a 32-bit instance. You can then upgrade then instance and database to 64-bit.
    EDIT: Sorry, I didn't realize this thread was 2 months old.
    Edited by: Derek Barrett on Aug 18, 2009 4:39 AM

  • 4.7 Homogeneous System copy - Backup & Restore Method

    Hi,
    I am doing Homogeneous system copy of SAP 4.7 in win2003 & SQL2000. I followed Note :551915 & used user_restore script. My SAP server is not starting. I am attaching the log file of dev_w2. Please guide me
    <<
    trc file: "dev_w2", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Jun 02 20:02:43 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' is "620.02", patchlevel (0.235)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    251
    M  intno      20020600
    M  pid        1452

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 2 1452) [dpxxdisp.c   1016]
    I  MtxInit: -2 0 0

    X Tue Jun 02 20:02:44 2009
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 2 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Tue Jun 02 20:02:45 2009
    M  calling db_connect ...
    C  SQLOLEDB Provider Release:08.10.3959
    C  Shared cache sizes: header 52 bytes, 10000 names (13360000 bytes), 1000 dynamic statements (5436000 bytes), total 18796052 bytes
    C  Using shared procedure name cache initialized by another process.
    C  Thank You for using the SLOLEDB-interface
    C  Connected to db server : [adapsap47], dbname: DV1, dbuser: dv1
    C  Using dynamic link library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      235
    C    patchcomment MSSQL: STRING_BAD_REF on NULL-lob-access (412757)
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  20090602 200245 ADAPSAP47
    C  The IRow interface is supported by this OLEDB provider
    C  ParamStmtExec: line 22924. hr: 0x80040e37 Invalid object name 'SVERS'.
    C  HandleOledbError [ParamStmtExec,line 22924]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    C  ParamStmtExec failed.  HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    C  DbSlRead - Error 103 (dbcode 208) on open
    C  DbSlRead - <##Y2ADAPSAP4dv100000014520000000001200245>
    C  DbSlRead - Error 103 (dbcode 208) on fetch
    C  DbSlRead - <##Y2ADAPSAP4dv100000014520000000001200245>
    B  ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 004096) [thxxhead.c   1098]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8277]

    M  Info for wp 2

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server adapsap47_DV1_00 on host adapsap47 (wp 2)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Tue Jun 02 20:02:45 2009
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8408
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  235]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 2 1452) [dpnttool.c   345]
    >>
    Regards,
    Srinivas

    > The Languages(Chinese,Japanese,Korean) Installed on the source system(Non- Unicode) are not reflecting in the target system(Non- Unicode) after Homogeneous system copy.
    Can you tell us what you mean with "not reflecting"? All the content is in the database so if you copied that, it's definitely there.
    > Can you please guide whether we have to do Unicode conversion for this /Is their any way for activating the languages. I Executed the report RSCPINST and tried to activate the languages after doing stimulation and copying zcsa/installed_languages =13CDEFIJLMNOPQRSTVZ to the instance profile.
    ...and you did a restart of the instance after you changed that parameter?
    Markus

  • Homogeneous system copy ECC 6.0 EHP4 dual stack system

    Hello ,
       I have a requirement of homogeneous system for the below Source system
    Source system :
    ECC6.0 EHP1 ABAP+java dual stack system with DB2 AIX
    Required Target system:
    ECC 6.0 EHP1 (same as target system except single stack java not required)
    1 .I was trying to use db specific homogeneous system copy method wiht redirected restore script
    2. Not possible to get downtime on source system hense it's a production system , then i used target system installaion with homogeneous system copy database specific mehthod
    Problem is - it's asking migration export while creating the target system ,  but i don't have any migration export since i have not exported from source system .
    please help us to proceed further.
    Thanks in Advance.

    2. Not possible to get downtime on source system hense it's a production system , then i used target system installaion with homogeneous system copy database specific mehthod
    What did you choose to do in database specific method - DB2 backup/restore ?
    //Backup Restore
    Homegeneous system copy(database specific method)
    Target -
    As I understand, you have started IMPORT using SAPinst for target system installation. During IMPORT, what target system installation (only ABAP or what ?) you chose ?
    //I took ABAP+JAVA
    'Problem is - it's asking migration export while creating the target system , but i don't have any migration export since i have not exported from source system .'
    This is because the source system is ABAP+Java, and now during target system installation, then IMPORT procedure is asking for Java Export dump.
    Thanks

  • Homogeneous System copy -  NW2004s

    I am trying to perform a homogeneous system copy of NW2004s ECC6 system using sapinst.
    Platform info:
    OS - HPUX
    DB - Oracle
    I am using DB specific (oracle) method to restore an offline backup.
    When I run the sapinst to import, I get past preliminary information screens and when I select "Homogeneous System Copy (backup/restore)", I am prompted for the location of LABEL.ASC for the migration.
    The documentation in the guide "Homogeneous System Copy  of NW2004s" is poor and does not address this issue.
    I suspect there is a bug in sapinst.
    Has anyone come across this issue before?
    Thanks,
    Sai

    Steps for homogeneus copy :
    1. Export of source system using sapinst ( R3load )
    2. transfer the file over to target system
    3. Do new installation of he system by using the transfered file as you export file.
    I gues the menu in sapinst would be additional lifecycle task .

  • Problems with the Oracle Pre-Load actions in an homogeneous system copy

    Hi,
    I am trying to do a NW04 homogeneous system copy, and I am having troubles with the ABAP copy. (Oracle Pre-Load Actions step)
    I am with the database specific procedure, so I am creating the new system until the sapinst asks me to bring an online-offline backup and the control file, then the sapinst tries to recover the database by himself, but he finds trouble:
    Error: CJS-00084 SQL statement or script failed.<br>DIAGNOSIS: Error message: ORA-01194: file 1 needs more recovery to be consistent Ora-01110: data file 1: 'oracle/XIE...'
    If I try to do the recover manually I have to make the usual:
    RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE;
    CANCEL
    ALTER DATABASE OPEN RESETLOGS;
    If I follow the sapinst.log I find that the sapinst tries to recover the database but fails with the above message and:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    Yes, that's true, if I make it manually I have to open the database with the 'alter database open resetlogs';
    the problem could be fixed modifying the run_control.sql statement that the SAPINST creates at the working directory, but no modification to that statement is possible because the SAPINST deletes and creates the statement IMMEDIATELY before executing it, so what can I do?
    Many thanks
    Mario

    SOLVED
    for your info, the run_control.sql is UNMODIFIABLE, but I could modify the CONTROL.SQL that he calls, so I recovered manually the Database, and the CONTROL.SQL was a simply CONNECT and then OPEN DATABASE, just like that, so I could continue with my installation, another point for us against the damned SAPINST !!!

  • Urgent Help Homogenous System copy

    Hello!
    We have SAP Portal 6.0 ABAP+JAVA WAS640, in Windows 2003 and Oracle
    9.2.x.
    We are updating our devellopment environment, doing a Homogeneous
    System copy using the R3load copy method.
    Creating the ABAP Database Instance in the target system, in step
    Database Load, SAPINST ask a Migration Key...
    Any suggestion ?
    Thanks in advance.
    Arnaldo Calaçda.

    About migration key go to http://service.sap.com/migrationkey and also take it.
    But usually it is required at heterogeneous system copy,you do not need to enter any migration key (for a homogeneous system copy). Describe your system more full and read the migration log, for exemple can be such as Note 747773
    Award if helpful. Regards.

  • Homogeneous system copy on the same hardware and OS

    Hi!
    When I installed our Q system I was given the wrong user, a local admin instead of a domain admin. Now we can not perform backup with our backup tool, HP dataprotector, because of authorization issues.
    My solution is to "move" the system to the domain and to do that I need to do a Homogeneous system copy.
    Our system is a 64-bit CRM 7.0 ABAP and J2EE on Windows 2008 with Oracle 10.2
    I've read note 676468, 1238351 and the System Copy Guide - System Copy for SAP Systems Based on SAP NetWeaver 7.0 and from this I can see the following ways to do it
    1. using SAPinst for export and import
    2. using an offline backup
    3. copy database files
    What are your experiences with the different methods and what would you recommend?
    rollo

    > that seems to me a bit overdosed for just a user mismatch...
    It is not "just" a user mismatch, the full environment is wrong (wrong user ID).
    Windows stores users not as usernames but as UIDs (see HKEY\USERS in the registry). All permissions and ACLs and registry access permissions are using that UID - including the enviornmental settings, DCOM configurations etc.
    Therefore I would go for system copy as stated in
    Note 1233320 - Domain migration for SAP system
    Technically it may work on the first look, problems may arise later. <sid>adm has to have some special permissions/policies that are not visible (like 'locking pages in memory' or 'act as part of the operating system' or 'run as batch') etc.
    Markus

  • Homogeneous system copy for 4.7.x.1.1 windows/oracle 9.2.0.3.0

    I plan Homogeneous system copy for 4.7.x.1.1 windows/oracle at a
    customer
    downloaded tools(do I have to put extracted files on the sorce machine
    in kernel directory?):
    MIGMON_2-20001410
    MIGMON_2-20001410.SAR
    MIGTIME_2-20001410
    MIGTIME_2-20001410.SAR
    ORABRCOPY_2-20001410
    ORABRCOPY_2-20001410.SAR
    SAPCAR_5-10002026
    SAPCAR_5-10002026.EXE
    SPLIT_2-20001410
    SPLIT_2-20001410.SAR
    I would have additional questions.
    1. In note 516246(System copy for SAP Systems based on SAP Web AS 6.20)
    it is mentioned to download the latest version of R3LDCTL and apply it
    to the system. I have following questions:
    under service.sap.com/patches
    i found only
    R3LDCTL
    Support Package SAP KERNEL 4.5B 32-BIT Windows Server on IA32 32bit
    ORACLE
    Is this file ok?(I will perform a homogeneous system copy of an 4.7x1.1
    system)
    If the file is ok what is meant as apply?(put it in kernel directory?)
    2. Very similar question applies to file R3szchk
    under service.sap.com/patches I found only
    R3szchk
    Support Package SAP KERNEL 4.6C 32-BIT Windows Server on IA32 32bit
    ORACLE
    Is this file ok?(I will perform a homogeneous system copy of an 4.7x1.1
    system)
    3.In same note(516246) the SAPinst CD is mentioned. How could I get it?
    4.On the Source system I have kernel 640. I guess I have to copy the
    content of this directory to the target system also. But in which phase?

    hi,
    first my question GGG
    -> by which means do you plan to copy? brbackup/brrestore? r3copy? r3load?
    ad 1.
    SAPNet -> Patches -> Add. Components -> SAP Kernel -> 32 BIT (uni oder non-uni depending on your environment) -> SAP Kernel 6.40 32-bit -> Windows Srv -> Oracle -> R3ldctl_6-20000185.SAR (13.07.2006) is the right file (your kernel is 6.40!!!)
    ad 2.
    SAPNet -> Patches -> Add. Components -> SAP Kernel -> 32 BIT (uni oder non-uni depending on your environment) -> SAP Kernel 6.40 32-bit -> Windows Srv -> Oracle -> R3szchk_12-20000185.SAR is the right file (your kernel is 6.40!!!)
    ad 3.
    SAPNet -> SWDC (= Downloads) -> Download -> Inst. and Upgrades -> Entry by applic. group -> SAP Applic. Components -> SAP R/3 Enterprise -> Ent. 47X110 -> Installation -> Windows Server -> Oracle -> CD SAP R3E 4.7x1.10 SR1 SAPINST ORACLE (CD N° 51019679)
    ad 4.
    not really....it depends on the strategy (see my question above)...you first install the database software (oracle), then the central instance using sapinst, afterwards you will install the database instance using sapinst as well; while installing the db instance you have to chose db copy (or homogeneous copy, system copy) as the "database installation method" if you choose to copy the database files or did a backup if you choose to use the export/import method (using standard r3load) you will use the SystemCopy method as well but you will point (later on) to the directory where you (source) db export lies.
    brrestore or copy method:
    =========================
    sapinst will popup at the appropriate point that the db load has to be done and depending on your strategy you have either to restore or copy files...
    by the way: did you already export/backup/copy your source system?
    if any further questions arise feel free to post
    GreetZ, AH

  • Homogeneous System Copy failing on Phase Running J2EE Migration

    Hi All,
    I am running a Homogeneous System Copy according to the System Copy manual. (SAPinst not SV/RST) It is failing on Phase Running J2EE Migration which tells me to look at my RUNJMT.log (below), but it doesn't seem to give me much direction. As anyone run into this before?:
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > System Copy > IBM DB2 for i5/OS > Target System Installation > Central System > Based on AS ABAP and AS Java > Central System( Last error reported by the step :Error when running the Java Migration Toolkit. SOLUTION: See output of logfile Y:\usr\sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS//runJmt.log: ' com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server, at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108) at com.sap.engine.core.configuration.impl.cache.CachedConfiguration. (CachedConfiguration.java:62) at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848) at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882) at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748) at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734) at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693) at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54) at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108) at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174) at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129) at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403) at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)'.). You may now
    choose Retry to repeat the current step.
    choose View Log to get more information about the error.
    stop the task and continue with it later.
    Log files are written to Y:\usr\sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/.
    runjmt.log:
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

    Here is version '9' fo the SAPinst.log
    INFO 2010-06-15 09:20:24.952
    Creating file Y:\usr\sap\SAPinst\NW04S\LM\COPY\DB4\SYSTEM\CENTRAL\AS\x.
    INFO 2010-06-15 09:20:24.952
    Removing file Y:\usr\sap\SAPinst\NW04S\LM\COPY\DB4\SYSTEM\CENTRAL\AS\x.
    INFO 2010-06-15 09:21:12.656
    Creating file C:\Program Files (x86)\SAPinst\x.
    INFO 2010-06-15 09:21:12.656
    Removing file C:\Program Files (x86)\SAPinst\x.
    INFO 2010-06-15 09:21:28.313
    Copied file 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.xml' to 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.24.xml'.
    INFO 2010-06-15 09:21:39.798
    Copied file 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.xml' to 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.25.xml'.
    WARNING 2010-06-15 09:22:11.095
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2010-06-15 09:22:18.595
    Copied file 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/inifile.xml' to 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/inifile.9.xml'.
    INFO 2010-06-15 09:22:23.798
    Copied file 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/keydb.xml' to 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/keydb.9.xml'.
    INFO 2010-06-15 09:22:38.814
    Copied file 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.xml' to 'Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/statistic.26.xml'.
    INFO 2010-06-15 09:22:45.908
    Execute step RunMigrationController of component |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0
    INFO 2010-06-15 09:23:25.675
    Creating file Y:\usr\sap\SAPinst\NW04S\LM\COPY\DB4\SYSTEM\CENTRAL\AS\runJmt.log.
    INFO 2010-06-15 09:23:32.175
    Working directory changed to Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/jmt.
    INFO 2010-06-15 09:23:39.800
    Working directory changed to Y:\usr\sap\SAPinst\NW04S\LM\COPY\DB4\SYSTEM\CENTRAL\AS.
    INFO 2010-06-15 09:23:39.956
    Removed environment variable JANITOR_400 from current process environment.
    INFO 2010-06-15 09:23:44.878
    Output of \qopensys\QIBM\ProdData\JavaVM\jdk14\64bit\bin\java -classpath /usr/sap/BID/SYS/global/sltools/sharedlib/launcher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport /usr/sap/BID/SYS/global/sltools/jmt:/usr/sap/BID/SYS/global/sltools/sharedlib import.switch resume downtime mti.properties is written to the logfile Y:/usr/sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS/runJmt.log.
    WARNING 2010-06-15 09:23:45.456
    Execution of the command "\qopensys\QIBM\ProdData\JavaVM\jdk14\64bit\bin\java -classpath /usr/sap/BID/SYS/global/sltools/sharedlib/launcher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport /usr/sap/BID/SYS/global/sltools/jmt:/usr/sap/BID/SYS/global/sltools/sharedlib import.switch resume downtime mti.properties" finished with return code 2. Output:
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ERROR 2010-06-15 09:23:45.534
    CJS-20068  Error when running the Java Migration Toolkit. SOLUTION: See output of logfile Y:\usr\sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS//runJmt.log: '
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)'.
    ERROR 2010-06-15 09:23:45.534
    CJS-20068  Error when running the Java Migration Toolkit. SOLUTION: See output of logfile Y:\usr\sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS//runJmt.log: '
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)'.
    ERROR 2010-06-15 09:23:46.644
    FCO-00011  The step RunMigrationController with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0|RunMigrationController was executed with status ERROR ( Last error reported by the step :Error when running the Java Migration Toolkit. SOLUTION: See output of logfile Y:\usr\sap/SAPinst/NW04S/LM/COPY/DB4/SYSTEM/CENTRAL/AS//runJmt.log: '
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cluster_data/server,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:748)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:54)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getServerIds(ClusterDataImpl.java:108)
         at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java:174)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:1129)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)'.).
    INFO 2010-06-15 09:26:38.491
    An error occured and the user decide to stop.\n Current step "|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0|RunMigrationController".
    INFO 2010-06-15 09:29:23.322
    Creating file C:\Program Files (x86)\SAPinst\.lastInstallationLocation.
    INFO 2010-06-15 09:29:29.510
    Creating file Y:\usr\sap\SAPinst\NW04S\LM\COPY\DB4\SYSTEM\CENTRAL\AS\__instana_tmp.xml.

Maybe you are looking for

  • Turning Open items which are partially payed into Close items.. How?

    Hello, In our company we use partial payment to Vendors using transaction F-59 and also automatic paymant of full amounts. Everything is working correctly but since we use very offen partial way of paymant, on transaction FBL1N I have a lot of open i

  • UI font size in dreamweaver is too small - can it be changed?

    Hi, I just purchased Dreamweaver CS6 and found to my dismay that the UI font sizes are so small that I need a magnifying glass to read them. At least they give the option for larger UI font sizes in Photoshop, but not in dreamweaver - as far as I can

  • Can I use Goal Zero Nomad 7 solar charger  to charge I Phone5?

    Can I use Goal Zero Nomad 7 solar charger  to charge I Phone5? When I hooked it up to the Goal Zero charger I got the normal "charging" chirp sound from the phone but when I checked on the charging progress about 30 minutes later the I Phone 5   had

  • Errors while creating tracks in CMS

    Hi All, i have this error 'CBS (URL http://******:50100/tc.CBS.Appl/archiveapi2/) communication exception: Build Server request failed without CBS specific error code. HTTP status: 403 (Forbidden)' what can i do ?????? Message was edited by:        

  • HI Masters, in go.bat file  sld data transfer tirigering showing error

    HI Masters,                   In visula j2ee admin tool when i am giving correct host name, portno, user id - j2ee_admin  and correct password ( in http setting tab and also cim client generation settings tab  , cim clinet test failed and also trigge