cancel
Showing results for 
Search instead for 
Did you mean: 

System copy - Schema Conversion

Former Member
0 Kudos

Hi,

I'm planning to do a system copy to build a preprd with PRD databse using a backup/restore method..

PRD (ESP)- WIN 2008 SP2 (not R2) + MSS - 2005 + SAP ECC 6.0 SR3 NUC SPS14+ Kernel - 281

PREPRD (ESX)- WIN 2008 SP2 (not R2) +  MSS - 2005 + SAP ECC 6.0 SR3 NUC SPS14+Kernel - 301 (KERNEL DVD)

Approach - System Copy + Database Dependent + Backup/Restore (with a FULL backup from PRD)

Media - SAP NETWEAVER SR3  SAPINST + KERNEL DVD (Patch  - 301) using NUC option

how to do the schema conversion from ESP to ESX ??

do i need to run any sql scripts??....If so plz let me know the steps.

Regards,

Dinakar

Accepted Solutions (1)

Accepted Solutions (1)

former_member189546
Active Contributor
0 Kudos

Hello,

Please use script in note

1294762   SCHEMA4SAP.VBS

regards,

John Feely

Former Member
0 Kudos

Hi John,

My dba used MOVE SQL script provided by SCHEMA4SAP.vbs to move all objs from ESP to ESX.

It worked like a charm.

Thanks for your inputs.

Answers (2)

Answers (2)

Former Member
0 Kudos

I had the same problem and it got resolved with the steps mentioned by Premsukh

Former Member
0 Kudos

Hi,

You can use STM tool provided by SAP to perform schema conversion. This procedure do not need any SQL scripts. Please refer note 683447 for more information.

Regards,

Pradeep

premsukh_bishnoi
Contributor
0 Kudos

Hi,

You can also use a Detach and attach straitegy for doing system  system in fast way.

For this you need to stop your PRD system for  doing copy of  data file and log file.

R/3 System Copy – MSSQL Server

Important: This
method can be followed only for already installed systems (or) for system
refresh.

Source System:

  1. Stop
         R/3         
  2. Open
         the SQL Server Management Studio
  3. Please
         note down the properties of your current DB
  4. Take
         the DB offline
  5. Detach
         the DB
  6. Copy
         the Data (MDF,NDF) files  & Log
         (LDF) files to the Target system.
  7. Target System:
  8. Part 1: Activity to
    be done with the old DB:
    1. Stop
           R/3
    2. Open
           the SQL Server Management Studio
    3. Please
           note down the properties of your current DB
    4. Take
           the DB offline
    5. Detach
           the DB
    6. Part 2:
      1. Rename
             source <SID> with target <SID> in the Data (MDF,NDF)
             files  & Log (LDF) files as
             follows:
      2. <SID>DATA1.mdf
      3. <SID>DATA1.ndf
      4. <SID>LOG1.ldf
        1. Attach
               to DB to SQL server in the target system using SQL Server Management
               Studio

Then please run STM tool as above said note.

Regards, Premsukh