JSI Tip 1012. The Server was unable to find a free connection x times in the last y seconds?
Jerold Schulman
January 21, 1999
1 Min Read
If you receive the subject event, try the following workaround:
1. Use Regedt32 to navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters
2. Add two Value Names as type REG_DWORD entries:
MaxFreeConnections and set it to 8.
MaxWorkItems and set it to 255*.
3. Turn off Autodisconnect by setting it to 0xFFFFFFFF.
4. Shutdown and restart your server.
*MaxWorkItems has a maximum value of 512. If you still receive the subject event, try 383, 447, 479, and finally 512.
About the Author
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