No servidor de grupo de trabalho do Windows 7 que hospeda a impressora e os compartilhamentos de arquivos, comecei a examinar os logs de eventos do Windows. No log de eventos System , encontrei algumas entradas do log de erros que são lidas da seguinte forma:
"The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations."
Log Name: System Source: srv
Event ID: 2017
[...]
Isso me pareceu estranho, mas era algo para continuar. Depois de algumas pesquisas com o Google, fui conduzido ao seguinte tópico no HardForum.com: Vista: incapaz de alocar de pool não paginado = sem compartilhamento de rede .
A solução / solução que acabei implementando foi encontrada nesse tópico, no post do usuário Toytown de 07-06-2008, às 07:23. Trecho:
After changing the NIC and going through a bunch of reg settings, i finally found the solution. It appears that Vista uses SMB2 for networking and its obviously buggy in certain circumstances. Disabling it and forcing SMB1 (pre vista networking) fixes the problem and finally all my machines are able to connect to the Vista shares even after days of use. The Bug in SMB2 reports the EVENTID 2017 into your eventlogs, complaining that there is not enough nonpaged pool memory left, however this is not the case as taskmanager shows there is easily enough and also that no process's on the host machine are leaking any nonpaged pool memory at any point.
So the fix is, either
Download the reg file here and run it on your Vista system. Restart your computer and fixed.
Or
Open regedit goto HKEY_LOCAL_MACHINE ->SYSTEM ->CurrentControlSet ->Services ->LanmanServer -> Parameters. Then click createkey and create a DWORD with the name SMB2. The value should automatically be set as 0, which is correct to turn it off. Restart computer and fixed.
To remove the fix and reenabled SMB2 simply remove the DWORD from the place above in the registry.
Nota: Parece que o problema existe há algum tempo, e eu o evitei anteriormente apenas porque ignorei a atualização para o Vista no computador que compartilha a impressora e os compartilhamentos de arquivos. Estou surpreso que a Microsoft não tenha resolvido totalmente esse problema para o Windows 7 RTM.
De qualquer forma, espero que, se você encontrar essa página, isso ajude a resolver seu problema.
Se alguém mais tiver algo a acrescentar relacionado a esse problema, sinta-se à vontade para adicionar outra resposta.