Everything is setup right. But just couldnt get it to work.
Series: Falcon 3
OS: Win 7
Windows Event Viewer gave this: "server was unable to allocate from the system nonpaged pool" everytime there was attempt to scan. Time stamp matches both end so Mr Google was recruited to investigate.
This is what fixed it:
Source: srv
Event ID: 2017
Level: Error
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Some research led me to find this Google Groups discussion about the problem and this Microsoft Technet article discussing the solution (look at the bottom of the page). Apparently you need to tell Windows that you want to use the machine as a file server and that it should allocate resources accordingly.
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServe r\Parameters\Size
Original Post --> Windows 7 Nonpaged Pool Srv Error 2017 | alan.lamielle.net
The usual disclaimer, apply this info at your own risk.
Series: Falcon 3
OS: Win 7
Windows Event Viewer gave this: "server was unable to allocate from the system nonpaged pool" everytime there was attempt to scan. Time stamp matches both end so Mr Google was recruited to investigate.
This is what fixed it:
Source: srv
Event ID: 2017
Level: Error
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Some research led me to find this Google Groups discussion about the problem and this Microsoft Technet article discussing the solution (look at the bottom of the page). Apparently you need to tell Windows that you want to use the machine as a file server and that it should allocate resources accordingly.
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServe r\Parameters\Size
Original Post --> Windows 7 Nonpaged Pool Srv Error 2017 | alan.lamielle.net
The usual disclaimer, apply this info at your own risk.
Comment