| View previous topic :: View next topic
|
| Author |
Message |
Alvin Guest
|
Posted: Thu Feb 21, 2008 5:25 am Post subject: DFSR Error (WMI/AD Problem) |
|
|
|
Hi people. I am setting up DFSR to replicate a folder between 2 servers:
Alpha and Bravo. Both servers are 2003 Ent R2.
I have gone through using WMIDIAG.VBS and made sure all tests are passed.
Also DCDIAG and the R2 ADPREP /FORESTPREP are all successful.
I am also made sure AD between 2 DCs AD01 and AD03 are replicated.
Using ASDIEDIT I have made sure the security for CNs exists and are readable
by SYSTEM as well.
I have created a few different Replication groups for testing but same thing
happens. It has been more than 24 hours so propagation time wont be a cause.
After creating the Replication Group the folders never replicated and I am
getting 3 different errors:
1. DFS Management Diagnostic shows:
For server Alpha:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002
b) Backlog calculations cannot be performed because DFS Replication
encountered the following error while accessing the Windows Management
Instrumentation (WMI) repository to retrieve version vectors from this
member: Access is denied. , see WMI help to resolve the error string.
For server Bravo:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002.
2. Eventlog in windows shows:
For server Alpha:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
references another object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan that does not exist.
Additional Information:
Domain Controller: ad01.abc.lan
Polling Cycle: 60 minutes
For server Bravo:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=DFSR-LocalSettings,CN=BRAVO,CN=Computers,DC=abc,DC=lan
references another object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=Topology,CN=CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan that does not exist.
Additional Information:
Domain Controller: ad03.abc.lan
Polling Cycle: 60 minutes
3. Debug log for DFRS on server Alpha (Bravo has similar ones)
20080221 09:26:54.056 3596 FCFG 383 Configuration::PollAdConfigNow
Connection with AD is still active. adServer:ad01.abc.lan
dsServer:\\ad01.abc.lan
20080221 09:26:54.072 3596 CFAD 1814 [ERROR] Config::AdQuery::Search Failed
to ldap_search_ext_s(). Error:No Such Object
base:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.072 3596 CFAD 5373 [ERROR]
Config::AdSnapshot::BuildGlobalSettingsTree Failed to GetGlobalSettings().
settingsDnAddr:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 CFAD 6092 [ERROR]
Config::AdSnapshot::ReadReplicationTopolgy Failed to
BuildGlobalSettingsTree().
memberDn:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 EVNT 533 EventLog::Report Logging eventId:6006
parameterCount:5
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report eventId:6006
parameter1:msDFSR-Subscriber
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report eventId:6006
parameter2:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report eventId:6006
parameter3:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report eventId:6006
parameter4:ad01.abc.lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report eventId:6006
parameter5:60
20080221 09:26:54.088 3596 CFAD 7592 Config::AdConfig::UpdateSpn Service
already registered
20080221 09:26:54.088 3596 SCFG 772
ServiceConfig::ProcessAdPollConfigEvents Received AD Poll event with no
configuration changes
I have gone through basically every forum returned by Google. Can someone
please help?
Cheers,
Alvin
|
|
| Back to top |
|
 |
