Quote:
Originally Posted by BabyADMIN
WEB ERROR IIS I NEED HELP
SQLSTATE[IM004]: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
SQLSTATE[08001]: [Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: not enough storage is available to process this command
|
this is the fix of that i will release
IRPStackSize
Go to the below Registry entry to edit the IRPStackSize
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters
If you do not have the Registry entry then create one manually, but make sure the name should be correct as it is case sensitive.
To create the Registry entry follow the below steps:
– Open REGEDIT
– Proceed to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters
– Click Edit, and point to New and then click DWORD Value
– Type IRPStackSize , Click Edit and then modify the Value
– The Value should be 0x00000050 in Hexadecimal or 80 in Decimal. This should resolve your issue, normally values are provided to 1 to 15 in decimal notation. Better if you provide higher value so that the problem doesn’t come back.