Microsoft KB Archive/247547

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:13, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Kixtart Drive Mappings Disappear on Windows 95/98 Client Computers

Article ID: 247547

Article Last Modified on 3/1/2007



APPLIES TO

  • Microsoft Windows NT Server 4.0 Standard Edition
  • Microsoft Windows 95
  • Microsoft Windows 98 Standard Edition



This article was previously published under Q247547

SUMMARY

When a Windows 95/Windows 98 client is configured to use a Kixtart logon script and the script contains advanced Kixtart scripting features (such as the Ingroup functions), mapped drives may disappear.

MORE INFORMATION

According to the Kixtart version 3.61 manual (which can be downloaded from the Internet at http://kixtart.to/script/), Windows 95/98 does not provide all the Win32 APIs that Kixtart needs to gather user-specific information such as group memberships. To solve this problem, Kixtart includes two programming methodologies that together allow Windows 95/98 clients to effectively communicate with Windows NT logon servers to process group memberships (among other things).

The first methodology is known as thunking. Thunking allows a 32-bit program to communicate with a 16-bit API and vice-versa. The 16-bit API required by Kixtart is the Netapi.dll dynamic-link library (DLL). According to the manual, the thunking layer that connects this DLL to Kixtart is implemented in the Kx32.dll and Kx16.dll files.

The second methodology is implemented by using Remote Procedure Calls (RPCs) with a server-side DLL running as a service on the logon servers (for example, domain controllers) and a client-side DLL running on the Windows 95-based and Windows 98-based computers. This component, according to the Kixtart manual, is used to provide support for advanced features such as domain logon, home drive, group memberships, etc.
If a Windows 95/Windows 98 client is using Kixtart logon scripts to map drives and some of the drives are missing, use the following steps:

  1. Install the KxRPC service on all the domain controllers.
  2. Install the Kx95.dll file on all the Windows 95/98 clients that are experiencing the problem.


As noted above, Windows 95/98 clients need to have this DLL installed to be able to communicate effectively with the server-side RPC component installed in step 1.

Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.


Keywords: kb3rdparty kbenv kbinfo KB247547