[teiid-issues] [JBoss JIRA] Created: (TEIID-1429) ODBC connection fails if the TeiidDriver is not registered.

Van Halbert (JIRA) jira-events at lists.jboss.org
Tue Jan 11 14:21:49 EST 2011


ODBC connection fails if the TeiidDriver is not registered.
-----------------------------------------------------------

                 Key: TEIID-1429
                 URL: https://issues.jboss.org/browse/TEIID-1429
             Project: Teiid
          Issue Type: Bug
          Components: ODBC
    Affects Versions: 7.2
            Reporter: Ramesh Reddy
            Assignee: Ramesh Reddy


When the ODBC connection is made to the Teiid Server, it uses the JDBC connection using "local" mode. To make this connection it uses the DriverManager. However, if the Teiid Driver is not already registered with the VM, then the ODBC client will see the below error.

$iodbctest DSN=test
iODBC Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0709.0909
1: SQLDriverConnect = ERROR: No suitable driver found for jdbc:teiid:TransactionsRevisited;ApplicationName=ODBC
org.teiid.jdbc.TeiidSQLException: No suitable driver found for jdbc:teiid:TransactionsRevisited;ApplicationName=ODBC (210) SQLSTATE=08001


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list