How to get Error Message and Event ID for AD Replication report
The AD Replication report you're referring to in SolarWinds (likely in Server & Application Monitor (SAM) under Reports > All Reports, or a custom report based on the Active Directory Replication template / AppInsight for Active Directory) typically shows high-level replication status (e.g., successes/failures per naming context, partner DC, last sync time, etc.) pulled from tools like repadmin /showrepl or NTDS performance counters. By default, it does not include detailed Error Message text or Event ID columns — those come from Windows Event Logs (Directory Service log), which are monitored separately via component monitors or AppInsight.
This exact question was posted on THWACK (Dec 2025 thread: "AD Replication report" asking "How to get Error Message and Event ID for AD Replication report"), suggesting it's a common pain point with no built-in one-click solution in standard reports.
Use these approaches (pick based on your needs):
This gets you the Event ID + full Error Message reliably. The standard AD Replication report stays high-level, so combining with event log queries/drill-down is the way most admins handle detailed diagnostics.
Thanks Jeremy. This works.