I'm getting a large number of event 2022 event logs.
March 30, 2000
A. Windows NT Server 4.0 machines may receive the following errors inthe system event log:
Event 2022: Server was unable to find a free connection1 times in the last 60 seconds.
This happens because a request was made to grow a file and the disk isfragmented or is nearly full. This causes the free space search to take anextremely long time. This request holds system level locks that are needed forother requests to complete. The Server service resource task is pended as well,which causes Event ID 2022.
You should therefore defragment your disk to resolve this issue. If theproblem persists perform the following:
Start Registry Editor (regedit.exe)
Move to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanServerParameters
From the edit menu select New - DWORD value
Enter a name of MaxFreeConnections and press Enter
Double click the new entry and set to any value up to 100
From the edit menu select New - DWORD value
Enter a name of MinFreeConnections and press Enter
Double click the new entry and set to any value up to 32
Close the registry editor
Restart the computer
About the Author
You May Also Like