The following patches were made to help the Windows 2000 AFS user: Automatically scans LANA number: It is no longer necessary to select a LANA number to get some Win 2000 configurations to work. Microsoft recommends that the proper way to establish NetBIOS connections is to enumerate over each LANA number and "Add your local NetBIOS name". (See http://support.microsoft.com/support/kb/articles/q138/0/37.asp?ln=en-us ). Without the proper LANA connection you frequently see the Service not started, you may not have the correct authority message. Integrated Logon: Integrated Logon often fails when its attempting to obtain authentication tokens. During this part of Windows 2000 startup the SMB client is running with System Context and does not reveal to our SMB server who the client is. During this phase our SMB server uses the username and password associated with the Windows logon to locate the proper user. See next item for more discussion around "proper user". Lost Tokens: Windows 2000 can create more than one session for a single user. In particular, it will attempt to start a SMB session using blank user name and if that fails, it will start another session using current user's name (depending on the program context). Because of these multiple sessions it is no longer possible to assume a user (and their tokens) is associated with a single session. Our solution was to provide a global user list and each user has associated Tokens. The AFS SMB server will match a session to a user depending on User Name and Machine Name. These names are passed in the SMB Session Startup message. This should not affect those who are writing AFS applications or services. These all run under user mode context and will have the proper SMB Session Startup messages. (There are some remaining issues with W2000 Terminal Server that are yet to be addressed.) Install Shield 5.5: The build process has been upgraded to support Install Shield 5.5, including Package For the Web. To use this feature you will need to install Install Shield 5.5, East and West languages. Even though your language preference is English, you still need these packages to do a Install Shield Build. Set enviornment variable IS5ROOT=path to Install Shield installation directory. e.g. (c:\Program Files\Install Shield) Package For The Web 3.0: If you also install Install Shield's Package for the Web 3.0, you can use it to build a single file.exe install. Set enviornment variable ISWEB= path to PFTWWIZ.EXE. e.g (c:\Program Files \PackageWeb) Miscellaneous Errors: Remove comments from AFSDCELL.INI, fix AFS Light for Win98,95 paths. The changes we have made may require the user to add the NETBUI protocol to the connection. The symptoms will be Service not started, you may not have the correct authorityerror message. The event log will warn you about not being able to locate a LANA number. If this happens, install NETBUI and restart the AFS service. There are some security issues with W2000 Terminal Server that we are still working on.