• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

"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