have you configured the multihomed as follows:
(works for W2K3SP1 DCs)
* To stop the registration of the connections addresses in DNS on some NICs
UNCHECK the option "Register this connection's addresses in DNS" for the
particular NIC (Advanced TCP/IP Settings, DNS TAB)
* If NetBIOS over TCP/IP is not needed on some NICs disable it on the on the
particular NICs (Advanced TCP/IP Settings, WINS TAB) (this does prevent the
registration of the IP in WINS!)
* Configure the correct interface order. Open the Network Connections
applet, click on the Advanced pull-down menu, choose Advanced Settings. Make
sure the interface for which DNS records exist in DNS is at the top of the
connections pane
* If file sharing is not needed on some NICs disable File and Print Services
and the Microsoft Client Service on the particular NICs
* If NetBIOS over TCP/IP is not needed on some NICs disable it on the on the
particular NICs (Advanced TCP/IP Settings, WINS TAB)
* Using the DNS MMC, right-click the server name, select the Interfaces TAB
and select on which NICs (IP addresses) the server should listen for DNS
queries (if it hosts DNS)
--
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto # MVP Windows Server - Directory Services
BLOG (WEB-BASED)-->
http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)-->
http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"Eric Ouvrie" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have a domain with 2 win2003 DCs and 1 win2000 DC
> all with the latest SP.
>
> On one of the Win2003 server, I have the following 2 Events
> every 5 minutes (GPO application time on DC)
> (On this Win2003 server, I have 2 NIC. Maybe it is relevant)
>
> -Source:Userenv EventID:1006 "Windows cannot bind to mydomain.local (Local
> Error). Group Policy processing aborted"
> -Source:Userenv EventID:1030 "Windows cannot query for the lsit of Group
> Policy Objects..."
>
> Netdiag does not report any particular failure.
>
> I set the user environment debug logging.
> In userenv.log, I have :
> GetGPOInfo: ********************************
> GetGPOInfo: Entering...
> GetGPOInfo: Server connection established.
> GetGPOInfo: ldap_bind_s failed with = <82>
> GetGPOInfo: Leaving with 0
> GetGPOInfo: ********************************
> ProcessGPOs: GetGPOInfo failed.
> ProcessGPOs: No WMI logging done in this policy cycle.
> ProcessGPOs: Processing failed with error 8341.
> LeaveCriticalPolicySection: Critical section 0x8f0 has been released.
> ProcessGPOs: Computer Group Policy has been applied.
> ProcessGPOs: Leaving with 0.
> EnterCriticalPolicySectionEx: Entering with timeout 600000 and flags
> 0x0
> EnterCriticalPolicySectionEx: Machine critical section has been
> claimed. Handle = 0x8f0
> EnterCriticalPolicySectionEx: Leaving successfully.
> LeaveCriticalPolicySection: Critical section 0x8f0 has been released.
> GPOThread: Next refresh will happen in 5 minutes
>
> I found that the LDAP error <82> is LDAP_LOCAL_ERROR which matches
> the eventID 1006 description.
>
> After many Internet research, I have not found anything helpful.
> How can I troubleshoot this ?
> Anyone could help.
>
> Thanks in advance.
> Eric.