Danny Sanders Guest
|
Posted: Thu Feb 21, 2008 2:47 pm Post subject: Re: DFSR Error (WMI/AD Problem) |
|
|
| Quote: | b) Backlog calculations cannot be performed because DFS Replication
encountered the following error while accessing the Windows Management
Instrumentation (WMI) repository to retrieve version vectors from this
member: Access is denied. , see WMI help to resolve the error string.
|
What is the event ID for this?
We had the same thing happen with a few servers here and it is a permissions
problem with the DFSR ServerHealthReport class, dcom object on the server
that is being accessed. I found a article that tells how to set the correct
permissions and I think it was by the event ID.
hth
DDS
"Alvin" <Alvin@discussions.microsoft.com> wrote in message
news:F763E2B6-E106-4C40-BDC5-44F68288B74C@microsoft.com...
| Quote: | Hi people. I am setting up DFSR to replicate a folder between 2 servers:
Alpha and Bravo. Both servers are 2003 Ent R2.
I have gone through using WMIDIAG.VBS and made sure all tests are passed.
Also DCDIAG and the R2 ADPREP /FORESTPREP are all successful.
I am also made sure AD between 2 DCs AD01 and AD03 are replicated.
Using ASDIEDIT I have made sure the security for CNs exists and are
readable
by SYSTEM as well.
I have created a few different Replication groups for testing but same
thing
happens. It has been more than 24 hours so propagation time wont be a
cause.
After creating the Replication Group the folders never replicated and I am
getting 3 different errors:
1. DFS Management Diagnostic shows:
For server Alpha:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002
b) Backlog calculations cannot be performed because DFS Replication
encountered the following error while accessing the Windows Management
Instrumentation (WMI) repository to retrieve version vectors from this
member: Access is denied. , see WMI help to resolve the error string.
For server Bravo:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002.
2. Eventlog in windows shows:
For server Alpha:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
references another object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
that does not exist.
Additional Information:
Domain Controller: ad01.abc.lan
Polling Cycle: 60 minutes
For server Bravo:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=DFSR-LocalSettings,CN=BRAVO,CN=Computers,DC=abc,DC=lan
references another object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=Topology,CN=CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
that does not exist.
Additional Information:
Domain Controller: ad03.abc.lan
Polling Cycle: 60 minutes
3. Debug log for DFRS on server Alpha (Bravo has similar ones)
20080221 09:26:54.056 3596 FCFG 383 Configuration::PollAdConfigNow
Connection with AD is still active. adServer:ad01.abc.lan
dsServer:\\ad01.abc.lan
20080221 09:26:54.072 3596 CFAD 1814 [ERROR] Config::AdQuery::Search
Failed
to ldap_search_ext_s(). Error:No Such Object
base:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.072 3596 CFAD 5373 [ERROR]
Config::AdSnapshot::BuildGlobalSettingsTree Failed to GetGlobalSettings().
settingsDnAddr:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 CFAD 6092 [ERROR]
Config::AdSnapshot::ReadReplicationTopolgy Failed to
BuildGlobalSettingsTree().
memberDn:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 EVNT 533 EventLog::Report Logging
eventId:6006
parameterCount:5
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report
eventId:6006
parameter1:msDFSR-Subscriber
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report
eventId:6006
parameter2:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter3:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter4:ad01.abc.lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter5:60
20080221 09:26:54.088 3596 CFAD 7592 Config::AdConfig::UpdateSpn Service
already registered
20080221 09:26:54.088 3596 SCFG 772
ServiceConfig::ProcessAdPollConfigEvents Received AD Poll event with no
configuration changes
I have gone through basically every forum returned by Google. Can someone
please help?
Cheers,
Alvin |
|
|
| Back to top |
|
 |
Guest Guest
Posts Location
|
Posted: Thu Feb 21, 2008 2:47 pm Post subject: Google Ads |
|
|
|
|
|
| Back to top |
|
 |
