Hello Stephen,
below are detail steps which I followed
Installation of SAP NW 7.4 ABAP system on drsys01
Installation of DB node {Distributed system} as mentioned in installation guide on drsys02
Setup of replication environment on node 2 .. without replication configuration
Setup of replication environment on node 1 with replication configuration
materialzation method Manual dump/load database
Sapinst stop and request to load database on node 2 {drsys02}
steps : on node 1
sp_dboption TSD, 'trunc log on chkpt', 'false'
sp_dboption TSD, 'full logging for all', 'true'
sp_dboption TSD, 'enforce dump tran sequence', 'true'
backup of saptools and TSD database
dump database TSD using config = 'TSDDB1'
dump database saptools using config = 'TSDDB1'
dump transaction TSD using config = 'TSDLOG1'
load saptools and TSD on node 2
load database saptools from 'E:\Backup\DB\saptools.DB.20140515.123556.000'
go
online database saptools
load database TSD from 'E:\Backup\DB\TSD.DB.20140515.122421.000'
go
load transaction TSD from 'E:\Backup\DB\TSD.TRAN.20140515.140439.000'
go
online database TSD
then on Node 1 click ok to proceed with materialize database phase .
below is error and attached is log file of node2
Server 'TSD_REP_drsap1':
Application 'isql' is using character set 'iso_1', but the Replication Server is using character set 'utf8'. Because
character sets are different, character set conversion problems may occur.
1> admin version
2> admin who
3> go
Version
-----------------------------------------------------------------------------------------------------------
Replication Server/15.7.1/EBF 21882 SP111 rs1571sp110/X64/Windows 2008 R2/1/OPT64/Tue Nov 05 16:44:18 2013
Spid Name State Info
---- ---------- -------------------- ------------------------------------------------------------
33 DSI EXEC Awaiting Command 102(1) TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
19 DSI Awaiting Message 102 TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
24 DIST Awaiting Wakeup 102 TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
31 SQT Awaiting Wakeup 102:1 DIST TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
13 SQM Awaiting Message 102:1 TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
11 SQM Awaiting Message 102:0 TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
43 REP AGENT Awaiting Command TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
44 NRM Awaiting Message TSD_REP_drsap1_RSSD.TSD_REP_drsap1_RSSD
DSI EXEC Suspended 106(1) TSD_drsap1.TSD
DSI Suspended 106 TSD_drsap1.TSD
25 DIST Awaiting Wakeup 106 TSD_drsap1.TSD
30 SQT Awaiting Wakeup 106:1 DIST TSD_drsap1.TSD
17 SQM Awaiting Message 106:1 TSD_drsap1.TSD
16 SQM Awaiting Message 106:0 TSD_drsap1.TSD
REP AGENT Down TSD_drsap1.TSD
NRM Down TSD_drsap1.TSD
48 DSI EXEC Awaiting Command 104(1) TSD_drsap1.master
47 DSI Awaiting Message 104 TSD_drsap1.master
26 DIST Awaiting Wakeup 104 TSD_drsap1.master
32 SQT Awaiting Wakeup 104:1 DIST TSD_drsap1.master
15 SQM Awaiting Message 104:1 TSD_drsap1.master
14 SQM Awaiting Message 104:0 TSD_drsap1.master
REP AGENT Down TSD_drsap1.master
NRM Down TSD_drsap1.master
18 RSI Awaiting Wakeup TSD_REP_prsap1
12 SQM Awaiting Message 16777317:0 TSD_REP_prsap1
37 RSI USER Active TSD_REP_prsap1
22 dSUB Active
7 dCM Awaiting Message
9 dAIO Awaiting Message
27 dREC Sleeping dREC
10 dDELSEG Awaiting Message
80 USER Active DR_admin
6 dALARM Awaiting Wakeup
28 dSYSAM Sleeping
1> resume connection to TSD_drsap1.TSD
2> go
Connection to 'TSD_drsap1.TSD' is resumed.
1>
***********
1> sap_status path
Path Name Value Info
--------------------- ------------------------------ ------------------------------ ---------------------------------------------------------------------------------------------------
Start Time 2014-05-15 14:52:13.193 Time command started executing.
Elapsed Time 00:00:02 Command execution time.
prsap1 Hostname drsys01 Logical host name.
prsap1 HADR Status Primary : Active Identify the primary and standby sites.
drsap1 Hostname drsys02 Logical host name.
drsap1 HADR Status Standby : Inactive Identify the primary and standby sites.
drsap1.prsap1.TSD State Suspended Path is suspended. Transactions are not being replicated.
drsap1.prsap1.TSD Latency Unknown No latency information for database 'TSD'.
drsap1.prsap1.TSD Commit Time Unknown No last commit time for the database 'TSD'.
drsap1.prsap1.master State Suspended Path is suspended. Transactions are not being replicated.
drsap1.prsap1.master Latency Unknown No latency information for database 'master'.
drsap1.prsap1.master Commit Time Unknown No last commit time for the database 'master'.
prsap1.drsap1.TSD State Suspended Path is suspended. Transactions are not being replicated.
prsap1.drsap1.TSD Failing Command Error Message Failing Command Error Message The connection in the Replication Server on the drsap1 host to 'TSD_drsap1.TSD' is not configured.
prsap1.drsap1.TSD Latency Unknown No latency information for database 'TSD'.
prsap1.drsap1.TSD Commit Time Unknown No last commit time for the database 'TSD'.
prsap1.drsap1.master State Active Path is active and replication can occur.
prsap1.drsap1.master Latency Unknown No latency information for database 'master'.
prsap1.drsap1.master Commit Time 2014-05-15 12:22:23.620 Time last commit replicated
Regards
Mohammad