Skip to Content
0
Dec 10, 2012 at 06:29 PM

Correct syntax for NWDI track replication using replication tool

72 Views

I'm trying to replicate a track from a source NWDI to a traget NWDI using replication tool

http://help.sap.com/saphelp_nw70/helpdata/en/46/5d032c1e661cbee10000000a11466f/frameset.htm

I've sucessfully copied the track definition by pointing the DTR URL of a copied track in the source to the target and then deleted the track in the source (points 1-4)

I've created a text file on UNIX based on what the track definitions are in source and target:

connect <target>:50200 NWDI_user <pwd> targetID

connect <source>:50200 NWDI_user <pwd> sourceID

replicate -r -d track_copy_target_nwdi.txt /ws/trk1/cust_DICTIONARY/dev/inactive targetID /ws/trkcpy/cust_DICTIONARY/dev/inactive

replicate -r -d track_copy_target_nwdi.txt /ws/trk1/cust_DICTIONARY/dev/active targetID /ws/trkcpy/cust_DICTIONARY/dev/active

replicate -r -d track_copy_target_nwdi.txt /ws/trk1/cust_DICTIONARY/cons/inactive targetID /ws/trkcpy/cust_DICTIONARY/cons/inactive

replicate -r -d track_copy_target_nwdi.txt /ws/trk1/cust_DICTIONARY/cons/active targetID /ws/trkcpy/cust_DICTIONARY/cons/active

./run.sh

>script command file

But I get the error :

Error: Execution of command sequence failed.

How can I troubleshoot? I don't see an error log.

Regards

Daniel