Driver not capable error

Hai,
I am facing the problem in websphere,
[4/21/08 12:42:41:296 IST] 00000038 SystemOut O java.sql.SQLException: [TimesTen][TimesTen 7.0.4.0.0 ODBC Driver]Driver not capable
I configured Websphere Datasource to Timesten database using direct driver, passthrough=3.
Can you please tell me what is the solution for this problem.

This is the Java Script calling Stored procedure SP_CHK_TIMESTEN,
String m_no = "1001";
               System.out.println(m_no);
               String m_name = "DBA";
               System.out.println(m_name);
          stmt = connDB.prepareCall("call SP_CHK_TIMESTEN(?,?,?)");
               stmt.setString(1,m_no);
               stmt.setString(2,m_name);
               stmt.registerOutParameter(3, Types.VARCHAR);     
               stmt.execute();
               System.out.println(stmt.getString(3));
               /* while(rs1.next())
                    System.out.println(rs1.getString(1));
               catch(Exception e)
                    System.out.println("Exception in mschema "+e);
And this is the error i am facing in Websphere,
77ad48d0 PrivExAction W J2CA0114W: No container-managed authentication alias found for connection factory or datasource Data source 1.
[4/24/08 19:13:37:500 IST] 77ad48d0 SystemOut O Timesten Check2
[4/24/08 19:13:37:500 IST] 77ad48d0 SystemOut O com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource@52f648c1
[4/24/08 19:13:37:500 IST] 77ad48d0 SystemOut O 1001
[4/24/08 19:13:37:500 IST] 77ad48d0 SystemOut O DBA
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O Exception in mschema java.sql.SQLException: [TimesTen][TimesTen 7.0.4.0.0 ODBC Driver]Driver not capable
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O LSIL
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O bank12
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O 192.168.1.81
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O GOKULNATH
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O Timesten Check4
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O Timesten Check5
[4/24/08 19:13:39:266 IST] 77ad48d0 SystemOut O Timesten Check6
[4/24/08 19:13:39:281 IST] 77ad48d0 SystemErr R java.sql.SQLException: [TimesTen][TimesTen 7.0.4.0.0 ODBC Driver]Driver not capable
[4/24/08 19:13:39:281 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbc.createSQLException(JdbcOdbc.java:3187)
[4/24/08 19:13:39:281 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3321)
[4/24/08 19:13:39:281 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3286)
[4/24/08 19:13:39:281 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbc.SQLBindOutParameterString(JdbcOdbc.java:252)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbcCallableStatement.registerOutParameter(JdbcOdbcCallableStatement.java:233)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.timesten.jdbc.JdbcOdbcCallableStatement.registerOutParameter(JdbcOdbcCallableStatement.java:134)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.rsadapter.jdbc.WSJdbcCallableStatement.registerOutParameter(WSJdbcCallableStatement.java:611)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at lsi.common.ob.entry.SPAccessManager.getSpValue(SPAccessManager.java:1198)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at lsi.common.ob.entry.XMLHTTPListener.doPost(XMLHTTPListener.java:79)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
[4/24/08 19:13:39:391 IST] 77ad48d0 SystemErr R      at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)

Similar Messages

  • Driver not capable error. Why?

    I try to access an Oracle 8i DB with the following code:
    <%@page language="java" import="java.sql.*"%>
    <%
    Driver DriverRecordset1 = (Driver)Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
    Connection ConnRecordset1 = DriverManager.getConnection("jdbc:odbc:celsius","UID","PW");
    PreparedStatement StatementRecordset1 = ConnRecordset1.prepareCall("SELECT * FROM CELSIUS.PERSON");
    StatementRecordset1.setQueryTimeout(0);
    ResultSet Recordset1 = StatementRecordset1.executeQuery();
    boolean Recordset1_isEmpty = !Recordset1.next();
    boolean Recordset1_hasData = !Recordset1_isEmpty;
    int Recordset1_numRows = 0;
    %>
    But i always get an error : Driver not capable. Can anyone help.
    BTW how do i register the CLASSPATH for the oracle drivers lcated in the lib subdirectory of my JDeveloper??
    thanks in advance
    alex
    null

    go to project , project properties in main menu .
    click on add button next to java libraries ,
    you will see name of java libraries corresponding to the ones in ur jdev/lib dir

  • MS Query "Driver Not Capable" Error

    Has anyone experienced the error "Driver Not Capable" when trying to connect
    to a Citadel database from MS Query/Excel? I can get the query to work
    perfectly on one machine, but I installed a fresh copy of MS Office 97 on
    another machine and I get this error every time.
    If anyone knows how to fix this please reply.
    Thanks,
    Geoffrey B. Klotz
    GK Associates, Inc.
    TEL: (805) 523-8700
    FAX: (805) 523-1216
    EMAIL: [email protected]

    Make sure the "Use the Query Wizard..." option is unchecked in the 'Choose
    Data Source' dialog box when you are creating the query.
    Khalid
    "Geoffrey Klotz" wrote:
    >Has anyone experienced the error "Driver Not Capable" when trying to connect
    to a Citadel database from MS Query/Excel? I can get the query to work>perfectly
    on one machine, but I installed a fresh copy of MS Office 97 on>another machine
    and I get this error every time.
    If anyone knows how to fix this please reply.
    Thanks,
    --Geoffrey B. Klotz
    GK Associates, Inc.
    TEL: (805) 523-8700
    FAX: (805) 523-1216
    EMAIL: [email protected]

  • Webi Error - Driver not capable

    Hello,
    One of our users is getting "Driver not capable" error on 1 webi report, but can run another without the error. These 2 reports come off seperate BEx querier.
    We have BO SP2 FP2.5.
    SAP authentication is set on BO server and roles are imported.
    All the universe connections are set to SSO.
    BEx does not have any authorization variable.
    There are some prompts created in the universe.
    Any resolutions?
    Thanks,
    Nikhil

    Hi Ingo,
    The user gets the error while refreshing the webi report, after answering the prompts.
    What do you mean by customized? I have created a couple of prompts in the universe.
    I isolated the error to 1 objects "calendar day". if I have the object in my Webi query, the user gets the error. If I remove it from the webi query, the user can refresh the report without error.
    BTW, the BEx query runs fine for the users with calander day.
    We have another user getting the same error on 3 other reports. But none of them use calander day.
    Nikhil

  • Err: CLI0150E Driver not capable. SQLSTATE=S1C00 when dragging a table...

    <p>Hello everyone,</p><p> first i wanna tell you that I love your CR4E product! You did an awesome job!</p><p> Now, I am having a problem with creating a report using DB2 data. I have a ODBC connection, and I successfully connect to DB2. I can see all the tables; however, when I try to see sample data from a table i get java.sql.SQLException: General error message.</p><p>Also, if I try to drag a table to a report it gives me  CLI0150E Driver not capable. SQLSTATE=S1C00 error.</p><p> </p><p>I have downloaded new DB2 drivers, and when i create a new Data connection I pick db2jcc.jar file.</p><p>I really dont know what the problem is.</p><p>Please help.</p><p>thanks,</p><p> </p><p>nn </p>

    <p>Hi, you mention that you have an ODBC connection, but you also talk about connecting to the db2jcc.jar, can you provide me with some more details regarding what your database connection string looks like in the Database Explorer view? Are you connecting to the ODBC DSN using the JDBC driver or connecting directly to the DB2 server? We have tested the DB2 connections with CR4E so it should work without too many issues. Unfortunately, I do not have a DB2 server installed on my machine and I am on the road this week so I cannot test this at this time. However, I will give this a try when I get in next week against our test database servers and let you know the connection details that we used for our testing. In the meantime any more detail you can give me on exactly how you are setting up your connection will be useful. <br /></p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><br /> <a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a>          </p>

  • Why do I get a boot drive not found error only when laptop lid has been closed?

    I've got a HP Mini 210 P/Number: VX818EA with Windows 7 Starter.
    It works fine when turning on after shutdown, but when I've put it to sleep by closing the lid it won't 'wake up', and I get a blank screen. On restarting the computer I get a 'boot drive not found' error, (3F0) which can be resolved by following the steps on this page: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01443463&tmp_task=solveCategory&lc=en&dlc=en&cc...
    I've run disk check etc as suggested on that link, no errors are found, but nothing seems to resolve the problem more than temporarily. Seems odd that this only happens if I close the lid (sleep mode with the lid up is fine, doesn't crash the computer).
    Can anyone advise?
    Thanks

    Hello,
     Very strange, can you go to BIOS and reset the setting " By Default " ?. How did you check the disk ?
    This is an unusual probleme Hp Mini 210 . And notice me after your reset the bios settings.

  • Jabber 4.4 "Graphics card or driver not supported" error on one machine but not another.

    Hi, I looked at the KB document but the email link on it no longer works.
    I have two end-users using Jabber 4.4 on identical machines, same specs, same driver build and OS image. One gets the  "Graphics card or driver not supported" error, the other does not.
    We have two DellOptiPlex 7010's,
    Both had 2 instances of AMD Radeon HD 7470 - they are dual monitor machines.
    In both cases the driver version 8.922.0.0, Driver Date 12/6/2011. This is the latest Dell has on their website.
    On one machine when I run a fresh install for Jabber for TelePresence 4.4 it works fine. But on another the user first gets
    "supportabilitytest.exe has stopped working
    A oriblem cause the program to stop working correctly. Please close the program."
    Then when that's closed out we get:
    "Graphics card or driver not supported!
    New features in this version of Jabber Video are not supported by your computer's graphics driver.
    Update to the newest graphics driver available and run Jabber Video again."
    I can't believe it's just a matter of upgrading the drivers because in this case one machine with identical drivers works.
    I appreciate any insights, thanks !

    Hi ksouthall,
    It sounds like the openGL supported version did not install on the one that is failing.  There isn't much we can do regarding that error.  Best practice is to always upgrade to the latest manufacturer's available driver.  Client requirements are below.
    Windows 7 (32-bit or 64-bit), Vista, or XP (SP 2 or newer), with OpenGL 1.2 or newer.
    For 720p HD video calls, Intel Core2Duo @ 1.2GHz or better.
    For VGA video calls, Intel Atom @ 1.6GHz or better.
    Webcam, built-in or external. You need an HD webcam if you want other callers to see you in HD.
    Broadband Internet connection with a recommended bandwidth of 768kbps upstream and downstream. You need about 1.2Mbps upstream and downstream for 720p HD video calls.
    Regards,
    Jason

  • Driver not capable

    My Delphi application runs fine on Oracle8 and Oracle9 (SQLServer, Informix, Sybase, Access) databases but when connecting to an Oracle7.34 database the ODBC driver (Oracle2.05.03.01B)(Manager 3.520.5303.2) returns; "Oracle][ODBC Oracle Driver] Driver not capable".
    I'm using the following connection settings for all databases: CursorLibrary = UseODBC, IsolationLevel = ReadCommitted, CursorType = Static, ConcurrencyType = Values.
    Any ideas?

    Oracle 7.3.4 is pretty old and has been unsupported for some time. It would surprise me if things that work with Oracle 9i don't work with 7.3.4.
    Cheeers, APC

  • Drive Not Ready Error Message

    Hello all,
    Today I tried to sync my Ipod and I got an error message that said "Drive not ready". When I turned my ipod back on, it was wiped clean. Itunes was not seeing the ipod, then it was, and finally I was able to restore it. However, when it goes to sync up after being restored, it only gets up to about song 300 until I get this error message:
    itunes.exe - Drive not ready
    The drie is not ready for use; its door may be open. Please check drive \Device\Harddisk1\DR3 and make sure that a disk is inserted and that the drive door is closed.
    Any suggestions?
    Thanks!
    Lisa

    My ipod was dead. It was trying to tell me that its little hard drive was worn out.

  • WR DVD Drive not capable of writing

    i have a ThinkPad W520 (4276-37U).   In the product spec it says the following regarding the DVD drive "CDRW/DVDRW",  which I assume means read / write.   I'm trying to burn and ISO image to a DVD.    Windows reports that the drive is not capable of writing and infact the device driver says ROM in the description
    "Optiarc DVD ROM DDU7710H SCSI CdRom Device"
    Do I have the wrong driver?   If so,  please point me to the correct RW driver because I have not been able to find it on your site.    If not,   how do I get the drive I purchased?

    You need to buy a DVD-RW or DVD+RW. DVD-R or DVD+R is not writeable. You probably inserted a DVD+R or DVD-R. Or maybe it was written already.
    Jonas
    Microsoft MVP: Windows Consumer Expert
    Yoga Tablet 2 10 || ThinkPad X1 Carbon (20A7007MPH) || ThinkPad Helix (3698-6EU) || IdeaCentre B540
    Twitter: @jonashendrickx

  • SAP Design Studio ODBC Driver Not Found error while creating HANA connection.

    Hi,
    While creating SAP HANA ODBC connection in Design Studio via Tools > Preference > Application Design > Backend Connection. I am getting error ODBC Driver Not Found. Error screen shot is attached.
    My Design Studio version is 1.3 win 32 bit
    My OS Win 7 64 bit
    I have installed both HANA client 32 bit and 64 bit.
    I have tried creating DSN ODBC connection via "C:\Windows\SysWOW64\odbcad32.exe" and via Control Panel > Administrative tools > Data Sources(ODBC). But it does not detect it either.
    I am not sure what needs to change to let Design Studio know which HANA client driver to use.
    Please help!.

    Hi Rohit,
    This seems to be a known bug with Design Studio. Please see the SAP Note below on this.
    1774480 - Fix launching of ODBC Data Source Administrator
    Regards,
    Abhijit

  • Driver not specified error

    when i explicitly give driver name and connection protocol, the servlet works perfectly.but when i give it in the deployment descriptor web.xml ,its says that driver not specified..
    here is my web.xml code and my servlet code.
    web.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <servlet>
    <servlet-name>register</servlet-name>
    <servlet-class>registerservlet</servlet-class>
    <init-param>
    <param-name>driver</param-name>
    <param-value>"sun.jdbc.odbc.JdbcOdbcDriver"</param-value>
    </init-param>
    <init-param>
    <param-name>protocol</param-name>
    <param-value>"jdbc:odbc:srikanth","scott","tiger"</param-value>
    </init-param>
    </servlet>
    <servlet>
         <servlet-name>response</servlet-name>
         <servlet-class>responseservlet</servlet-class>
    </servlet>
    </web-app>
    servlet code:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    import java.sql.*;
    import java.io.*;
    public class registerservlet extends HttpServlet
    String protocol;
         public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
              String driver=getServletConfig().getInitParameter("driver");
              protocol=getServletConfig().getInitParameter("protocol");
              HttpSession session=request.getSession();
              String fname=request.getParameter("fname");
              String lname=request.getParameter("lname");
              String mname=request.getParameter("mname");
              Connection connection=null;
              String sqlquery="insert into register values(?,?,?)";
              try
              Class.forName(driver);
              catch(ClassNotFoundException cnfe)
              System.out.println(cnfe);
              try
              connection=DriverManager.getConnection(protocol);
              PreparedStatement insertstatement=connection.prepareStatement(sqlquery);
              insertstatement.setString(1,fname);
              insertstatement.setString(2,lname);
              insertstatement.setString(3,mname);
              insertstatement.executeUpdate();
              catch(SQLException sqle)
              System.out.println(sqle);     
              finally
              if(connection!=null)
                   try
                   connection.close();
                   catch(SQLException sqle) {}
         //RequestDispatcher rd=getServletContext().getNamedDispatcher("response");
    //               rd.forward(request,response);
    plshelp me out
    thank you

    <param-value>"sun.jdbc.odbc.JdbcOdbcDriver"</param-value>I don't think you need quotes around these values.
    <init-param>
    <param-name>protocol</param-name>
    <param-value>"jdbc:odbc:srikanth","scott","tiger"</param-value>
    </init-param>I am fairly certain the value for this is incorrect. I'm assuming you're trying to use an oracle db through ODBC, based on the values above. However, I don't think the param-value element's data is correct here. Consult the oracle docs for this.
    Hope this helps,
    -Scott

  • The database error text is: (CS) "Driver not capable" (WIS 10901)

    Hi all,
    We have an OLAP universe basically built on BW query and we are creating a web intelligence report on it. We added a new field to the cube "Date Changed" the infoobject used is delivered 0CPR_CHON which has 0DATE as ref. characteristic.
    When we used this dimension in webi it came over as characteristic rather than date so we went to the universe and changed the properties to Date and we have started getting this error. I looked up and there are some notes and posts on this and apparently it is not supported by SAP.
    Has anyone found a workaround? Another thing I am confused is ...in the same cube we have Valid From and valid to dates and those dimensions come over as dates in webi..so what is different between the two?
    If I create a new universe on this same connection (query) then it does come over as date so how can we make it working on old universe?
    Thanks.

    Hi Henry,
    0CPR_CHON is attribute of changed version but how would that matter....it is used as standalone infooobject in the cube and that is the reason it coming over as dimension by default but the type is coming over as Char...instead of Date.
    I am making that to date and getting that error. It works if I build the universe all over again (brand new).
    These are some of the notes: 1457821,1184983, 1432272, 1384547, 1407631, 1466213.
    Thanks,

  • When i execute this code i get an error " SQLException: Driver not capable"

    Hi,
    I have a piece of code that should update DB2 Database
    The code is as follows :
    try {
    con = DriverManager.getConnection(url,"administrator", "PCTEAM2000");
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
         ResultSet.CONCUR_UPDATABLE);
    ResultSet uprs = stmt.executeQuery("SELECT * FROM GEETHA");
    uprs.moveToInsertRow();
    uprs.updateString("NAME", "Kona");
    uprs.insertRow();
    uprs.moveToInsertRow();
    uprs.updateString("NAME", "SAI");
    uprs.insertRow();
    uprs.beforeFirst();
    while (uprs.next())
    String s = uprs.getString("NAME");
    }uprs.close();
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    Thanks

    con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
    ResultSet.);
    some drivers wont support CONCUR UPDATABLE...
    by defualt all drivers are TYPE_SCROLL_SENSITIVE.so its not a problem.
    check your driver documentation whether is support CONCUR_UPDATABLE r not.
    chek for jdbc 3.0 complaint jdbc driver ..
    sree

  • Trying to pair IPAD2 with Windows 7 - Driver Not Found error

    Hi, I have the Ipad2 & Iphone4 and am trying to pair them with my windows 7  pc.32 bit I get an error message that the bluetooth periphal driver is not installed nor can it be found.   I have wifi but not 3G on Ipad2. I have 3G on Iphone 4 and my laptop can use the iphone4 3G to connect to internet if my comcast goes down. I  do have the capability to use my 3G service of my Iphone to tether to my Ipad2. I do not understand why I am getting this bluetooth error nor can I find a way to resolve.

    After searching through this forrow i found this
    http://support.microsoft.com/kb/946414
    After running the Fix-It, i had no problem installing iTunes

Maybe you are looking for