It has taken us a while to find the source of the error, but it seems that it is an issue with 3rd party applications
http://support.microsoft.com/kb/177078
A registry change needs to be made to accommodate bad behaving programs. It all comes down to a registry key named IRPStackSize.
In Windows 2000 and in Windows Server 2003, the default value of the IRPStackSize parameter is 15. The range is from 11 (0xb hexadecimal) through 32 (0x20 hexadecimal).
If the subkey is not present, you can use Registry Editor to add the subkey. To do this, follow these steps:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
3. Click Edit, point to New, and then click DWORD Value.
4. Type IRPStackSize, and then press ENTER to name the value.
Note Type IRPStackSize exactly as it is displayed. This is case sensitive.
5. Click Edit, and then click Modify.
6. In the Data Value box, type 30, and then click OK.
You are probably going to need a reboot for this to take effect.
Posted By: Steve Wiseman on Wednesday, April 18, 2007
Check out our utilities for windows
