Ask Dr. Bob Your NT Questions - 10 Dec 1999

Learn about static electricity perils, the Microsoft Browser Service, an unresponsive Access 97 database, and a Disk Administrator error message.

Bob Chronister

December 10, 1999

8 Min Read
ITPro Today logo

SEND US YOUR TIPS AND QUESTIONS.
For answers to more of your NT questions, visit our online discussion forums at http://www.winntmag.com/forums.

Static Electricity Perils
Recently, one of my clients called to tell me that her tape backup wouldn't work. When I arrived to troubleshoot the problem, I found the drive totally dead. When I placed a tape in the drive, I discovered that the drive refused to set the tape. I was preparing to install a new tape drive when I decided to attempt a reboot. Why did I consider rebooting? The client who was running the system with the tape drive has a history of static electricity problems. (I've replaced six keyboards on her system.) After I rebooted, the tape drive worked perfectly. This case is bizarre, but the solution saved me the cost of a new tape drive.

I set up VPNs in a Cisco router. When I use PPTP on our Windows NT machines, I can easily access and browse the network. However, none of our Windows 9x machines can use DUN to browse the network. Do you know how to solve this problem?

When I chose Mindspring as my ISP, the company told me to place its DNS server's IP address into my DUN setup box. At the time, I didn't understand the reason. Then I ran into the problem that you describe. The solution is to add the IP addresses of the WINS and DNS servers to your Win9x DUN setup boxes. If you have only a few of these boxes, this process should be fairly easy. If you have many boxes, you have my sympathy.

What is the Microsoft Browser Service? How do I set up a network with Windows 9x workstations and a Windows NT server running Microsoft SQL Server so that the Win9x machines can see the server and one another? The protocol that loads on boot is TCP/IP, and I'm considering adding a router and attaching systems on the other side of the router to the SQL Server machine.

The Browser Service is a list of available network resources. The four browser roles that networked computers assume are Master Browsers, Backup Browsers, Domain Master Browsers, and Nonbrowsers. A Master Browser is a computer that assembles and maintains the list of available network resources. Only one Master Browser exists on the network. The Master Browser assigns Backup Browsers, which are computers that take control of the Browser Service if something happens to the Master Browser. In an NT domain environment, the Domain Master Browser collects Master Browser lists from all the network segments and provides cross-domain browsing capabilities. Only one Domain Master Browser can exist on a given domain on the network. Nonbrowsers are computers that never participate in the Browser Service. Sometimes, computers contend for the Master Browser role. In a mixed NT, Win9x, and Windows 3.11 environment, you need to avoid such competition.

To determine which computers participate in the Browser Service, you can alter the NT Registry. Start regedt32.exe in the system32 directory, and go to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBrowserParameters Registry key, which Screen 1, page 180, shows. The MaintainServerList parameter, of type REG_SZ, can have a range value of Auto, No, or Yes. If the range value is Auto (the default setting), the computer for this Registry entry contacts the Master Browser, which decides whether this computer can become a Backup Browser. If the range value is No, this computer will never participate in the Browser Service. If the range value is Yes, this computer attempts to become a Backup Browser and contacts the Master Browser for a current browse list. If a Master Browser and a Backup Browser already exist on the segment, the computer won't become a Backup Browser unless the segment has a sufficient number of nodes to require another Backup Browser. (A segment with 1 to 32 nodes requires only one Master Browser and one Backup Browser.) The more nodes a segment has, the more Backup Browsers are necessary. If the computer can't find the Master Browser, it forces an election and becomes a candidate for the Master Browser. Whenever a computer that can become a browser goes online, the Master Browser shares its resources with the Backup Browsers.

If the MaintainServerList value is Auto, the computer might or might not become a browser, depending on the results of the broadcast exchange with the Master Browser. If the MaintainServerList value is Yes, the computer will typically be a Backup Browser. A PDC is always the first to become a Master Browser.

