cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting System Copy on BI Dual stack

srikanth_sandha
Explorer
0 Kudos

Hi,

We are planning to split Our BI Dual stack system.

1) To perform ABAP system copy through Oracle tools.

2) To perform Java system copy through Sapinst and them import in to the system copy performed in step 1.

Could some one help me out, can we go ahead or not.

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

> We are planning to split Our BI Dual stack system.

> 1) To perform ABAP system copy through Oracle tools.

If you use backup/restore method to build your ABAP system then you should know that Java Schema is also present in the database, so, after restore you need to drop Java schema as well or you can do this before restoring the system in source system then take backup and restore this backup on target system.

> 2) To perform Java system copy through Sapinst and them import in to the system copy performed in step 1.

>

Yes, you can do that. But I really doubt to use this method to build your production system. I would recommend following approach:

1) Install new As Java system with different <SID>.

2) Migrate all existing functionality of your existing As Java system to new As Java system. Do all the testing to check all the scenarios.

3) Drop As Java from your dual stack system.

Also, check below threads:

Thanks

Sunny

Edited by: Sunny Pahuja on Mar 30, 2011 6:59 AM

Answers (1)

Answers (1)

srikanth_sandha
Explorer
0 Kudos

Thank you