System Refresh from FI to HR Data

Hi All,
We are planning to conduct a system refresh in our Sandbox system. But here's the twist, our sandbox is currently an FI system (containing MM/SD/PS/FI module) and we want it to be refreshed with data from our HR production server. Is this possible? If we perform this scenario, what are the things we need to consider in performing the refresh?
Please note that we dont want to perform a fresh installation in sandbox for HR due to limited time, instead we are looking into the possibility of system refresh.
Here's the specs of our two servers.
Sandbox
Operating system     HP-UX         
Component version    SAP ECC 6.0
Database system      ORACLE        
Kernel release    700               
Operating System   HP-UX B.11          
OP release         B.11.23             
HR PROD
Operating system     HP-UX        
Component version    SAP ECC 6.0
Database system      ORACLE     
Kernel release    700                
Operating System   HP-UX B.11      
OP release         B.11.11      
Hope you can help me guys on my query.
Thanks!
Ice

Issue already resolved

Similar Messages

  • System refresh from Production to Quality

    Hi,
    We are going for system refresh from Production to Quality. We are at SAP NetWeaver 2004s with 700 release and at 0021 level. Our data base system is DB6 with the release 09.07.0000
    I understand that there is a note 886102 available for the system copy. But I would like to know how that had been practically implemented from your ready documents like
    1. What would be the BI consultant role during the refresh (I mean where do we involve at). I have seen many links related to this but nothing answer my question, so please don't give me links available.
    2. How to identify tables that need to be copied and restored to retain the correct source systems for data/info sources.
    3. What should be the BI consultant task before refresh?
    4. What should be the BI consultant task post refresh?
    5. What are issues faced post refresh in quality system.
    I request, the consultant who had worked on these refresh can provide me correct solution.
    Thanks in advance.
    Regards.
    Raj

    Our prerefresh activities included
    Inform security team to do no user or authorisation changes for quality during the refresh.
    Set message in development to not release any transports anymore and set message in quality to inform users in quality not to manually import transports into quality and also not approve transports for production. This ensures no transports get moved to quality and production.
    Switch off cyclic import all job (like TMS_0000000038TMS_TP_IMPORT) and the cyclic  RSTMS_DIST_APPROVED_REQUESTS job 
    Prepare list of transports for re-import to quality after refresh and give this to BASIS.
    Post refresh activities included
    Tcodes SM37, SM35 and SP01. Check that BASIS had set all released jobs to status "Susp/Released"
    "All jobs are in 'Susp/Released' state. Set them all to 'Scheduled ' as follows:
    -  Run report BTCTRNS2 to change all to 'Released'.
    - Immediately use SM37 to change all to 'Scheduled' "
    IF ANY ARE NEEDED. Remember to change Exec Target in any job you need to release.
    "Schedule  RSTMS_DIST_APPROVED_REQUESTS to run at x:29 and x:59 - so every 30 minutes.
    Please schedule with DDIC as step user (and not your own user-id)."
    Check the STMS_QA and import queues to be sure that the tranports are correct- no extra ones during refresh???
    Once happy with the above request that Basis schedule the auto import to run every 30 minutes
    First ensure that BDLS has finished and system is ready for use.
    Post refresh issues faced in production
    Many reinit issues
    ACR issues.
    Master data issues.

  • ORA-01017: invalid username/password; logon denied quality system refresh from production

    Dear All;
    I am in the post activities of SAP system refresh.
    I restored the system using brtools successfully as you can see below:
    then I went with the rest of the steps based on sap recomendations, and reached to SAP sql queries:
    CREATE USER "OPS$<DOMAIN>\<SID>ADM" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    CREATE USER "OPS$<DOMAIN>\SAPSERVICE<SID>" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\<SID>ADM";
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CREATE TABLE "OPS$<DOMAIN>\<SID>ADM".SAPUSER (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
    INSERT INTO "OPS$<DOMAIN>\<SID>ADM".SAPUSER VALUES ('SAPSR3', '<Password>');
    CREATE SYNONYM "OPS$<DOMAIN>\SAPSERVICE<SID>".SAPUSER FOR "OPS$<DOMAIN>\<SID>ADM".SAPUSER;
    CONNECT /
    GRANT SELECT, UPDATE ON "OPS$<DOMAIN>\<SID>ADM".SAPUSER TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CONNECT /as sysdba
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\<SID>ADM";
    I checked if all users are on opened state using select USERNAME,ACCOUNT_STATUS from dba_users;
    The database is running file, and it is opened, but when I run R3trans -d it gives me RC 12 and i get this error:
    *** ERROR => CONNECT failed with sql error '1017'
    set_ocica() -> SQL error code 1017
    -->oci_get_errmsg (con=0, rc=1017)
    OCIErrorGet -> SQL error code: 1017
    ORA-01017: invalid username/password; logon denied
    DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB
    ***LOG BY2=>sql error 1017   performing CON
    ***LOG BY0=>ORA-01017: invalid username/password; logon denied
    I used brconnect -u / -f chpass -o PSAPSR3 -p sap so i can reset the password, but still I am getting the same invalid username or password error.
    I checked the listener status, and it is running.
    Kindly let me know how I can fix my error
    Best Regards
    ~Amal Aloun

    Dear Gaurav;
    I am running SAP Kernel 720 64bit unicode PL300
    The content of my trans log file is the following:
    4 ETW000 r3trans version 6.23 (release 720 - 15.05.12 - 20:12:03).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.08.2014 - 17:50:30
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:30 2014                                                 149  0.000149
    4 ETW000  [     dev trc,00000]  db_con_init called                                                        27  0.000176
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): rsdb/ssfs_connect not set => ssfs not used        41  0.000217
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  28  0.000245
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 14  0.000259
    4 ETW000  [     dev trc,00000]  Loading DB library 'dboraslib.dll' ...                                    44  0.000303
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dboraslib.dll"), hdl 0, addr 000007FEF1650000
    4 ETW000                                                                                                 947  0.001250
    4 ETW000  [     dev trc,00000]      using "E:\usr\sap\TST\SYS\exe\uc\NTAMD64\dboraslib.dll"               18  0.001268
    4 ETW000  [     dev trc,00000]  Library 'dboraslib.dll' loaded                                            19  0.001287
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dboraslib.dll                    23  0.001310
    4 ETW000  [     dev trc,00000]  Version of 'dboraslib.dll' is "720.00", patchlevel (0.215)               242  0.001552
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dboraslib.dll                   26  0.001578
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dboraslib.dll                  34  0.001612
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                 237  0.001849
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  56  0.001905
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             20  0.001925
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  25  0.001950
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          16  0.001966
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  36  0.002002
    4 ETW000  [     dev trc,00000]  -->DbSlConnect(vers=-1, type=0, env='[default env]', userid='[default usr]')
    4 ETW000                                                                                                  53  0.002055
    4 ETW000  [     dev trc,00000]  DIR_CLIENT_ORAHOME is not set as profile nor env. parameter.             574  0.002629
    4 ETW000                        Assuming using instant client with unspecified location.
    4 ETW000  [     dev trc,00000]  Register application info.                                                97  0.002726
    4 ETW000  [     dev trc,00000]  Oracle client version: 10.2.0.4.0, (dbsl 720 220612, UNICODE[2])       10033  0.012759
    4 ETW000  [     dev trc,00000]  Detailed Oracle client (patch) info not available.                        30  0.012789
    4 ETW000  [     dev trc,00000]    Default connection: tnsname ='TST'                                      73  0.012862
    4 ETW000  [     dev trc,00000]  -->oci_initialize(con=0, char='UTF16', nchar='AL16UTF16', nls=-1),uc_ln=2
    4 ETW000                                                                                                  50  0.012912
    4 ETW000  [     dev trc,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                                1828  0.014740
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrHp=027944B0)                 58  0.014798
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrBt=02796088)                 36  0.014834
    4 ETW000  [     dev trc,00000]  NLS env. settings: lang=41004D00450052004900430041004E00                 167  0.015001
    4 ETW000  [     dev trc,00000]                     terr=41004D0045005200490043004100                      29  0.015030
    4 ETW000  [     dev trc,00000]                     char=55005400460031003600                              22  0.015052
    4 ETW000  [     dev trc,00000]  Client NLS setting (by OCINlsGetInfo(con=0)): 'AMERICAN_AMERICA.UTF16'
    4 ETW000                                                                                                  43  0.015095
    4 ETW000  [     dev trc,00000]  charset='UTF16', ncharset='AL16UTF16', UNI_ASC=FALSE                      19  0.015114
    4 ETW000  [     dev trc,00000]  Logon as OPS$-user to get SAPSR3's password                               28  0.015142
    4 ETW000  [     dev trc,00000]  Connecting as /@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  61  0.015203
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SVCCTX, con=0, svchp=02795F48)               370  0.015573
    4 ETW000  [     dev trc,00000]  Allocating server context handle                                          31  0.015604
    4 ETW000  [     dev trc,00000]  Attaching to database server TST (con=0, svchp=02795F48, srvhp=0279EFF8)
    4 ETW000                                                                                                  74  0.015678
    4 ETW000  [     dev trc,00000]  Assigning server context 0279EFF8 to service context 02795F48          30008  0.045686
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SESSION, con=0, usrhp=027ABBE0)               86  0.045772
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='/', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                  40  0.045812
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               28164  0.073976
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               95  0.074071
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074110
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         38  0.074148
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  0.074167
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        20  0.074187
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    57  0.074244
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074283
    4 ETW000  [     dev trc,00000]  Info: 99=DBSL_ERR_DB, oerr=1017, try to connect with default password.
    4 ETW000                                                                                                  38  0.074321
    4 ETW000  [     dev trc,00000]  Connecting as SAPSR3/<pwd>@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  30  0.074351
    4 ETW000  [     dev trc,00000]  Assigning username to user session: con=0, usrhp= 027ABBE0                23  0.074374
    4 ETW000  [     dev trc,00000]  Assigning password to user session: con=0, usrhp=027ABBE0                 36  0.074410
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='SAPSR3', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                 133  0.074543
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:40 2014                                             9992977  10.067520
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                  33  10.067553
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               85  10.067638
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  37  10.067675
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         29  10.067704
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  10.067723
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        18  10.067741
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    55  10.067796
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  52  10.067848
    4 ETW000  [     dev trc,00000]     DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB                            22  10.067870
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 1017   performing CON                               58  10.067928
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied            22  10.067950
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'TST'"
    Best Regards
    ~Amal Aloun

  • System refresh from non-cluster to a MSCS cluster system

    I have a system (call GTA) running NW 7.0 SR2 with both ABAP and Java instance. It runs on WIndows 2003 64-bit and SQL Server 2005.  Now we want to migrate to a new set of hardware with Microsoft cluster (MSCS). I have installed this new system (Call GTB), MSCS clustered with both ABAP and Java instance and running no problem.
    Now I am at the last point of the migration -- which I need refresh database GTB from GTA to capture live data. In WAS 6.40 ABAP, I just need perform a database backup/restore and execute SAPINST tool and everything works. Now based on SAP's "System Copy Guide", I need run export on source system and then run import on target system. In source system, it seems straight to export since it's central system (ABAP+ Java). However, when I get to target system, and when I choose cluster, it listed all items I have to choose (ABAP, SCS, 1st node, 2nd node, DB, enqueue, etc). They are exactly the same as a new installation. My questions are: 
    1. Do I have to go through all these steps for just refresh a database? If I go through these installation, am I overwrite something in my GTQ from GTA unnecessnaryly?
    2. Can I just perform a database backup/restore? But what kind steps I need do to make cluster work after database refresh since original databse (GTA) is not a cluster system?
    I appreciate you can provide some advise and share some experiences.
    Thanks,
    Yujun Ran

    Hi
    I have used the FROMUSER and TOUSER option of the IMPORT cmd to perform a system copy like you have described.
    Steps:
    1) Export BW4 (EXPORT USER=SAPBW4 ... )
    2) In MCOD database, delete/drop all objects belonging to SAPBW1.  From memory, I think I found it easier to DROP USER SAPBW1 CASCADE and the recreate the SAPBW1 user.
    3) Import BW4 export (IMPORT FROMUSER=SAPBW4 TOUSER=SAPBW1 ..)
    I don't use MCOD anymore because it is such a pain to refresh the systems.
    Regards
    Doug

  • SAP APO SYSTEM REFRESH

    Hi All,
    We are going for a system refresh from PRD to DEV in our SAP SCM-APO 7.0 , Live Cache 7.7,The SCM system runs on a DB6 platform with Windows OS,  and the DEV is similar to PRD in terms of OS n DB, but am i a little bit confused because it looks like in PRD both SCM & Live Cache are in the same server but in DEV its on different server.How do it go about it,please give ur valuable suggestion from scratch
    Thanks,
    Vivek

    Alex,
    Those books that you 'found' are classroom textbooks; and they are generally only made available to students who are taking the underlying class. 
    For these classes, SAP loads data into their training systems that support the classroom curricula, prior to the start of each class.
    So, the easy answer is "take the SAP class".  If you take the class, SAP will provide you with a new copy of the course material, and once you are in the classroom, you are generally provided with access to their training system, which is consistent with the course material.
    SCM200 - Business Processes in Planning (SAP SCM) | SAP Training and Certification Shop
    SCM210 - Core Interface (CIF) | SAP Training and Certification Shop
    Best Regards,
    DB49

  • System Refresh Precautions?

    Hi,
    During system refresh, are all types of data - master data, transaction data as well as <b>customising data</b> get refreshed from prouduction environment?
    Could you please suggest what is best way to get back project specific new customising data on a refreshed environment? Is there some sap recommended best practice on this.
    regards,
    Karthik

    Hi Please go through. This will give you exhaustive information. After refresh we used this to get back the required system specific customizations.
         Refresh from PR1 to QA1
    1.     Before the copy 
    &#61558;     Note down customer key, Installation number and license key - Done
    •     LICENSE system: QA1
    •     Customer key: L1985917776
    •     Expiration_date: 99991231
    •     Installation no: 0020065063
    •     Key: GKRZ25H353129JYX8HCJRS13
    •     Productid: R3_ORA             
    license useable ***
    (directory: \usr\sap\QA1\SYS\exe\run)
    (run command: saplicense – show)
    Team Involved: SAPDBA
    &#61558;     Download RFC tables  - To be done
    Tables rfcattrib, rfcdes and rfcdoc have been exported using sapdba on QA1 and the corresponding files are kept in a new temporary directory: /oracle/QA1/rfc_dest. After the system copy, these files have to be moved from /oracle/QA1/rfc_dest to /oracle/QA1/sapreorg and then the tables can be imported into QA1, to revert back to the RFC destination information as it is now.
    Steps : 1)login with oraqa1
               2) type sapdba
               3) select e - Export/import
    Perform this step two days before the scheduled refresh.
    Team Involved: SAPDBA
    &#61558;     Backup user master records in QA1 - To be done
    Procedure : login to QA1 400.
    Execute Transaction code: SCC8 (CLIENT EXPORT)
    Selected profile: SAP_USER
    Target system: QA1/DV1(safety backup)
    Perform this step two days before the scheduled refresh.
    Team Involved: SAPDBA
    &#61558;     Compare filesystem spaces -  Done
    Team Involved: SAPDBA
    &#61558;     Compare transports To be done
    Team Involved: SAPDBA
    &#61558;     OPERATION MODES(RZ04) Done
    Existing QA1 operation modes.
    Team Involved: SAPDBA
    &#61558;     Successful backup of PR1 To be done
    A successful offline backup has been scheduled on *** and that backup will be restored on to QA1 by the Unix team.
    Team Involved: USTO
    &#61558;     System messages/E-mails To be done
    SM02- CREATE A TEST MESSAGE IN PR1
    Two days before the scheduled refresh perform this step.
    Team Involved: SAPDBA
    &#61558;     Delete the existing datafiles on QA1  To be done
    Login as qa1adm and execute stopsap
    Login as oraqa1 and execute:
    lsnrctl stop
    rm –rf sapdata?/*
    Team Involved: SAPDBA
    2.     The copy To be done
    Copy all the datafiles from /oracle/PR1/sapdata? To /oracle/QA1/sapdata?
    Owner, group and permissions of the new files/directories to be maintained as before
    Copy Command: rcp –p  /oracle/PR1/sapdata*   Sierra: /oracle/QA1/sapdata*
    (NOTE: If errors occur when restoring/copying the sapdata on the target system, the complete restore/copying has to be repeated.)
    Team Involved: UNIX FOF/USTO
    3.     After the copy To be done
    &#61558;     Creating the control file on PR1 – To be Done
    Login as pr1adm and execute the following in svrmgrl
    connect internal
    alter database backup controlfile to trace;
    exit
    FILE created under the following Location: \ORACLE\PR1\saptrace\usertrace\ <pr1_ora_xxxx>.trc chose the latest run
    ftp the file onto desktop
    Team Involved: SAPDBA
    &#61558;     Edit the control file – To be done
    Here is the edited control file:
    Team Involved: SAPDBA
    &#61558;     Creating the control file on QA1  -  To be done
    Login as oraqa1 ftp the file to /oracle/QA1 and execute the following in svrmgrl
    connect internal
    @control.sql
    alter database open resetlogs;
    lsnrctl start
    exit
    Login as qa1adm and execute startsap
    Team Involved: SAPDBA
    &#61558;     Post system copy activities
    •     License installation  - to be done
    Login with user qa1adm
    Goto /usr/sap/QA1/SYS/exe/run  
    command: saplicense –install
    •     Installation check (Transaction SICK)
    •     SE06 > Database Copy or Migration > Post Installation Processing
    •     Delete entries from tables: DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA, MONI, PAHI, OSMON, DBSNP, SDBAH, SDBAD, SDBAP, SDBAR, DDLOG, TPFET, TLOCK and TPFHT
    •     Initial SAP consistency check (Transaction SM28)
    •     Database consistency check (Transaction DB02)
    •     Server check (Transaction SM51)
    •     TMS configuration
          Logon to the SAP R/3 System and goto TCODE SE06. Select "Database Copy or Migration" and execute "Post Installation Processing".
          Delete old TMS configuration and make new configuration for TMS via STMS TCODE.
    •     Logical system set-up and BDLS
    Delete logical system for client 400 after system refresh and create new logicalsystem and assigned to client 400.
    After refresh: LOGSYS400(logical system for client 400)
    Delete this logical system and create new logical system
    New logical system: QA1CLNT400 (logical system same before refresh in QA1)
    •     ITS and Bugseye settings
    •     RFC destinations as per Appendix (import the exported tables and then delete the temporary directory /oracle/QA1/rfc_dest)
    •     Logon load balancing(Transaction SMLG)
    •     Instance profiles
    Import profiles from active servers using RZ10
    Save and Activate instance profile. And restart the sap services.
    •     CCMS configuration
    •     Housekeeping jobs
         Background jobs(daily jobs)
    •     Application jobs
    •     Printer/spool/TemSe set-up
    •     User administration
        The transports are imported implicitly in post processing with transaction     
    SCC7.                                                                    
    •     Transport sequence number set-up
    •     Mass transport and Support package/patch application.
    Re-import transports to QA1 from DV1 which are not available in PR1.
    •     Manual configuration
    •     Create the rest of the clients:
    o     400     UAT/OAT Live Copy
    New client 340 to be created with the following settings.
    Source client: 400
    Target client :340
    Profile: SAP_UCSV
    COPY MODE: local copy
    Team Involved: SAPDBA

  • System refresh in HANA (Side-car)

    Hi Experts,
    I have some queries around system refresh in HANA.
    I have a side-car implementation of HANA. Data is replicated by SLT from ECC to HANA.
    Question is - Can we directly perform a system refresh from prod HANA to Quality HANA box?
    or we can only have below option:
    Refresh prod ECC to Quality ECC & reload all the tables again from quality ECC to quality HANA?
    I am particularly interested to have answers/thoughts  on  -- "Can we directly perform a system refresh from prod HANA to Quality HANA box?"
    I have not heard of this approach so far.
    I know the other option - "Refresh prod ECC to Quality ECC & reload all the tables again from quality ECC to quality HANA?" is feasible.
    quick response is much appreciated.
    Best Regards
    Sachin Bhatt

    Sorry I thought it was clear, let me explain.
    HANA with SLT, is a replica copy of ECC tables. If you copy HANA Prod back to QA then SLT will no longer be operational.
    You could re-enable SLT but you would have to re-initiate replication which would wipe out all the HANA tables, thereby making your system copy worthless.
    If you don't re-enable SLT then you won't be able to do any testing or any table changes into QA.
    So really there is no choice, you need to copy ERP Prod and HANA Prod, or just copy ERP Prod and re-initiate replication.

  • Adding transports to import queue after System Refresh

    Hello All,
    Every time we do system refresh from PRD to Sandbox as a part of post refresh activity we need to import all the transports which are in the import queue of PRD(which are not yet imported to PRD) to our Sandbox.
    But its a tedious job, as in the import queue many old transports which are still not yet imported to PRD will b there.
    So may b around 150+ transport requests in the import queue of PRD, which we need to add those manually from path
    Extras---->other requests -
    > Add. doing same for 150 times. cant even imagine dat work.
    So my question is, Is there any way to get the replica of import queue of PRD to Sandbox.
    Some where i read like transport buffer in the path  /usr/sap/trans/buffer/<SID> of the system will have list of all transports in the import queue.
    So can i copy dat file and replace SID with Sandbox SID and place it in the Sandbox under same path.
    Please suggest or give me a correct solution.
    Regards,
    Ravi

    Thanks a lot for your reply.
    I had read about using script like tp addtobuffer inorder to add the transports to the import queue some time back.
    But forwarding transports is a new method i got to know here which even looks easy too. It would be great if any 1 tell me how forwarding works.
    Also it would b fine if who all uses this method of forwarding to add transports to import queue do reply about any  problems faced while forwarding requests.
    Bcoz in our landscape , transport route is as below
    Dev to QA and Sandbox then from QA transports will move to Production.
    So after refresh forwarding Transports from PRD to Sandbox, how does this work. Please share your suggestions.
    Regards,
    Ravi

  • Post System Refresh Activity

    Hi All,
    I did system refresh ( from PRD to QAS , platform Windows 2008 R2 and MSsql) the system was up and running fine. The system was absolutely fine  for one day and the day after the DB crashed , not sure what happened, is there a way i can find the logs through which i can come to know what exactly happened. Also post refresh when i was trying to run BDLS , the job was getting cancelled , the job log showed there is another conversion already running , when i checked the tables the conversion had already happened . Please tell me can running BDLS which cancelled many times could be the cause for the DB crash, if yes where can i find the logs for this , if not what else could have happened that the DB crashed . Thanks for your responses in advance.
    Regards
    Mrigank Aditya

    Hi Nainesh,
    Thanks for the message , yes system is up and running fine , the DB team did a restore of Production data  on Quality again , and i did the post refresh activities again , the issue what had happened last time was we were doing simultaneous refresh of two systems at a time , BI prod to BI qas and ECC prd to ECC qas , we had found a list of tables in BDLS which gets updated when we run BDLS and we run those tables only , unfortunately the files got exchanged , the ECC tables should have run on ECC machine and BI tables should have run on BI machine which didn't happen and it happened the other way round BI tables where run on ECC machine , due to which BDLS failed and the job got cancelled many times, which impacted the whole system conversion and logical update , which crashed the DB( i exactly don't know the reason what happened internally , still searching for it ) . At present the machine is up and running fine.
    Regards
    Mrigank Aditya

  • Transports Issue after system Refresh

    Hi All,
    Recently we performed a system refresh from our Production to Development system. It is SAP ERP 6.0 ehp5 system. The refresh was successful however we are seeing issues related to STMS.
    1. In our development system we are unable to use SCC1 to move transport from one client to another. The following is the dump.
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_SDB_ORA_PROGRAM_ERROR
    ABAP Program           CL_SDB_ORA_UPDATE_STATS=======CP
    Application Component  BC-DB-ORA-CCM
    The occurrence of the exception is closely related to the occurrence of
    a previous exception "CX_SQL_EXCEPTION", which was raised in the program
    "CL_SQL_STATEMENT==============CP",
    specifically in line 24 of the (include) program
    "CL_SQL_STATEMENT==============CM008".
    The cause of the exception was:
    ORA-20003: Specified bug number (16470836) does not exist#ORA-06512: at
    "SYS.DBMS_STATS", line 23922#ORA-06512: at "SYS.DBMS_STATS", line
    23973#ORA-06512: at line 1
    2. We are not able to see the sub request record for the transports is missing in E070 table for the TRs which were created before refresh.
    Please provide your inputs and help us to resolve these issues.
    Thanks!

    Hi
    Why do you mean by "system refresh from our Production to Development system"
    DB copy or client copy ?
    Based on the problem you have it must have been a DB copy.
    As you might know this is not recommended by SAP, you should at least have exported the object versions as stated in the here under note.
    I hope your TMS domain controller was the production system...
    It is normal that you did loose data in the CTS tables as you overwrite all CTS tables with the data from production, thus orders created in DEV that were not released should have been erased.
    I'm afraid your problem could be tougher than a simple Oracle error...
    For the Oracle error could you try launching system statistic and see if you get the same error
    brconnect -u / -c -f stats -t system_stats
    Why did you perform that refresh, client copy could have been a safer alternative.
    Regards
    130906 - How can versions be transported?
    You want to copy the versions of the repository objects from one R/3 system into another, for example because you are planning to copy your production system to your development system.
    Such a procedure does not correspond to the strategy recommended by SAP, to always retain the development system.

  • MSSQL 2005 System refresh

    Hello All ,
    I am trying to do system refresh from PRD to QAS , Windows 2003 / MSSQL 2005 database, need to know step by step procedure, DB restroe , recovery and rename SID , how to do all these. main I need to know DB activities.
    Thanks
    Atul

    Hi,
    Refer [SAP Note 151603 - Copying an SQL Server database|https://service.sap.com/sap/support/notes/151603] to get step by step information about your requirement.
    Regards,
    Bhavik G. Shroff

  • SAP BC 4.7 system refresh

    Hi All,
    I have to go for a SAP BC 4.7 system refresh from production to quality.
    Can anybody please share any documents or steps to be followed doing it.
    Thanks
    Harshit

    Hello
    We will forward this thread to the [Netweaver Administrator |SAP NetWeaver Administrator; forum. Hopefully you will get a better response there.
    Regards
    XI/PI Moderator

  • Java Dispatcher Down but Server0 and SDM up after system refresh

    Hello,
    I have done system refresh from PRD to QAS of CRM system - dual stack.Once after the system refresh ABAP is up and running fine but Java is down (Only Dispatcher is down. Both SDM and Server0 are running fine).
    I have followed Note 609603 - Problems with Multiple NICs and SAP J2EE Engine and have given the correct host name but the no luck..
    std_dispatcher.out says the following error:
    Cannot attach to the Message Server. Can't open port [3925] on host [<Source Host Name>/Source IP Address].
    Could you please let me know if I need to do any changes in the Config tool?
    Thanks,
    Subbu

    HI,
    IN DB restore the hostname of java system stored in profiles would be your PRD.
    Go to Configtool in Edit mode -- cluster --> change the hostnames in Instance profile -- and under other files like bootstrap etc whereever you find PRD hostname.
    And otherwise for JAVA system you should use export/import option.
    Regards,
    Tajinder

  • No infopackages after system refresh.

    Hello,
    We have recently completed a system refresh from our BI production system to our BI training system for the first time.
    Our customer then wanted us to link our refreshed BI training system to our pre-production ECC system. After some initial issues setting up the connections between the two systems we finally got a successful test connection in RSA1 from our BI training system to our ECC pre-prod system. We had our BI functional team test, they told us that they do not see any of the infopackages and that transfer rules for loading hierarchies from our ECC pre-prod system are missing. Does anyone know how this could happen and what we can do to resolve/get the infopackages into our training system ?
    We are on BI 7.0 and ECC 5.0
    Solaris OS
    Oracle DB
    Thank you,
    Steve

    Hi Steve,
    I would assume you deleted the sourcesystems, as adivised by the system copy note (886102). When you delete the sourcesystems, all its dependant objects are deleted too (like the infopackages, for example).
    You can get them via transport, as suggested in the scenario B3, from that same note.

  • TMS, profiles after System Refresh

    Hi All,
    I have done a system refresh from PD1(old prod) to PRD(new prod) on new server.
    I faced following problem after the refresh.
    1. The instance profile of PD1 had many parameter.., after copying that in PRD, sap wont start. So I have commented many of those parameter from the instance profile of PRD?
    2. After the refresh, since PRD doesnt have the transport request of PD1, how do I put those request to PRD?
    I have the backup of \trans folder of PD1.
    Regards
    Prash

    Hi,
    Rename the file from \trans\buffer\HD1 to PRD worked!!!
    -> the only concern if transport buffer is clean up in between then some request was missing in import queue of PRD.
    zcsa/installed_languages = DE
    this should be  ED
    zcsa/system_language = E is OK.
    install/codepage/appl_server = 1100  -> this is for codepage installed on your application server
    I get message like PXA_NO_SHARED_MEMORY occured
    and SYSTEM_NO_ROLL occured..
    ->  are you using 32 bit OS  ?
    check Note 103747 - Performance: Parameter recommendations as of Release 4.0
    Note 88416 - Zero administration memory management as of 4.0A/ Windows
    also consider Note 129813 - Windows: Problems due to address space fragmentation
    regards,
    kaushal

Maybe you are looking for

  • HP Officejet Pro 8600 Plus On-Glass Copy Problem

    When I try to copy on-glass, the scanner bar does not move to the far right edge so it cuts off about 3 inches of the top of the document being copied. Scanning from document feed and sending items to be printed work fine. This question was solved. V

  • ALV List  download to Excel format

    hi all, how to download ALV list to excel? i am using Reuse_ALV_List_Display fm to get my list .

  • Serial number status EDEL ESTO

    Hi guys, I already spent two days on searching a proper answer on serial number statuses. I have a problem with system status on serial number master data, when I try to put on delivery a serial number which was returned from customer. I get an error

  • Guide me to improve PL/SQL Skils for beginner

    Hello friends, I am basically core dba with 5 years of experience. I need to improve my skill sets in PL/SQL. Please guide me the some links for improve my skills in pl/sql developer. Thanks rocky

  • Trim in Captivate 4.0

    Hi, I have Captivate 4.0  I have recorded a narrated video.  I couldn't figure out how to turn off the recording at the end of the last slide.  As a result I have about 20 seconds of dead time at the end of the slide.  I would like to simply trim or