I get system event error 2009.
I’ve looked it up on Microsoft’s site which states the following:
Error: 0x3eb (SRV_TABLE_SESSION)
This indicates that no more user IDs (UIDs) exist to satisfy this BlockingSessionSetupAndX SMB.
Monitor these performance monitor counters:
Redirector\Server sessions
Redirector\Server sessions hung
To help eliminate this problem, check for unneeded user sessions on the server. This may include mapped drives in logon scripts or applications that automatically map drives to particular servers.
I did as it said and it gave me the number of server sessions as 1750.
We only have 25 devices on the network, we do have logon scripts as well which map 3 drives.
I also entered the event id over at http://www.eventid.net/search.asp which gives me the following as a comment:
Apparently, a client opened too many files or had too many active directory searches on the server. The client should either close some files or limit the number of simultaneous directory searches on the server. This behavior can also occur if a third-party program has leaked memory and/or resources.
Can anyone advise me how to go about fixing this. It started very recently and nothing has changed on the server whatsoever.
Thanks in advance for any suggestions.