• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

"Not enough storage is available to process this command"

David Almeida

Basic Pleskian
Hi,

Suddenly, our Plesk Control Panel 9.5 has randomly display this error message:


ERROR: com_exception Failed to create COM object `ADODB.Connection': Not enough storage is available to process this command.

0: common_func.php3:597 com->com(string 'ADODB.Connection', NULL null, integer '65001')
1: common_func.php3:597 db_mssql_connection()
2: common_func.php3:630 reconnect()
3: common_func.php3:591 db_connect()
4: auth.php3:90


There is not a specific point to reproduce the problem, even at the login screen appears the message.

Please help me!



Another error message:

3: common_func.php3:591
db_connect()
4: auth.php3:90

ERROR: com_exception
Failed to create COM object `ADODB.Connection': Class does not exist.

0: common_func.php3:597
com->com(string 'ADODB.Connection', NULL null, integer '65001')
1: common_func.php3:597
db_mssql_connection()
2: common_func.php3:630
reconnect()
3: common_func.php3:591
db_connect()
4: auth.php3:90
 
Last edited:
Please try to use this Microsoft KB:
http://support.microsoft.com/?scid=kb%3Ben-us%3B285089&x=15&y=11

1. Click on Start > Run > regedit & press Enter
2. Find this key name HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters
3. Locate IRPStackSize
4. If this value does not exist Right Click on Parameters key and Click on New > Dword Value and type in IRPStackSize under the name.
5. The name of the value must be exactly (combination of uppercase and lowercase letters) the same as what I have above.
6. Right Click on the IRPStackSize and click on Modify
7. Select Decimal enter a value higher than 15(Maximum Value is 50 decimal) and Click Ok
8. You can close the registry editor and restart your computer.
 
Last edited:
Back
Top