The original NT 3.1 design included a priority for determining which computers became browsers. NT Server systems were first on the priority list, NT Workstation systems were second, and Windows for Workgroups (WFW) systems were third. Today, browser conflicts don't typically occur. However, when conflicts occur, you need to set the MaintainServerList Registry entry to No on an NT system that you don't want to use as the Master Browser. On WFW systems, you set the following parameter to No in the Network Section of system.ini:

MaintainServerList=

If this value is the default auto setting, the WFW computer functions as a browser.

Don't configure a Win9x machine to be the Master Browser. Go to Control Panel on the Win9x computer, double-click File and Print Sharing for Microsoft Networks, access the Advanced Properties dialog box, highlight Browse Master, and disable it.

Win95 uses NetBIOS over TCP/IP (NetBT) to connect to an NT server that doesn't use the NetBEUI protocol. With name resolution, you can use the standard syntax \HostnameSharename to connect to the server. Browsing is a NetBIOS-based service that can use NetBT (or NWLink with NetBIOS) if NetBEUI isn't present. To properly browse in an NT and Win9x network, many users need to install NetBEUI.

If you want Win9x machines on the other side of a router to see the NT server when you use Windows Explorer or Network Neighborhood, set up one Win95 computer as a Backup Browser. This computer needs to include a #DOM entry in its LMHOSTS file that points to the Master Browser (usually the PDC) and to a Backup Browser on the other side of the router. You can use an NT workstation instead of a Win9x machine as a Backup Browser for the other Win9x machines. To accommodate name resolution, routers create barriers on remote networks. The only way to overcome these barriers is to use WINS or an LMHOSTS file.

I recently decided to upgrade a notebook's hard disk using Symantec's Norton Ghost. I moved the hard disk to the desktop and used Ghost to copy the contents of the old disk to the new one. Everything worked fine on the desktop, and I could boot from the new disk. However, when I moved the disk back to the notebook, it wouldn't boot. How can I correct this problem?

You can't use Ghost (or similar applications) to upgrade a notebook by moving the replication to a standard desktop—I'm not sure why. However, I experienced the same problem that you face. I recently decided to upgrade my Hitachi notebook from a 3.2GB hard disk to a 6GB hard disk. I finally solved the problem by moving the old disk to the desktop and keeping the new disk in the Hitachi. With a LapLink cable on the parallel ports, I copied the files from one disk to the other. The image was perfect, and the system works flawlessly.

My company uses Accpac as its accounting package on a Novell NetWare server. We want to upgrade to Windows NT 4.0. How do we set up local variables for Accpac?

First, you need to understand how to determine the Set variables in NT. To display a list of Set variables, type

set

at the command line and press Enter. To set these variables, open the Control Panel System applet. On the Environment tab, enter the variable and its value, and press Set.

You need to add the following variables to a workstation's NT environment: plususer, plusswap, plusstart, and plusprint. Screen 2, page 180, shows one of the variables you'll add. I typically ask users to set all variables to C:accpac, then copy the necessary files from the server to the accpac folder. You can use the following command to copy these files:

G is the shared NT Server directory and ez*.* are the files you need for user definitions. Finally, copy the printer identification file to the accpac folder.

I have a Microsoft Access 97 database. Recently, error messages have told me I can't open the database because of internal errors. I've tried using several programs to fix this problem, but none have worked. Do you have any suggestions?

Your best bet is to open the database in Access 2000. Don't let Access 2000 convert the Access 97 database. (Even though the software states otherwise, this conversion is only temporary.) Use the repair and compress functions to fix the database. However, be prepared to replace a table or two from backup tapes.

Disk Administrator was working fine on my computer, but suddenly the program doesn't work. Every time I attempt to open Disk Administrator, I get a memory violation message. How can I fix this problem?

I first encountered this problem in the days of Windows NT 3.1. An application I used frequently suddenly wouldn't open. After much troubleshooting, I decided to boot as an administrator. When I tried the application, it worked. Somehow, the user profile had become corrupted. No matter what I tried, I couldn't fix the profile. The easiest solution was to create a new user. This new user ran the application fine. I recommend that you try creating a new user profile or logging on as an administrator. In NT 4.0, these solutions presuppose that the application in question is a common one that a new user can see.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like