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

Similar Messages

  • 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

  • Detail about System Copy / Migration. (URGENT)

    Hi! Friends,
    I got a new internal project. That is I have to build a new R/3 4.7 (SR1) 1.10 IDES system from the existing one to a new hardware (Server).
    Details :
    Current : SAP R/3  4.7 (SR1) 1.10 IDES with Kernel 6.20 NU
    OS : Windows 2000 AS
    DB : Oracle 8.1.7.4.1
    Proposed : SAP R/3  4.7 (SR1) 1.10 IDES with Kernel 6.20 NU
    OS : Windows 2003 R/2
    DB : Oracle 9.2 or 10.2g
    I have gone through the sap pdf docs. But still not sure.
    My questions are :
    1) How to take backup current system data. With conventional db13 or any other way ?
    2) After installing CI in new server how to use R/3load to
    import the backup data to create DI for new system?
    3) Can I use Transport the client-dependent and client-independent data here? If yes, How?
    Can you please guide me with detail steps.
    Advance Thanks and regards,
    Pratip

    Hi! Linder,
    Thanks very much for U R prompt reply.
    1)     I am confused. <b>As SAP saying “As I understand the process, if you wish to upgrade OS and DB in the same step, you must do a hetrogenous system copy.</b>” And U R saying it it a “<b>Since this will be a homogeneous copy, no migration key is required.</b>”
    2)     As I donot have Oracle 8.1 CDs so first either I have to install Oracle 9i or 10.2g DB software. In that case your first solution “Oracle datafile copy” will be vapplicable or not? If yes can U pl. give me the detail procedure?
    3)     What is the easy option ? using tools like R3load, R3ldctl and R3szchk or using SAP installation disk at the time of DI installation?
    4)     Can you please explain step by step of the procedure “You must first make an export and then do an installation with the created export set instead of the export set from CD.”
    Waiting for UR reply.
    Thanks and regards,
    Pratip

  • SAP SQL System Copy backup restore method with ADS(Adobe document services)

    Hello all,
    i´m preparing a system copy with ERP 6.0 in windows and SQL server with ADS.
    I have a doubt, can i do the System Copy backup/restore method with ADS??
    or the only method that works is with system export/import in all instances??
    Thank you

    Hi Oscar,
    Is your ADS system separate from your ERP system, or are they on the same server?
    In any case, you can use backup/restore to copy a Java system, but you must also make a system export/import for the Java server components.  The two work in conjunction, so that the export tool doesn't export your whole database, only the components maintained in the filesystem.  If you select the database detach/attach or backup/restore method in the tool when going against the Java system, it will prompt you at the right point in the process to make your Java export as well.
    The caveat is that the Java export requires downtime, so it isn't possible to copy a Java system without impacting system availability, as it is with a pure ABAP system.
    Best regards,
    Matt

  • SAP BI System Copy with only Config changes, Not Data

    Hi BASIS,
    I have a requirement from a client to build a system landscape stratagy for their SAP BI system.
    We have DEV - QA - PRD systems for SAP BI (7.0 SP 16)
    Both DEV and QA are completely out of sync with PRD. We are doing development tasks directly on PRD. Now we have decided to re-sync the DEV & QA systems with PRD.
    'System copy with Data' will be easier to implement. But our PRD DB size is nearly 3TB. The client is not ready to pay for the extra/temp. disk space for DEV and QA sync. ( We are on DB2).
    Now, we have only one option left. Capture all Config changes from PRD and transport them back to DEV & QA. This is a tedious task and cause many inconsistencies.
    Would anyone have any other ideas to bring the systems in sync with less time involved and less resources.
    I am a SAP BI person. So dont know much about BASIS tasks. Please help me with any links of best practises or SAP notes.
    Cheers

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • Post installation steps after SAP BW system copy

    Hi!
    I am about to do post processsing steps after system copy of SAP BW system.
    1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    DBSTATTORA.
    Question: what is the way to do this?
    2) During the installation I received the error within import ABAP step.
    (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
    (SQL error 12801)
    error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P000
    ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    As solution I changed the the following lines within D010TAB.TSK:
    from D010TAB~ 0 C err to D010TAB~0 C ign and
    from D010TAB1  C err to D010TAB1 C ign
    Question:
    how to create index manually after system copy?
    Thnak you very much!

    Jgen Pfeiffer wrote:>
    > Hi!
    >
    > I am about to do post processsing steps after system copy of SAP BW system.
    >
    > 1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    > DBSTATTORA.
    > Question: what is the way to do this?
    Simply run
    TRUNCATE TABLE <table_name>;
    for each of those tables.
    Make sure to either logon as SAP<SID> or provide the owner of the tables with the statement.
    > 2) During the installation I received the error within import ABAP step.
    > (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    > DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    > DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    > (DB) ERROR: DDL statement failed
    >  (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    >  DbSlExecute: rc = 99
    >  (SQL error 12801)
    >  error message returned by DbSl:
    > ORA-12801: error signaled in parallel query server P000
    > ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    > (DB) INFO: disconnected from DB
    >
    > As solution I changed the the following lines within D010TAB.TSK:
    > from D010TAB~ 0 C err to D010TAB~0 C ign and
    > from D010TAB1  C err to D010TAB1 C ign
    >
    > Question:
    > how to create index manually after system copy?
    The problem here was the large INITIAL size clause.
    If there is enough freespace at all in the tablespace this should work:
    CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    If I'm not wrong, the second index is just vice versa:
    CREATE UNIQUE INDEX "D010TAB~1" ON "D010TAB" (  "TABNAME", "MASTER" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    In general it is really not a good idea to skip the creation of unique indexes...
    regards,
    Lars

  • WE20, WE21 settings after SAP BW system copy

    Hi!
    I copied SAP BW system and have executed the following post installation settings:
    - BDLS (conversion of logical system names)
    - Program RS_BW_POST_MIGRATION
    When I go to tcode RSA1 on my new copied SAP BW system and try to reach source system I get the following error:
    BI unknown in source system
    BI IDoc type ZSBA004 is not the same as source system IDoc type
    The following errors occurred in the source system
    EDI: Partner profile not available
    +Entry in inbound table not found     +
    Entry in outbound table not found
    Question:
    Should I create new entries in tcode WE20, WE21?
    If yes, how (copy of existing one from SAP source BW system)
    Thank you!

    Hi!
    I face currently with the problem on my new SAP BW within RSA1 --> Source system --> Check:
    BI unknown in source system
    BI IDoc type ZSBA004 is not the same as source system IDoc type
    How can I solve this problem?
    The partner definition t-RFC as well are created...
    Thank you!

  • SAP NW System Copy

    Hi,
    I wanted to know if the System Copy simply coplies ALL the contents to the target system OR there are any restrictions defined ?
    For example, in case of a 'Client Copy', the data from $tmp package are not transpoted. Also, the table contents are transported depending upon the table's delievery class type.
    Is there any such constraints in case of System Copy ??
    Thanks
    Gagan

    System copy make a duplicate system with each and everyhting. There is not any restrictions in System Copy.
    Regards,
    Subhash

  • SAP system copy error

    Hi Experts,
    I am currently facing an issue/error while doing a homogeneous system copy with SAP NW 7.4 (SAP ERP 6.0 Ehp7) servers. Both source and target systems are test/demo servers and system copy procedure needs to be established as a part of implementation.
          An error occurred while processing option SAP Business Suite 7i 2013 Support Release 1 > EHP7 for SAP ERP 6.0 ABAP Support Release 1 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or Move( Last error reported by the step: Assertion failed: Unable to load database RD3. Refer to trace file sapinst_dev.log for further information.)
    Sybase ASE version = 15.7_122
    sapinst_dev log file description -
    Error description (sapinst_dev log file) –
    Execution of the command "isql64 -e -w999 -Usa -SSAP-PROD-TEST:4901 -X" finished with return code 0. Output:
    Password:
    1> use master
    1> load database RD3
    2>  from 'F:/Backup_RD1_04042015/rd1_s1.dmp' stripe on 'F:/Backup_RD1_04042015/rd1_s2.dmp' stripe on 'F:/Backup_RD1_04042015/rd1_s3.dmp'
    Backup Server session id is: 33. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server.
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s3.dmp'
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s1.dmp'
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s2.dmp'
    Msg 3105, Level 16, State 4:
    Server 'RD3', Line 1:
    Data on dump will not fit into current database. Need 101376 Mbyte database.
    1> online database RD3
    Msg 930, Level 14, State 1:
    Server 'RD3', Line 1:
    Database 'RD3' cannot be opened because either an earlier system termination left LOAD DATABASE incomplete or the database is created with 'for load' option. Load the database or contact a user with System Administrator (SA) role.
    No matter how much I try to execute the commands for loading database (LOAD DATABASE & ALTER DATABASE commands), i's not working. I have already added the size mentioned above. Although it still didnt work the size of the DB grew by 99GB (displayed in the incresed size of F: drive in Windows.server 2012 r2 OS level.
    Any help leading to closure of this error is highly appreciated. I have attached all necessary screenshots for your kind reference.
    Thanks and regards,
    M. Nizam

    Hi Nizamuddin,
    Message text
    Data on dump will not fit into current database. Need %d Mbyte database.
    Explanation
    This error occurs when an attempt is made to load a database dump into a database smaller than the dumped database. You cannot use dump database or load database to shrink a database, regardless of the amount of actual data in the database.
    Action
    If your goal is to load the database from the dump, you must increase the size of the database being loaded into to at least the configured size of the dumped database. You can do this with either the alter database command or by dropping and re-creating a larger database.
    If your goal is to shrink the total size of a database, you cannot use dump and load. You must copy all the data out of the database using bcp, drop the database and re-create a smaller database, then re-create the database structure with scripts, and reload the data with bcp.
    extend your current master *database* on the master *device* to a total size of 101376MB(or more) (use  'alter database' command)
    alter database master on master = <size in MB>
    If there isn't enough room on the master device AND the master device is either a file system device in a file system that has free space or was created on a raw partition that is actually larger than the master device was defined, then you can use the DISK RESIZE command to enlarge the master device
    disk resize name = "master", size = <additional space in MB>
    Regards,
    V Srinivasan

  • 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.

  • Help with Xi System Copy

    Hi All,
    I have been given a Task to refresh an Xi system with current XIP. First attempt using SAP's "System Copy for SAP
    Systems Based on SAP NetWeaver 7.0 SR2 ABAP+Java"
    version July 07 failed. The above talks about doing a refresh using "SAPinst" which we cannot do, so we are doing the actual DB copy and then do the actual reconfig. I can get the ABAP stack done but the JAVA is a major problem and as soon as I bring the Java up, if an invoice or something shows up the Actual XIP gets screwed. So is there a proven Xi refresh Doc somewhere I can use.
    thanks in advance.
    Zeeshan

    Hi,
    for No. 2, please refer to OSS-NOTE 886102.
    for No. 1: not as far as i know. So it's either manually or, if it is a Qualitiy assurance system, reimport al transport requests or else, restore the sttings before the copy (out of the backup) an perform it again, using the hints out of OSS Note 886102.
    BDLS only will not work.
    hth
    cheers
    sven
    Message was edited by: Sven Muntermann

  • SWPM - System Copy - Assertion Failed Unable to load database

    Hello again,
    (already the next question form me, sorry for this
    I am executing a sysetm copy (DB-refresh) on ASE using SWPM.
    However, in "Configure Components" step I get the error: Assertion failed. Unable to load database <SID of Target Sysetm>.
    Where else can I check for errors?
    I think it is still something on which I already worked (with other thread).
    In sapinst_dev.log I found this
    TRACE      2015-03-25 11:05:00.320
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2015-03-25 11:05:06.122 [iaxxgenimp.cpp:638]
                CGuiEngineImp::showMessageBox()
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Enhancement Package 1 for SAP N
    etWeaver 7.3 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or M
    ove( Last error reported by the step: Assertion failed: Unable to load database <SID>.)</i>. You can now: </p> <ul>
    <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more inform
    ation about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to /t
    mp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF. </p> </body></html>
    TRACE      2015-03-25 11:05:06.124 [iaxxgenimp.cpp:1031]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    In sapinst.log I found this:
    ERROR 2015-03-25 11:04:59.573
    FCO-00011  The step syb_step_setup_preload with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind
    |ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_S
    YB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_setup_preload was executed with status ERROR ( Last error reporte
    d by the step: Assertion failed: Unable to load database <SID>.).
    INFO 2015-03-25 11:04:59.772
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/__instana_tmp.xml.
    INFO 2015-03-25 11:05:00.307
    Removed file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.
    INFO 2015-03-25 11:05:00.308
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.

    Hello Kiran,
    I did a few tests again yesterday, and it was really a stupid mistake from myside.
    The error message did mean, that there wasn't enough space.
    It isn't the authority issue, it was a leak of space.
    FYI, the complete DB-Size of Source System is required - NOT JUST RESERVED SPACE!!!
    Thx for help and sorry for stealing your time :O

  • ECC6 EHP2 (ABAP+Java)  system copy using file system copy

    Hello Experts,
    I have a question around system copy method for a dual stack ECC6 EHP2 system.
    We are planning to take full file system backup of this entire ECC6 EHP2 dual stack system and throw it on a completely new hardware with new host name but same SID.  We are also planning to do a host renaming in instance profiles and re-building the control files in target system after we finish the file system restore.
    Is this method supported in SAP ? Or we strictly have to use  SAPinst to do export and import method.  In any case our source and target platform is not going to chance as per our scenario.
    Any suggestions will be greatly appreciated.
    Thanks,
    Harshal

    > Thanks for the quick response. Is their any document that says it is not supported ?  Because of no proper document that says no to do it, client want's to try it out.
    For the ABAP part this is certainly feasible.
    The Java part has not only issues with the secure store but also with SID and hostname. The old values are stored in many places in the database and in, depending on the applications installed, many .properties files in the filesystem. So it would be not enough to somehow regenerate the secure store but also change hostname and SID in different places that are not really all documented.
    What you are basically looking for is
    Note 757692 - Changing the hostname for J2EE Engine 6.40/7.0 installation
    with the significant sentence
    This note should be applied only when the hostname of a machine
    where the j2ee engine was already installed has changed.
    It does not replace the SAP official system copy procedure and
    MUST NOT be used for copying of an instance to another host and/or with different SID.
    Markus

  • Hom System Copy ECC 5.0 HPUX from PA-RISC to Itanium

    Hi gurus,
    I want to replace an old PA-risc server (rp5470) with a new Itanium server (rx6600) even in HPUX operative system where is installed a central instance of NW04 Ecc 5.0.
    It is possibile to procede with a simple Homogeneus System Copy, changing the kernel version (ia64 instead of parisc) and oracle executables?
    There is a plain compatibility between parisc binaries (oracle datafile) and the itanium binaries?
    Thanks in advance,
    Marco

    reading note <a href="http://service.sap.com/sap/support/notes/1003028">1003028</a> it looks very much like you can now do a heterogenious system copy using the homogenious system copy procedure backup/restore as long you stay on Oracle.
    This procedure is also very interesting concerning 9.2 to 10.2 upgrades during system copy.
    regards
    Peter

  • System copy via SAPINST (Export/Import)

    Hello!
    We are using SAP ERP EHP4 system on Windows with SAP MaxDB (Version: 7.7.07.09).
    We would like to copy this productive system to QAS system.
    Therefore we successfully run SAPINST (with running db and sap, because we cannot stop productive system) with option Export and have currently an valid export of productive system.
    After we read several sap notes (such as 1014782, 129352) we found that the system copy procedure Backup/Restore will be recomended.
    Questions
    1) Can we still copy productive system via export and import option with SAPINT?
    1a) Should/must the SAP Max DB instance be installed before runing SAPINT on the target server?
    1b)  Which SAP MaxDB version should be installed on the target server?
    Has some one experience with system copy of SAP systems with SPA MaxDB via Export/Import?
    It will be great to get some answers or recommendation.

    You're back with a new ID after using:
    Holger Thomasson
    Jgen Pfeiffer
    Thom Heinemann
    H. Lemke
    and now Tom Hermann.
    too bad it took me so long to find you!

Maybe you are looking for

  • Why isn't Genius working for any new songs?

    For some reason, none of my new music has been working with iTunes Genius. None of the music that came out in the last year has worked into Genius yet. I remember the last time something like this happened, Genius included the albums after three or f

  • Display xml elements

    I can read in a file and display the XML elements of 1 tag (book)but i cant do elements of many tags (all book tags)like this input from file <?xml version="1.0" ?> <books> <book author="Mmark twain" title="huck finn" /> <book author="mark twain2" ti

  • Calendar item entered on desktop not editable on iphone5

    I use GroupWise as my email client on my desktop and it syncs (Contact, Calendar and Email) to my iPhone with no problems.  Just moved from 3G to iPhone 5 running updated 6.01 OS.  A calendar item created on my desktop is now no longer editable on my

  • Airport Utility 5.6.1 set up trouble on OS.10.6.8

    Hello, I've bought the latest Airport Capsule last week and i've tried to connect to it from my Macbook but it won't work. When i try to use the Airport software to connect to the capsule, the system asks me to update the software. My current system

  • Configration and sales doc.get_config_mode error

    Hi, while I am trying to release into accounting it give an error "Internal error in communication between configuration and sales doc.GET_CONFIG_MODE" "Internal error in communication between configuration and sales doc.GET_CONFIG_MODE Message no. V