Need Help !

03/26/2018 06:08 BabyADMIN#1
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
03/26/2018 19:40 [PH]KEO(DEV)#2
if you use SQL 2008 try to edit "Native Client 11.0" on you db.config.php to "Native Client 10.0"
03/26/2018 19:56 {Skrillex}#3
Quote:
SQLSTATE[08001]: [Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: not enough storage is available to process this command

Is enough RAM available?
03/27/2018 00:25 arjulie#4
Quote:
Originally Posted by BabyADMIN View Post
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
:rtfm:Note: this is shaiya community not a PHP Development also this error i see in shaiyadiverge website right? please visit web development [Only registered and activated users can see links. Click Here To Register...].
04/10/2018 17:01 arjulie#5
Quote:
Originally Posted by BabyADMIN View Post
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.