cancel
Showing results for 
Search instead for 
Did you mean: 

Migration Monitor do not transfer output Files

Former Member
0 Kudos

Hello all,

we are doing a systemcopy for a SAP NetWeaver 7.01 System on Windows 2008 Ru201D with a MS SQL Server 2008. Because we have to redesign the layout of the Database Files we cannu2019t use the easy way with backup and restore of the database.

We want to use the SAP Migration Monitor, so that we can redesign the Layout of the database Files and run the Export and Import of the Database parallel.

Unfortunately we have a Problem when we are using this tool.

At the export SAP Server we did the step of u201CExport Preparationsu201D after that we do the u201CDatabase Instance Exportu201D. Everything went OK. Also the Export of the database via Export Monitor works nearly fine.

On the new SAP Server we started the Load Process of the Database the Export Location was a Copy of the Export Location directory after the R3SizeChk of the Export Process.

After the Load of the Database has reached the step of importing the ABAP Dump the SAP Import Monitor waits for the Input files.

The signal Files (.sgn) are written to the new SAP server, but the Data (.001) and the TOC (*.toc) files are not transferd to the new Server. And the import didnu2019t start.

Aftre the whole export has finshed nothing happened on the Import Server. So we copied the *.001 udn *.toc files to the new Server and the import started without any Problems and everything works fine.

My question is now what Iu2019m doing wrong?

Has anyone has an Idea?

Tanks

Franz-Josef

Export_monitor_cmd.properties:

server

dbType=MSS

exportDirs=C:\Export3\ABAP

installDir=C:\Program Files\sapinst_instdir\NW701\LM\COPY\MSS\EXP\CENTRAL\AS-ABAP\EXP

orderBy=

r3loadExe=O:\usr\sap\PWA\SYS\exe\uc\NTAMD64\R3load.exe

tskFiles=yes

dataCodepage=4103

jobNum=6

monitorTimeout=30

loadArgs=-stop_on_error

net

netExchangeDir=
lddeha01\exp_PWA\exp1\ABAP

trace=all

Import_monitor_cmd.properties:

dbType=MSS

importDirs=E:\cdsrv_PWA\Export2

installDir=C:\Program Files\sapinst_instdir\NW701\LM\COPY\MSS\SYSTEM\HA\AS-ABAP\DB

orderBy=

r3loadExe=
sappwa01\sapmnt\PWA\SYS\exe\uc\NTAMD64\R3load.exe

tskFiles=yes

extFiles=no

dbCodepage=4103

jobNum=12

monitorTimeout=30

loadArgs=-loadprocedure fast

exchangeDir=E:\cdsrv_PWA\Export2

trace=all

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member709110
Active Participant
0 Kudos

You have used "Net" option

You have seperate location for the data dump for export and import

This is wrong configuration ..... in case of Net option export and import process both write and read from the same location.

I would advice you to go through the migrationmonitor.pdf file once again (especially page 6 ) i sure you would be able to figure out what mistake you are doing.

Regards,

Neel