Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IRPStackSize

Status
Not open for further replies.

Syky

IS-IT--Management
Mar 13, 2003
44
IE
Hello, do someone really know, what IRPStackSize is doing in W2000? I have problem with specific application that is using SQL Server 2000 and sometimes this application crashes and don't know why!Do You think that IRPStackSize could do this problem?!Please see info below for detailed info of error message.Do You have any idea !?

Event Type: Error
Event Source: Server
Event Category: None
Event ID: 2506
Date: 4/20/2004
Time: 4:38:15 PM
User: N/A
Computer: xxxxxxx
Description:
The value named IRPStackSize in the server's Registry key LanmanServer\Parameters was invalid. The value was ignored, and processing continued.
Data:
0000: 57 00 00 00 W...

Many THANX, ;-)


Syky
 
Hello Syky,

Check out the ms article 285089:

Essentially a setting up of a value named IRPStackSize---if not existing, create one---with value ranging rom 11 to 50 with default value 15.
Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"IRPStackSize"=dword:0000000F
regards - tsuji
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top