• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Application Vault in 10.4.4 broken - "Data source name not found"

H9k

Regular Pleskian
Hello!
I noticed that the Application Vault is broken on our Plesk 10.4.4 install. This also affects the server backups, which are failing due to problems with APS.
When I want to open the Application Vault page in Plesk, I get the following error page:
Internal error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified

Message [unixODBC][Driver Manager]Data source name not found, and no default driver specified
File aps_php.php
Line 7476
Type Exception
I tried the solutions I found in http://forum.parallels.com/showthread.php?t=111989 (running bootstrap repair and the data import script), however the problem is still there.
I don't seem to have a database inconsistency problem as described in some threads I found, so probably the cause is similar but something else.
Any clues? We have to migrate the server with 300+ domains soon and I need to get the backup/restore thing working again asap.
 
Make sure that you have installed ODBC packages on your server. For example:

# rpm -qa | grep -i odbc
unixODBC-2.2.11-7.1
mysql-connector-odbc-3.51.26r1127-1.el5
 
ii libmyodbc 5.1.6-1 the MySQL ODBC driver
ii odbcinst 2.2.14p2-1 Helper program for accessing odbc ini files
ii odbcinst1debian2 2.2.14p2-1 Support library for accessing odbc ini files
ii unixodbc 2.2.14p2-1 ODBC tools libraries
I seem to have all the needed packages. Is there anything else I can check?
We'r running Debian 6.0 btw, upgraded from Debian 5.0. Maybe something broke during OS upgrade?
 
Plesk 11.0.9
rpm -qa | grep -i odbc
unixODBC-devel-2.2.11-10.el5
unixODBC-libs-2.2.11-10.el5
mysql-connector-odbc-3.51.26r1127-2.el5
unixODBC-2.2.11-10.el5
error:
Error

Internal error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified

Message [unixODBC][Driver Manager]Data source name not found, and no default driver specified File aps_php.php Line 7536 Type Exception
 
Back
Top