Hello, I have same problem.
Replication sensor works with AD admin account, but not with basic user.
Our user have the following Allow permissions for AD root:
- Read
- Monitor active directory replication
- Read domain password & lockout policies
- Read Other domain parameters
permission are set to domain root, but only for "This object only" Should be permission set for all descendants? Its not specified in https://kb.paessler.com/en/topic/31363-active-directory-replication-access-denied article
This is output from ADSReplFailuresXML.exe:
C:\Program Files (x86)\PRTG Network Monitor\Sensor System>.\ADSReplFailuresXML.exe -u=domain\readeruser -p=password and -c=DC1 -n=DC2
19.1.1.12
get current time of remote computer
Starting WMI Query 'select * from Win32_UTCTime'
Error getting time of remote pc
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
get replication data
Starting WMI Query 'select DisableScheduledSync,DoScheduledSyncs,IsDeletedSourceDsa,SourceDsaCN,LastSyncResult,NumConsecutiveSyncFailures,ModifiedNumConsecutiveSyncFailures,TimeOfLastSyncAttempt,TimeOfLastSyncSuccess from MSAD_ReplNeighbor where SourceDsaCN = 'DC2' '
<?xml version="1.0" encoding="utf-8"?><prtg><error>1</error><text>Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))</text></prtg>
Press any key to continue
We use PTRG 21.4.73.1656
Do you have any advice please? Thanks
Add comment