Hopefully, this issue might be the last 1 in configuring SAP SRS:
The contents of table master..sysloginroles are different in primary and standby.
The number of rows are 22 in primary and 21 in secondary
The materialization of master is failing.
Current issue is as follows:
ERROR 2014-01-10 01:09:59.754
MUT-03025 Caught ESAPinstException in module call: .
ERROR 2014-01-10 01:10:00.102
FCO-00011 The step syb_step_mat_master with step key |SYB_REP_ENV|ind|ind|ind|ind|0|0|c_syb_rep_materialize|ind|ind|ind|ind|id_c_syb_rep_materialize|0|syb_step_mat_master was executed with status
ERROR ( Last error reported by the step: Assertion failed: </i><br><br>The materialization status is unexpected.<br><br>The DR agent reports the following:<br><br><pre>
1> sap_status path
Path Name Value Info
------------------ ------------- ------------------------ ----------------------------------------------------------
Start Time 2014-01-10 01:09:58.192 Time command started executing.
Elapsed Time 00:00:01 Command execution time.
SID Hostname ggsapepSID Logical host name.
SID HADR Status Disabled : Unknown Identify the primary and standby sites.
SIDREP Hostname ggsapr3dbb Logical host name.
SIDREP HADR Status Disabled : Unknown Identify the primary and standby sites.
SID.SIDREP.SID State Defined Path is defined and ready for materialization.
SID.SIDREP.SID Latency Unknown No latency information for database 'SID'.
SID.SIDREP.SID Commit Time Unknown No last commit time for the database 'SID'.
SID.SIDREP.master State Defined Path is defined and ready for materialization.
SID.SIDREP.master Latency Unknown No latency information for database 'master'.
SID.SIDREP.master Commit Time Unknown No last commit time for the database 'master'.
SIDREP.SID.SID State Suspended Path is suspended. Transactions are not being replicated.
SIDREP.SID.SID Latency Unknown No latency information for database 'SID'.
SIDREP.SID.SID Commit Time Unknown No last commit time for the database 'SID'.
SIDREP.SID.master State Suspended Path is suspended. Transactions are not being replicated.
SIDREP.SID.master Latency Unknown No latency information for database 'master'.
SIDREP.SID.master Commit Time Unknown No last commit time for the database 'master'.
(18 rows affected)</pre><br>Refer to trace file sapinst_dev.log for further information.<br><br><i>).
INFO 2014-01-10 01:10:00.525
Creating file /tmp/sapinst_instdir/GENERIC/SYB/REPENV/SETUP/__instana_tmp.xml.
PerformMasterMaterialization Failing Command Error Message The row count in the Master database does not match between source and target systems. Table 'master..sysloginroles' has source row count '22' but target row count '21'
Materialize Start Time 2014-01-10 01:03:53.474
Materialize Elapsed Time 00:00:33
Materialize Task Name Materialize
Materialize Task State Error
Materialize Short Description Materialize database
Materialize Long Description Starting materialization of the master database from source 'QAS' to target 'QASREP'.
Materialize Hostname ggsapepqas
PerformMasterMaterialization Task Name Materialize the Master database
PerformMasterMaterialization Task State Error
PerformMasterMaterialization Short Description Materializes the Master database by using a bulk copy utility to copy necessary tables.
PerformMasterMaterialization Long Description Comparing the rows counts after the bulk copy operations for the 'master' database between source host 'QAS' and target host 'QASREP'
PerformMasterMaterialization Failing Command Error Message The row count in the Master database does not match between source and target systems. Table 'master..sysloginroles' has source row count '22' but target row count '21'.
PerformMasterMaterialization Corrective Action Verify no user or security request are being performed on the source system and retry materialization.
PerformMasterMaterialization Current Task Number 5
PerformMasterMaterialization Total Number of Tasks 7
PerformMasterMaterialization Hostname ggsapepqas
insert into master..sysloginroles (suid, srid, status, predid)
values (5, 0, 1, NULL)
How to resolve this issue?
Thanks & Regards,
Dino