Data source name not found and no default driver specified Vendor: 0
Applies to:
NA
Description:
This type of error occurs during an attempt to connect to a database with the bridge.
Cause:
You have tried to connect to a database with the bridge
JAVA-JDBC "data osurce not found, and no default driver specified", "data source name not found and no default driver specified vendor", cluster odbc "data source name not found and no default driver specified", data source name not found and no default dr, data source name not found and no default driver, data source name not found and no default driver specified, data source name not found and no default driver specified (#0), data source name not found and no default driver specified 91, data source name not found and no default driver specified cache, data source name not found and no default driver specified glassfish, data source name not found and no default driver specified hibernate, data source name not found and no default driver specified in java, data source name not found and no default driver specified in java oracel, data source name not found and no default driver specified jsp, data source name not found and no default driver specified oracle with tomcat, data source name not found and no default driver specified vendor: 0, data source not found and no default driver specified rmi, database source name not found and no default driver specified vendor:0, driver manager]data source name not found, and no default driver specified 1049, dsn not found and no default driver specified in tomcat, error, glassfish datasourcename, glassfish error data source name not found and no default driver specified, glassfish no dsn specified, hibernate "data source name not found and no default driver specified", hibernate data source name not found, hibernate datasource name, hibernate drivermanagerdatasource, hibernate namenotfound tomcat 6.0, hibernate oracle datasource name not found, jboss data source name not found and no default dr iver specified, jboss datasource not found by hibernate, jdbc data source name not found and no default driver specified, jetty 6 datasource oracle name not found, jetty datasource not found, jsp data source name not found and no default driver specified, lrm-00118: syntax error at '=' at the end of input, no default driver specified error in jsp in tomcat 6.0, not found, odbc data source and hibernate, oracle data source name not found and no default driver specified, resolve cache "data source name not found and no default driver specified", runtime error data source name not found and no default driver specified solution, solutions for data source name not found no default driver specified, tomcat data source name not found and no default driver specified, tomcat datasource name not found and no driver specified, weblogic datasource no default driver specified, weblogic hibernate datasource 10.3, when data source name not found and no default driver specified vendor: 0 error occurs, why does the odbc driver manager 'data source name not found and no default driver specified vendor:0
First, note that the error is coming from the ODBC driver manager. This indicates that the bridge-which is a normal ODBC client-has successfully called ODBC, so the problem isn’t due to native libraries not being present. In this case, it appears that the error is due to the fact that an ODBC DSN (data source name) needs to be configured on the client machine. Developers often forget to do this, thinking that the bridge will magically find the DSN they configured on their remote server machine.