cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating the SAPINST execution ( System Copy using R3Load )

Former Member
0 Kudos

Hi

I am carrying out a test system copy.

Environment.

Windows 2003 Server

SQL Server 2000

SAP R/3 4.7 Enterprise 1.10

I am carrying out a test system copy using R3load ( Export / Import ).

I want the R3load to exit temporarily after it has finished creating the EXT and STR files.

After that I would like to do some process to STR and EXT Files. Once it is completed, I should be able to start the R3load again from the point I left it.

Is it possible ? if yes, what I should I do to achieve this ?

thanks & Best Regards

L Raghunahth

(PS : As we would be able to edit the DBEXPORT.R3S in case of R3SETUP. I am looking a similiar way for SAPINST. Hope I am Clear..)

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

I would simply choose to "Start Migration monitor manually" (after having chosen "custom").

Then sapinst will

- run R3ldctl

- run R3szchk

and then wait for MigMon to complete. In fact, you can stop sapinst at that place.

The configure your export_monitor_cmd.properties after your modification and unload the database.

Markus