Alvin Guest
|
Posted: Sun Feb 24, 2008 11:53 pm Post subject: Re: DFSR Error (WMI/AD Problem) |
|
|
Hi Danny,
Thanks for your reply. But this is the only output I have got. For error a
it is 0x80041002 and for error b it doesn't give an error id. The windows
event log gives 6006 from DFSR though. Does that ring any bells?
Cheers,
Alvin
"Danny Sanders" wrote:
| Quote: | b) Backlog calculations cannot be performed because DFS Replication
encountered the following error while accessing the Windows Management
Instrumentation (WMI) repository to retrieve version vectors from this
member: Access is denied. , see WMI help to resolve the error string.
What is the event ID for this?
We had the same thing happen with a few servers here and it is a permissions
problem with the DFSR ServerHealthReport class, dcom object on the server
that is being accessed. I found a article that tells how to set the correct
permissions and I think it was by the event ID.
hth
DDS
"Alvin" <Alvin@discussions.microsoft.com> wrote in message
news:F763E2B6-E106-4C40-BDC5-44F68288B74C@microsoft.com...
Hi people. I am setting up DFSR to replicate a folder between 2 servers:
Alpha and Bravo. Both servers are 2003 Ent R2.
I have gone through using WMIDIAG.VBS and made sure all tests are passed.
Also DCDIAG and the R2 ADPREP /FORESTPREP are all successful.
I am also made sure AD between 2 DCs AD01 and AD03 are replicated.
Using ASDIEDIT I have made sure the security for CNs exists and are
readable
by SYSTEM as well.
I have created a few different Replication groups for testing but same
thing
happens. It has been more than 24 hours so propagation time wont be a
cause.
After creating the Replication Group the folders never replicated and I am
getting 3 different errors:
1. DFS Management Diagnostic shows:
For server Alpha:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002
b) Backlog calculations cannot be performed because DFS Replication
encountered the following error while accessing the Windows Management
Instrumentation (WMI) repository to retrieve version vectors from this
member: Access is denied. , see WMI help to resolve the error string.
For server Bravo:
a) Due to the following error, the DFS Replication reporting mechanism
cannot access the WMI (Windows Management Instrumentation) namespace to
retrieve certain reporting information. Error ID: 0x80041002.
2. Eventlog in windows shows:
For server Alpha:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
references another object at
CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
that does not exist.
Additional Information:
Domain Controller: ad01.abc.lan
Polling Cycle: 60 minutes
For server Bravo:
The DFS Replication service detected inconsistent msDFSR-Subscriber object
while polling for configuration information. The object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=DFSR-LocalSettings,CN=BRAVO,CN=Computers,DC=abc,DC=lan
references another object at
CN=6aad985a-2406-4471-87b7-45a6332a7db8,CN=Topology,CN=CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
that does not exist.
Additional Information:
Domain Controller: ad03.abc.lan
Polling Cycle: 60 minutes
3. Debug log for DFRS on server Alpha (Bravo has similar ones)
20080221 09:26:54.056 3596 FCFG 383 Configuration::PollAdConfigNow
Connection with AD is still active. adServer:ad01.abc.lan
dsServer:\\ad01.abc.lan
20080221 09:26:54.072 3596 CFAD 1814 [ERROR] Config::AdQuery::Search
Failed
to ldap_search_ext_s(). Error:No Such Object
base:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.072 3596 CFAD 5373 [ERROR]
Config::AdSnapshot::BuildGlobalSettingsTree Failed to GetGlobalSettings().
settingsDnAddr:CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 CFAD 6092 [ERROR]
Config::AdSnapshot::ReadReplicationTopolgy Failed to
BuildGlobalSettingsTree().
memberDn:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
Error:[Error:2(0x2) Config::AdQuery::Search ad.cpp:1824 3596 W1 The system
cannot find the file specified.]
20080221 09:26:54.072 3596 EVNT 533 EventLog::Report Logging
eventId:6006
parameterCount:5
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report
eventId:6006
parameter1:msDFSR-Subscriber
20080221 09:26:54.072 3596 EVNT 551 EventLog::Report
eventId:6006
parameter2:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=DFSR-LocalSettings,CN=ALPHA,CN=Computers,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter3:CN=14a6fa55-7b9c-4e78-86ca-56b2c7c2bef2,CN=Topology,CN=DFSR_CubbyHouse,CN=DFSR-GlobalSettings,CN=System,DC=abc,DC=lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter4:ad01.abc.lan
20080221 09:26:54.088 3596 EVNT 551 EventLog::Report
eventId:6006
parameter5:60
20080221 09:26:54.088 3596 CFAD 7592 Config::AdConfig::UpdateSpn Service
already registered
20080221 09:26:54.088 3596 SCFG 772
ServiceConfig::ProcessAdPollConfigEvents Received AD Poll event with no
configuration changes
I have gone through basically every forum returned by Google. Can someone
please help?
Cheers,
Alvin
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Topic Links: syslog
Powered by phpBB © 2001, 2005 phpBB Group
|