The database log has been truncated.
2006/10/17 11:57:19.34 RepAgent (10) Error: 9215, Severity: EX_USER, State: 1 The Secondary Truncation Point is not valid. Please make sure that the Secondary Truncation Point is valid, and then restart the Rep Agent Thread for this database.
This error occurs when the log is truncated past the secondary truncation point and the RepAgent tries to reconnect to the database. RepAgent requests the log page number from the SAP Replication Server and then accesses that page in the database. Because the log was truncated, the RepAgent will not start.
Attempts to retrieve rows from the page using the row identifier (RID) fail because the requested RID is a higher value than the last RID on the page. For example, truncating the log frees only those log pages that the RepAgent has sent to the SAP Replication Server with confirmation.
Check for open transactions by comparing the output of dbcc gettrunc with the content of the rs_locater tables attribute locater. Truncating the transaction log may have caused orphaned transactions, which occur when the transaction’s begin statement is transferred, but the commit or rollback statement is accidentally deleted during log truncation.