cancel
Showing results for 
Search instead for 
Did you mean: 

Replication tracks between NWDI 7.0 and 7.3 failded

Former Member
0 Kudos

Hi there,

We have migrated our sap portal 7.0 to 7.3.

Now we would like to replicate our developments from our old NWDI 7.0 server to the new one in 7.3.

From the Sap dtr console tool we have run the replication script but it failed.

Then we have patched the run.bat located in the NWDI 7.3 server from the note 1377679.


We have executed the replication script but it always failded.

We have follow the link http://help.sap.com/saphelp_nw73/helpdata/en/49/101b273d9d132ee10000000a421937/frameset.htm

When execute the script DTR command line tool returned the error below :

Error : The execution of command sequence failed.

We have also tried by line, the two sessions created fine.

But the replication command returned :

An unexpected error prevented execution of this command.

This could be caused by a bug in the application.

Technical details follow:

java.lang.NullPointerException

        at com.sap.dtr.console.deltav.HttpRequest.<init>(HttpRequest.java:29)

        at com.sap.dtr.console.deltav.HttpXmlRequest.<init>(HttpXmlRequest.java

11)

The syntaxe is

connect targethost:targetport user password

connect sourcehost:sourceport user password

replicate -r -d c:\temp\replicate /ws/TRACK1/SC1/dev/inactive targetID /ws/TRACK1/SC1/dev/inactive

replicate -r -d c:\temp\replicate /ws/TRACK1/SC1/dev/active targetID /ws/TRACK1/SC1/dev/active

In order to insure of the correct name, the workspace was opened as web folder.

Anyone could help us ?

Best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Soumya
Active Participant
0 Kudos

Hi

The correct syntax also includes TargetID and SourceID

Connect <targethost>:<targetport> <userid> <password> TargetID

Connect <sourcehost>:<sourceport> <userid> <password> SourceID

Also take care that the user ids used should have NWDI.Administrators role assigned in respective systems.

Hope it helps.....

Former Member
0 Kudos

Hi,

I have also tried.

But our both NWDI systems have the same SDI.

The user used for the replication have NWDI.administrator in 7.0 server and DI.administrator in 7.3 server.