Troubleshooting
Typically, these browser events appear every two hours. However, these browser events may not always have a major affect on the system's browser functionality. Use the following guidelines to troubleshoot these events.
Multihomed browsers
For correct browser operation, you should not operate multihomed Windows NT 4.0 PDCs or Windows 2000 and later PDC Emulators. . Do not make a server multihomed if that server performs an active browser role. Make sure the Computer Browser service is disabled on multihomed computers. See the "Workaround" section for information about how to disable the Computer Browser service.Name resolution infrastructure
Name resolution among all browsers is very important. Therefore, make sure that you establish a robust name resolution infrastructure with WINS. For browsing to work correctly, name resolution must be functional. We strongly recommend that all WINS servers point to themselves as Primary and Secondary WINS in the TCP/IP configuration. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 150737 Setting primary and secondary WINS server options
Event details
The transport that did not work can be identified in Event Viewer by looking at the transport value that is shown in the message text. Consider the following examples:
The browser was unable to retrieve a list of servers from the browser master
current_browser_master on the network \Device\protocol_netcard
The Browser service has failed to retrieve the backup list too many times on transport \Device\protocol_netcard.
In the sample text listed in the Symptoms section, the failing transport is \Device\NetBT_Tcpip_{D995825F-F226-49D6-8221-503BE0A9BBAD}. The prefix NetBT_Tcpip_ indicates that NetBIOS over TCP/IP and {D995825F-F226-49D6-8221-503BE0A9BBAD} is the GUID of the adaptor. The data section of the events may contain important information for troubleshooting. Change the view of the data section of the event from bytes to words. Investigate the status code in the data words of the events. The error code gives an additional hint for the reason why the event has been logged.
At a command prompt, type Net Helpmsg ErrorNumber to obtain an explanation of that error.
You can use the command-line utility Browstat or the NetBIOS Browsing Console (Browcon.exe) to investigate browsing errors more.
For more information about browser errors, click the following article numbers to view the articles in the Microsoft Knowledge Base: 188305 Troubleshooting the Microsoft Computer Browser service
818092 Description of NetBIOS Browsing Console (Browcon.exe)
Verify connectivity
- Test for general intermittent network connectivity issues.
For more information about how to troubleshoot network connectivity problems, click the following article number to view the article in the Microsoft Knowledge Base: 325487 How to troubleshoot network connectivity problems
- Determine whether you can connect to the server \\current_browser_master at the time of the events that are logged on the master browser server or the backup browser server. Drive mappings or UNC connections work independently from browser operation. Therefore, a net use command should succeed. If this fails, investigate this problem first.
Access restrictions
- On the
\\current_browser_master server, where
\\current_browser_master is the computer that is the master browser, verify that the "Access this computer from the network" user right is granted to the Everyone group. - In the System log, verify that the
Server service has no intermittent problems, such as problems caused by file system filter drivers. - Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA
- Verify the value of the RestrictAnonymous entry. When the RestrictAnonymous entry has a value of 2 on a Windows 2000-based domain controller, the Browser service cannot retrieve domain lists or server lists from backup browsers, master browsers, or domain master browsers if these computers also have the value of the RestrictAnonymous entry set to 2. Therefore, any program that relies on the Browser service does not function correctly. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
246261 How to use the RestrictAnonymous registry value in Windows 2000
Network Load Balancing (NLB)
If you are running NLB on Windows 2000 Advanced Server, or if you are running Windows Load Balancing Service (WLBS) on Windows NT 4.0 Server, set the appropriate bindings for NLB and WLBS. To do this, follow these steps:
- Enable File and Printer Sharing for Microsoft Networks and Client for Microsoft Networks on the dedicated network adaptors.
- Disable File and Printer Sharing for Microsoft Networks and Client for Microsoft Networks on the virtual NLB interface cards.
For more information about the appropriate settings on Microsoft Windows NT Server 4.0, click the following article numbers to view the articles in the Microsoft Knowledge Base: 197992 How to configure WLBS using a single network interface card
197991 How to configure WLBS using multiple network interface cards
Important Make sure to disable the bindings from the Windows Internet Name Service (WINS) client to the physical network adaptor when you use a single network adaptor. When you use multiple network adaptors, disable the WINS client from the cluster adaptor. Cluster service (MSCS) cluster
If the events are seen on a MSCS cluster node, bind only TCP/IP protocol to the heartbeat adaptor. Unbind WINS and other protocols from the heartbeat network adaptor.
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 193890 Recommended WINS configuration for Microsoft Cluster Server
258750 Recommended private "Heartbeat" configuration on a cluster server
Microsoft Loopback adaptor
On systems that have the Microsoft Loopback adaptor enabled, verify that Netbios over TCP/IP is enabled on the LAN adaptor and not enabled on the Microsoft Loopback adaptor. Network Infrastructure
If computers are hooked to a Cisco switch that is running a PIX firewall, the PIX may have a known issue with responding incorrectly to ARP queries. Turn off the Proxy ARP feature on the PIX. If this step resolves the problem, contact Cisco Systems for an updated IOS version. Network adaptor teaming adaptors
There are network adaptors and accompanying drivers available from some hardware manufacturers that provide fault tolerance. This technology lets you group network adaptor ports for a connection to a single physical segment. If connectivity through one port is not working, another port is automatically enabled. This operation is transparent to the operating system and other devices on the network.
Note Support for the fault-tolerant technology, the hardware and the drivers, is the responsibility of the hardware manufacturer. Many hardware manufacturers have updated drivers to correct this problem. If problems that occur seem to be related to teaming, disable teaming when you troubleshoot the problem. If the problem is resolved when you disable teaming, seek assistance from the hardware manufacturer. Contact the hardware manufacturer and update the network adaptor drivers and agents to the latest available versions.Third-party software
Third-party software can affect browsing issues. Some examples include the following:
- SAMBA servers
- Trend Micro antivirus software and antivirus software generally
- Arc Serve backup client
- Personal firewalls
To work around this problem, use one of the following procedures:
- Unbind all but one of the TCP/IP subnet transport bindings from the workstation service.
- Remove all but one of the network cards or remote access connections.
- At the command prompt, type the following command:
net stop browser
Note This option prevents you from receiving computer browse lists from other networks.
After you use one of these procedures, wait at least 10 minutes to see whether the errors still occur. If they do, continue troubleshooting by cross-referencing two pieces of information. First, note the transport that failed in the event log. For example, error 8021 displays a message that is similar to the following:
The browser was unable to retrieve a list of servers from the browser master \\server name on the network \Device\NetBT_driver name. The data is the error code.
The important data is NetBT_
driver name. This indicates the protocol and netcard binding, also known as an "endpoint." The potential protocols you may see are as follows:
Nbf_netcard = NetBEUI
NetBT_netcard = TCP/IP (NetBIOS over TCP/IP)
NwlnkIpx = IPX/SPX (NwLink) [will not indicate netcard]
NwlnkNB = NetBIOS over NwLink [will not indicate netcard]
After you have determined the failed protocol endpoint, verify the working status of the Browser service on all installed protocols with the Windows NT resource kit program Browstat.exe. At a command prompt, type the following command:
browstat status
This will enumerate the browser status on all endpoints. Look for the following message under each endpoint:
Browser is NOT active on domain
Ignore data about endpoints that list "NdisWanX," such as Device\NetBT_NdisWan5. These are remote access endpoints, which usually list the error anyway.
You should find a protocol match between these two steps. The next step is to record any important information about the protocol from Protocol Setup in the Network tool in Control Panel. Then, remove the protocol, restart the computer, and see whether the error no longer is logged.
Note Remember to wait at least 10 minutes.
Then, try to reinstall the protocol, to check for the error, and then to reapply the service pack that exists on the current Windows NT installation.
If the error persists after a protocol reinstallation, you may have problems with the network adaptor card. Contact the vendor to see if an updated driver is available or try another network adaptor card.
To permanently prevent multihomed Windows-based servers from becoming browser servers, use one of the following methods.
Method 1: Use Microsoft Management Console (MMC) or Control Panel
Windows NT 4.0- Click Start, point to
Settings, click Control Panel, and then double-click Services. - Click Computer Browser, click
Properties, and then click Manual. - Click OK, click
Close, and then restart the browser service or restart the computer.
Windows 2000 or later operating systems- Click Start, click
Run, and then type
services.msc - Right-click the Computer Browser service, and then click Properties.
- In the Startup type list, select
Manual, and then click OK. - Right-click the Computer Browser service, and then click Restart.
Method 2: Use Registry Editor
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows
Windows 2000- Click Start, click Run, type Regedt32, and then click
OK. - Locate the following registry entry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\
- Change the value to of MaintainServerListto No.
- Restart the computer.
Windows NT and Windows XP- Click Start, click Run, type Regedt32, and then click
OK. - Locate the following registry entry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\
- Change the value to of MaintainServerList to
false. - Restart the computer.
If the value of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\ MaintainServerList is
No, this server is not a browser.
If the value of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\ MaintainServerList is
Yes, this server becomes a browser.
The Computer Browser service tries to contact the master browser to obtain a current browser list. If the Computer Browser service cannot find the master browser, it forces an election and is a candidate to become the master browser. Additionally, setting MaintainServerList to Yes causes an election to be generated when the browser starts.
Method 3: Use the Service Controller (SC) utility
You can use the command-line Service Controller utilities Sc.exe and Netsvc.exe to switch the start value of a service. You can find these utilities in the Windows 2000 Resource Kit You can also use these utilities to remotely start and stop a service.
To disable the Browser service on a remote system type the following command at a command prompt:
SC \\ServerName config Browser start= disabled
Note The option name includes an equal sign followed by a blank character.
For more information about the Sc.exe tool, see the Sc-dev.txt file. This file is located in the Windows 2000 Resource Kit.