I get this error on reboot quite often:
Event id 2506 The value named NoRemapPipes in the server's Registry key LanmanServer\Parameters was invalid. The value was ignored, and processing continued.
This behavior can occur if you set the IRPStackSize registry value (manually or programmatically) to less than 11 decimal. The IRPStackSize value is set to 11 by default in Windows 2000 and is enforced as the minimum setting.
(On the Edit menu, click DWORD. Type 11, make sure under Base that "decimal" is selected, click OK.)
Try this:
To return the IRPStackSize value to the default setting:
Click Start, click Run, type regedt32 in the Open box, and then press ENTER.
Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanserver\Parameters
Click the IRPStackSize value.
On the Edit menu, click DWORD.
Type 11, and then click OK.
Quit Registry Editor, and then restart Windows 2000.
James Collins
Field Service Engineer
A+, MCP
email: butchrecon@skyenet.net
Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
Thanks for the reply. This was actually dealing with the NoRemapPipes value in that key, rather than the IRPStackSize.
A bit more research has revealed it as a "Feature" for backward compatiblity, and can safely be ignored.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.