System Copy/ Oracle Backup/Restore as part of migrating from 32 to 64-bit

Source system (I386): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000, Oracle 10.2.0.4, non-unicode
Target system (x86-64/AMD64): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000 Oracle 10.2.0.4, non-unicode
Am using method System Copy/ Oracle Backup/Restore to migrate from 32 to 64 bit (HOM System Copy).
Actions on source system:
a) Upgrade from 9.2.0.7 to Oracle 10.2.0.4
b) Used ora_br_copy.bat to generate CONTROL.SQL and init<sid>.ora
c) Switched logfiles
d) Performed offline backup
Actions on target system:
a) Installed Oracle 10.2.0.1 and patched it to 10.2.0.4
b) Used CD 51033746 "6.20/6.40 based products Installation Master (Edition May 2008)" to install the CI
c) Started installation of the DB instance selecting System Copy/ Oracle Backup/Restore (same <SID> for source and target systems)
Relevant input parameters used:
Database schema: SAPR3
Database character set: US7ASCII
d) When SAPINST stopped to allow for restoring of datafiles, logs and init<sid.ora>:
- copied datafiles and logs to the usual place
- copied CONTROL.SQL (edited to include utilrp.sql and utlrp.sql for the migration from 32 to 64) to the DB-instance intallation . directory.
- copied generated init<SID>.ora to the <ORACLE_HOME>\database
e) Resumed SAPINST.
David Byrne in a previous post suggested: "check your oracle alert file in case there are errors there you may need to update the word size for the 64bit install. Errors like this in the oracle alert file would suggest that.,
ORA-12012
ORA-06544: PL/SQL: internal error, arguments: [ORA-06544: PL/SQL: internal error, arguments: 56319], [, ], [, ], [, ], [
ORA-06553"
Well, I am getting ORA-06553: PLS-801: internal error [56319] but then my edited CONTROL.SQL (which is mainly a CREATE CONTROLFILE as it would be obtained with a ...BACKUP CONTROLFILE TO TRACE) includes at the end this:
shutdown immediate
startup upgrade
spool utlirp.log
@?/rdbms/admin/utlirp.sql
spool off
Shutdown immediate
Startup
Spool utlrp.log
@?/rdbms/admin/utlrp.sql
Spool off
exit
which is supposed to do just that... (I think)
Help, anyone?

> Trying to cheer me up, are you?
No
> It is NOT free that reorganization! Quite expensive, actually, paid for in time! But you're right... the database needed a reorg anyway :-\
True, not "free" - it takes time but the data will be nicely aligned then
> And why would I have to reconfigure all those 10.2 features? Everything's either in the database or init<sid>.ora, ain't it? And my database is a pretty 10.2.0.4 with all those nice features already activated...
No - not really auotmatically if you upgraded from 9.2 And "init<SID>.ora" is past, you nowadays use "spfile" If, of course, e. g. Automatic Undo was activated in 9.2 then it's there of course in 10.2 too.
> One sticky point... I haven't really read the r3load procedure yet and I will before I import, but... I would say I don't have to do anything about the 32->64 bit, right? I mean, it should behave properly while reloading on 64-bit...
The exported content is about 10 % of the size of the system, it's database and OS independent so yes, you can import it nicely on 32bit. Another tip: make sure you don't just use the default configurations for R3load, it will take a HUGE amount of time. Use the package splitter (builtin-in in sapinst) so you get a much higher parallelism when importing.
Markus

Similar Messages

  • System copy using oracle backup/restore - sapinst does not restart after re

    I am performing a system copy of a BW3.5 system, using the system copy procedures and Oracle backup/restore. on the target node, I have installed the CI. I have run sapinst to install the database up to the point when it tells me to install the Oracle Server software, then restore the backup, and choose 'OK' in the dialog box. As I did not want to leave this dialog open, I chose 'cancel'. I have now installed Oracle, and restored the database, but when I try restarting sapinst I get the following error, and sapinst quits:
    FKD-00049  XML - Parser error: error: invalid symbol '' in literal 'SAPSYSTEM_DB
    indind_ind_ind_ind_0_SAPSYSTEM_ind_ind_ind_ind_ind_0_SAPComponent_ind_ind_ind_
    ind_ind_0_SAPComponent_Accounts_ind_ind_ind_ind_ind_0_SAPCompon' in line 1, 1
    in file
    ERROR      2007-08-20 15:06:13 [iaxxcsihlp.hpp:208]
               main()
    FCO-00031  An error occurred during the installation of component Problem: error
    in persistency subsystem.. Press the log view button to get extended error info
    rmation or press OK to terminate the installation.
    Has anybody ever experienced this before, or have any clues as to what the problem is? This is a production system, and it is supposed to be available by the end of the week....

    Hi Angie,
    You should always mention OS details while drafting message.
    First, CHeck you must selected same SID as earlier while installation or Oracle and DB.
    Secondly, you can skip this phase in SAPInst, bit technical for you.
    Alternatively,
    Recommendations
    - Set parameters as per SAP Note 356370
    - Change the swap mode from 'intermediate' to 'deferred' as described in
      SAP Note 97179.
    - Add /usr/sbin to the path of the user <sapsid>adm in the file
    .cshrc, .login, .profile in the user's home directory. Enter the
    following command(s) at the end of .cshrc, .login, .profile:
      a) If using a csh, enter:
           set path=(/usr/sbin $path)
      b) If using a sh, enter:
           path=/usr/sbin:$path
           export path
    Br,
    Amit Lal
    Reward suitable pts.

  • Homegneous System copy Specific DB method Oracle Backup/Restore Sapinst

    Hello colleagues,
    Following the documentation, I´ve one doubt about the above method, is it needed to install again the SCS instance when the system is installed in one host and we want just to refresh database.
    I mean, we want to refresh CRM quality system from Production system. It´s a ABAP+JAVA system, so i have to prepare a backup and export Central instance through sapinst in source system.
    Afterwards it´s needed to follow the three steps in sapinst, Install SCS instance, Install database instance and install central instance (database copy section) . Or as we´ve already installed our quality CRM system, it´s just enough with installing database instance and central instance (using backup/restore method and exported data from source system)
    Thanks a lot for this info because in the SAP guides it´s not clear from my point of view.
    Regards

    Enrique José Marcos wrote:
    Hello colleagues,
    Following the documentation, I´ve one doubt about the above method, is it needed to install again the SCS instance when the system is installed in one host and we want just to refresh database.
    I mean, we want to refresh CRM quality system from Production system. It´s a ABAP+JAVA system, so i have to prepare a backup and export Central instance through sapinst in source system.
    Afterwards it´s needed to follow the three steps in sapinst, Install SCS instance, Install database instance and install central instance (database copy section) . Or as we´ve already installed our quality CRM system, it´s just enough with installing database instance and central instance (using backup/restore method and exported data from source system)
    Thanks a lot for this info because in the SAP guides it´s not clear from my point of view.
    Well i didnot get your question properly, but as per my understanding if you have only ABAP instance installed then you can go with the Database resoration method but as you said ABAP+JAVA instance both are there so in that case you need to build the export of complete system through Sapinst and then you cn perform the same export file to install the target system which will be your Quality.
    Another option is that just restore the database via database restoration method then try to restore the JAVA stack by file system method which is i think not supported by SAP if i am not wrong but it can be done i tired the same on XI system.
    Regards,
    Subhash

  • System copy Oracle 10.2 in MSCS

    Hi,
    we need to move (using system copy) for a old MSCS cluster to new HW MSCS cluster of our NW04s (Abap and Java) + Oracle 10.2.0.2 + Win03 X86.
    I would like to use backup/restore method due a very large Oracle database.
    OK, I've already move a stand alone system to a MSCS using backup/restore method... but now, into MSCS source system I can't select method of backup/restore export to generare SDM, ecc. jar file to complete system copy on target system.
    Is it possible to use a Oracle backup/restore method to copy an existing MSCS to new MSCS ?
    Regards.
    Ganimede Dignan

    Hi,
    >there should be no functional difference in systemcopy in MSCS compared to standalone configuration.
    >
    >because SDM is installed on a local instance you should run the steps on this node where the SDM is >installed on.
    I suppose that but during db export on source system we are not be able to flag "use database specifc tools"
    http://img510.imageshack.us/img510/2825/12584947li9.gif
    (this is a previus hom. system copy based on Oracle backup/restore... but not in MSCS)
    We can't see this step and SAPinst jump directly to export path request.
    Regards.
    Ganimede Dignan.

  • Homogeneous System Copy Oracle procedure in R/3 4.7

    Hi all
    I want to know that whether I can do a homogeneous system copy oracle procedure in below environment.
    SAP R/3 4.7 SR1 with Oracle 9.2.0.5.5 database and on windows 2003 environment.
    I have done homogeneous Oracle procedure before on ECC 5.0 with Oracle 9 on windows environment. so I am confident through Oracle procedure.
    I have Homogeneous document for SAP Web Application Server
    ABAP 6.40 SR1.
    But I was not able to find the document for the above environment.
    Reply ASAP as I have currently the above R/3 4.7 Environment where I have to do Homogeneous Copy.
    Thanks to all.
    Regards
    Vinay Paul

    Hello Vinay,
    Yes you can use the DB specific procedure for the homogneous copy of this system.
    Please remember that in this environment you should not restore the database until prompted to do so by sapinst.
    Regards,
    David

  • How to do oracle  backup,restore,recovery using php?

    Is there anyone know how to do oracle backup,restore and recovery using php? any tips... is there any ways to do that?

    Are you referring to performing RMAN backup operations via the OSB web tool? RMAN operations are managed, not via the web tool, but through RMAN command line or Oracle Enterprise Manager (EM)
    Donna

  • Migration from Windows(32 bit) Oracle 9i db to Linux(X86-64 bit) Oracle 10g

    Hi,
    We are planing to Migrate our Oracle 9.2.0.6 version database from Windows(32 bit) to Oracle 10.2.0.1 version database on Linux(64 bit). Can I directly do the Migration using export/import? or What is the procedure to do this?
    Thanks in advance for any help.

    The directory structure is different...that's why you need to create the tablespaces in Linux. e.g. export dump says create tablespace in D:\..., there is no such thing in Linux. You can just export it, install software, create the db, tablespaces in Linux and import into the 10g in Linux.

  • Online DB2 database Copy via backup/restore

    Hi Guru's
    I am new in the world of DB2 (I am always working with Oracle)
    I have to perform an online database copy of our SAP which is running on DB2, but I do not want to use the SAPinst method
    I just want to perform it through the backup/restore method as I always do with oracle databases
    Which procedure do I have to follow on my source and target SIDs
    Regards
    Richard

    Hi Richard,
    Follow the below step db2 nackup restore activity.
    1). Perform full offline or online backup of source system
    2). Go to cd /sapmnt/SSID/exe and run the below script
    brdb6brt -bm RETRIEVE -es –replace SourceSID=TargetSID,db2SourceSID=db2TargetSID,/db2/SourceSID=/db2/TargetSID
    3). Above Generate the script copy the Target System.
    4). Offline PRD (Target System) Backup Images copy to Source Path (Any One Path)
    5). Stop SAP System only DB2 must be Started.
    6). Start the db2 backup redirect restored in Quality System
    7). before run the script below activity must be finished.
    Make Changes to the restore script
    Go to script path
    1). Replace Source SID (XXX) with Target SID (XXX)
    2). Change the backup location
    3). User (source db2sid) USING (Source db2sid Password)
                 USER db2xxx USING XXX(Password)
    8). Restoring Database
         Log in db2sid (db2sid) User
    Go to backup & script Path
    9). Run the below Script
    db2 -tvf <script.scr> for exp. db2 -tvf  xxx_NODE0000.scr
    After successfully restore backup below command run
    10). First Check Roll Forward Status
    Open DB with the below command
    db2 rollforward db <TargetSID> query status – check status of DB
    db2 rollforward db <TargetSID> complete
    11). Once the copy is complete we can check below parameter and make corrections as per your preprocessing
    Db2 list tablespaces show detail (To check tablespaces)
    parameter automatic storage & re-sized YES
    Check the Archive log (LOGARCHMATH1) path
    Log in db2sid & run the below command for change the db2 LOGARCHMATH1 Parameter value.
    After successfully change the parameter restart the db2 database
    12). Perform below step before the Start SAP System
    13). Create SAP connects user using
    PATH :- /usr/sap/SID/SYS/global
    scdb6up create <connect user password> <sidadm password>
    above command will update entry in /sapmnt/SID/global/dscdb6.conf
    Regards,

  • Oracle backup & restore problem

    Hi Team,
    I am new to the RMAN, I want to test Backup & restore operation
    I have database called Test , I am creating new table in the database called Test_table through SQL *coPlus create mmand.
    Now After this I am taking backup the of all cotrolfile , datafile & snapshot file.
    once again I am opening this database in SQL *plus & deleted the table (Test_table).
    Now if restore back the database with backup set taken before deleting table. It is not showing me the Test_table.
    What is the problem? Plz help..

    Hi,
    Thanks for replay,
    Using Windows XP & ORACLE 9i
    I am doing following steps.
    Created one table ( Test_table ) in database my Test database.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database: Test (DBID=1558624384)
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> backup database;
    Starting backup at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=9 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    input datafile fno=00002 name=C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    input datafile fno=00005 name=C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    input datafile fno=00010 name=C:\ORACLE\ORADATA\Test\XDB01.DBF
    input datafile fno=00006 name=C:\ORACLE\ORADATA\Test\INDX01.DBF
    input datafile fno=00009 name=C:\ORACLE\ORADATA\Test\USERS01.DBF
    input datafile fno=00003 name=C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    input datafile fno=00004 name=C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    input datafile fno=00007 name=C:\ORACLE\ORADATA\Test\ODM01.DBF
    input datafile fno=00008 name=C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 06-OCT-06
    channel ORA_DISK_1: finished piece 1 at 06-OCT-06
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:05
    Finished backup at 06-OCT-06
    Starting Control File and SPFILE Autobackup at 06-OCT-06
    piece handle=C:\TESTING\CTL_C-1558624384-20061006-01 comment=NONE
    Finished Control File and SPFILE Autobackup at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    After this backup I am deleting this Test_table table using SQL *PLUS Drop table  clause.
    Also deleted the all .DBF files from Test folder. and I am restoring now the old backup set which has the information regarding the Test_table.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area 252779340 bytes
    Fixed Size 453452 bytes
    Variable Size 125829120 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 667648 bytes
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> restore database;
    Starting restore at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=11 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    restoring datafile 00003 to C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    restoring datafile 00004 to C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    restoring datafile 00005 to C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    restoring datafile 00006 to C:\ORACLE\ORADATA\Test\INDX01.DBF
    restoring datafile 00007 to C:\ORACLE\ORADATA\Test\ODM01.DBF
    restoring datafile 00008 to C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    restoring datafile 00009 to C:\ORACLE\ORADATA\Test\USERS01.DBF
    restoring datafile 00010 to C:\ORACLE\ORADATA\Test\XDB01.DBF
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 tag=TAG20061006T122500 params=NULL
    channel ORA_DISK_1: restore complete
    Finished restore at 06-OCT-06
    RMAN> recover database;
    Starting recover at 06-OCT-06
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete
    Finished recover at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    When i check table Test_table in SQL *Plus using command DESC Test_table; it is showing me error object Test_table does not exist

  • About sap bw system Copy or backup ?(URGENT)

    Hi gurus:
         Hi friends,I saw many theads about this subject,and I found many documents,But STILL I can't find the way to solve my problem.
         It is: How to export the objects I created in develop system to a harddisk, then import it to the QA system . Dev to QA with harddisk NOT online?
         And can I backup the whole bw system in the harddisk,and restore the bw system in the qa system istead ? how to backup the bw system ?
    All useful reply will assign points
    thx
    chan

    Hi Zegion,
    I think the following may help you:
    Purpose: Preserves logical system dependent objects for restoration in case of a system copy issue when a logical source system is deleted or deactivated. BW will auto re-generate a lot, but not these objects.
    1.     Create on a development system like BWD, because the system is set as a development system in SCC4 and can create and export transports, and will include all objects. A dummy can be used for comparison if the system to be copied is production or test.
    a.     If creating on another system, like BW test (BWT) or production, you must first open the system in
       i.     SE06 – System Change option – modifiable /BIC and /BI0
       ii.     SCC4 – client settings – set like in BW Development system (BWD)
       iii.     STMS – in client 000 from BWD (domain controller)
                1.     Remove BWT from transport path
                2.     Setup new 2-system path BWT-BW? (BWS or virtual system). This creates a ZOUO transport layer, allowing creation of non-local/not $TMP package transports (see complex sample below)
    2.     Go to RSA1-Admin workbench, Transport Connection
        a.     Select Object Types
        b.     Set for Grouping-“Save for system copy”
        c.     Set for “Start manual” collection
        d.     Set for Display “List”
    3.     Drag and drop source system (select from “select objects” list and “transfer selection”) to collection window, example – SCEM, SC0CLNT575, DEVCLNT100, SAP_DEMO. I recommend only doing one source system at a time for maximum flexibility…and because the R3 sources are very large.
        a.     Then execute collection – “Gather dependent objects”
        b.     Select each category (mainly Transfer Rules, Transfer structure and InfoPackages…whatever is selected. On each header, right click and select “transfer all below”
        c.     Validate that there are no objects in the $TMP development package (DevClass). If it is, select the object and change package button to set to ZAWB. (Anything but $TMP (local))
        d.     NOTE- To reset transport connection, select anything on the left frame of the screen to refresh
    4.     You are now ready to transport…select the truck icon to create
        a.     Call it Save for System Copy and the source system name
        b.     Go to SE09/SE10 and release it and tasks to the OS level
    5.     Cleanup – reset STMS and distribute, reset SCC4 and SE06 on “BW0”/Source BW system
    6.     Verify RSA1- Tools – mapping of source system names on target BW system (i.e. BWU) for “source system” of transport (i.e. SC0CLNT575).
    7.     Verify RSA1- Modeling-Source system connection checks OK on target system
    8.     Manually import transport in STMS – Import Queue, extras, other requests, Add (to buffer). Import single with right click or partially loaded truck icon, select options as below:
    9.     LAST STEP – Validate import logs and activated objects. If there is an error, ensure the link to the new system is active, the RSA1-Tools-Mapping of source system names converts properly from say DEVCLNT100 to TSTCLNT200 (correct frame of reference) and reimport.
    if it helpful reward point are appreciated

  • SAP ORACLE BACKUP RESTORE

    Hi all,
    +Please assist me with a guideline of carrying out a backup restore,this is to test and ensure that we can be able to restore the backup in the case of a disaster. we perform a Full backup daily and are using BRTOOLS.+
    Thank you.
    Regards,

    Hi,
    you need to do the following
    1) Copy the log files of the backup date which u want to restore.
    2) Create controlfile from production using command alter system backup controlfile to trace;
    3) restore the backup on target system using brrestore command.( assumption here is your target system is already installed)
    For more details you need to refer help.sap.com
    Regards,
    Deepak Kori

  • BW 3.5 homogeneous system copy/oracle 9.2

    Hello
    We have an big BW 3.5 system. Like other productive systems which needs to be fully available we would like to perform  homogeneous system copy.
    In case of ECC system we are doing this procedure of renaming <SID> within Oracle tables on disconnected secondary side(so the productive system is fully functional). Then we connect this database(with renamed <SID> to test system) and perform bdls, TMS management etc....
    I wander in this regard BW 3.5 has any major difference which would prevent something like this?

    Dear Jan,
    BW system copy is little bit different from ECC or other netweaver system copy. Check SAP  Note 886102 - System Landscape Copy for SAP NetWeaver BW.
    Note 184754 - Procedure after BW database copy
    Thanks
    Sunny

  • Data backup restore in MSSQL 2005 X64 to MSSQL X32 bit

    HI All
    I am just planning to restore PRODUCTION data Backup into a TEST System for mean time testing.
    We are using SAP ECC600, MSSQL 2005 on WINDOWS 2003 Server (X64 Bit).
    I have MSSQL 2005 .bak backup file (X64bit) and i want restore it into X32 bit system.
    Even i have tried but got error 
       "Restore failed for server 'XXXX' (Microsoft .sqlserver.smo)
    Additional information
       System.data.sqlclient.sqlerror:The file on device 'z:\prddata\18.03.11.bak' is not a valid Microsoft Tape format backup set.(Microsoft.SqlServer.smo)
    Thanks
    YogRaj

    Dear moreno,
    My apologies for delayed reply ...I have found the following sap notes as solutions......
    960769 - Windows: Migration from 32-bit to 64-bit (x86_64)
    899111 Installing R3 4.7SR1 (47X110) on x64 Windows Platform
    for running x64 64 bit with release 47x110 SR1...
    But appreanlty i have  also tried Inst master & Kernel using 47x200 SR1 of x64 64 bit windows
    NOTE- there are 7 exports for 470x110 & 8 exports for 47x200 release..
    However since i am only doing a system copy i have used the following inst master of 47x200 of x64 64 bit windows
    I would suggest you prepare target system & use EXPORT/IMPORT method of system during migration...
    this would resulsts m uch better .pl revert back for any issues. aslo refere to sap note 600027
    thanks,
    rahul
    thanks,
    Rahul

  • System copy stuck on "Import ABAP" with "Invalid Migration Key"

    Dear Team,
    I'm performing a system copy from AS400/DB2 (of our ECC DEV) to AIX/DB2. Export has been completed successfully, while importing it is stuck on the "Import ABAP" phase with error "Invalid Migration Key". However the key is generated with correct parameters only and even we have tried the key from SAP NOTE: 1768158 but of no use.
    Below is brief about systems environment:
    Source System
    OS : AS/400 (IBM i-Series V6R1)
    DB : DB/400 (Integrated DB with IBM i)
    NW: NW 7.00 ( ECC 6.0 with SP11)
    Target System
    OS : AIX 7.1
    DB: DB2 10.1 with FP3
    NW: NW 7.00 ( ECC 6.0 with SP11)
    The process is being performed using SWPM SP05
    Kindly find the test_MIGKEY.log for analysis and let me know if any ideas.
    Thanks in advance,
    SUJIT

    I found below error , are you doing this in distributed environment ?
    Is source and target kernels are same ?
    Found error in the log.
    DbSl Trace: DbSlConnect to 'ECT' as 'sapect' failed
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: DbSlConnect to 'ECT' as 'sapect' failed
    (DB) ERROR: DbSlErrorMsg rc = 29
    ERROR: invalid migration keybut the system wrote other errors instead, for example, (DB) ERROR: db_connect rc = 256, this does not involve an incorrect migration key.  The errors should refer here to the actual cause (for example, the connect to the DB does not work). In this case, first check the database connect with the command <Z2 R3trans -x or R3load -testconnect, that must be executed as <sid>adm.Also make sure that the R3load that is used during the export and import has the same kernel release (for example, 7.00). You can check the relevant version of the R3load using 'R3load -version'.
    ===================

  • Stuck at restoring print queues while migrating from 2003 X86 to 2008 R2

    i am trying to migrate from 2003 to 2008 R2 but i am stuck where it says restoring print queues and is tuckat 84% there is no error and it has not completed from pas 3 hrs now.. i have 6 print queues on it and is it normal that this willtake such long for
    these 7 queues

    we are getting the following error.
    Log Name: Application Source: Microsoft-Windows-PrintBRM Date: 1/23/2014 5:27:15 PM Event ID: 30 Task Category: (5) Level: Error Keywords: Classic User: N/A Computer: MARPRINTPC01N1.bsci.bossci.com Description: The language monitors in the backup file
    are for a different processor architecture than the destination computer. Printbrm.exe (the Printer Migration Wizard or the command-line tool) will not migrate any language monitors. Source architecture: Windows NT x86. Destination architecture: Windows x64.
    Event Xml: <event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><system></system><provider EventSourceName="PrintBrm" Guid="{CF3F502E-B40D-4071-996F-00981EDF938E}" Name="Microsoft-Windows-PrintBRM"></provider><eventid Qualifiers="49154"></eventid>30</eventid><//eventid>
    <version></version>0</version><//version> <level></level>2</level><//level> <task></task>5</task><//task> <opcode></opcode>0</opcode><//opcode> <keywords></keywords>0x80000000000000</keywords><//keywords> <timecreated SystemTime="2014-01-23T22:27:15.000000000Z"></timecreated><eventrecordid></eventrecordid>4174</eventrecordid><//eventrecordid>
    <correlation></correlation><execution ProcessID="0" ThreadID="0"></execution><channel></channel>Application</channel><//channel> <computer></computer>MARPRINTPC01N1.bsci.bossci.com</computer><//computer> <security></security></system><//system><eventdata></eventdata><data
    Name="param1"></data>Windows NT x86</data><//data> <data Name="param2"></data>Windows x64</data><//data> </eventdata><//eventdata></event>

Maybe you are looking for