SMS: NAL May Search Mapped Drives for Network DLLs (226368)
The information in this article applies to:
- Microsoft Systems Management Server 1.2
- Microsoft Systems Management Server 2.0
This article was previously published under Q226368 SYMPTOMS
If your path contains network drives, the Network Abstraction Layer (NAL) may search those network drives for network DLLs. This may lead to increased network traffic.
To work around this problem, remove network drives from the path.
CAUSE
NAL uses the Win32 API LoadLibrary() to load network DLLs. NAL calls LoadLibrary() without specifying a path for the network DLLs. LoadLibrary() searches for the network DLLs in the following sequence:
- The directory from which the application loaded.
- The current directory.
- Windows 95/98: The Windows System directory. Use the GetSystemDirectory function to get the path of this directory.
Windows NT/2000: The 32-bit Windows system directory. Use the GetSystemDirectory function to get the path of this directory. The name of this directory is System32.
- Windows NT/2000: The 16-bit Windows system directory. There is no function that obtains the path of this directory, but it is searched. The name of this directory is System.
- The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.
- The directories that are listed in the PATH environment variable.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Systems Management Server 2.0. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
236325 How to Obtain the Latest Systems Management Server 2.0 Service Pack
STATUSMicrosoft has confirmed that this is a problem in Systems Management Server 2.0. This problem was first corrected in Systems Management Server 2.0 Service Pack 1.
Modification Type: | Major | Last Reviewed: | 4/7/2006 |
---|
Keywords: | kbQFE KBHotfixServer kbBug kbfix kbnetwork KB226368 |
---|
|