• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

`ADODB.Connection': Not enough storage is available to process this command.

David Almeida

Basic Pleskian
Hi,

Suddenly, our Plesk Control Panel for Windows 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.

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
 
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