OpenSQLException: JDBC driver not supported?

Hi @ all,
I need to connect to a DataSource with the WebAS 7 via SQLJ. As I try to connect to it with the SQL Engine set to "Vendor SQL" I get:
"The given connection "com.sap.engine.services.dbpool.cci.ConnectionHandle" is not an Open SQL connection"
As I try to get a connection to the dataSource via SQLJ with SQL Engine set to "Open SQL" or "Native SQL", I get the following Exception:
ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: JDBC driver not supported for MS_SQL_SERVER database.
How can I get the SQLJ- Support?
Kind regards,
Uwe
Message was edited by:
        Uwe Kunath

Hi Uwe, all,
for using Native SQL/JDBC or Open SQL/JDBC, the database itself and the JDBC driver must be recognized as being in the supported set. The answer to that depends on what you mean in detail by "Web AS 7". Roughly speaking, it should be the JDBC driver released by Microsoft.
Open SQL/SQLJ is only available with a Open SQL/JDBC data source. Hence, there is no way around using Open SQL/JDBC.
Now, Open SQL/JDBC and Open SQL/SQLJ both requires tables (and other database objects) to be deployed via the Open SQL for Java Dictionary. Up to and including WebAS Java 7.1, the Open SQL/Dictionary supports deployment to the system database, i.e. the database (and schema) used by the installed server itself.
Given the above, the JDBC driver for a Open SQL/JDBC data source must already be present, because it must be the driver used by the server itself. When defining data sources, it is referred to as "system driver".
This leaves us with a Open SQL/JDBC data source to the system schema. You can then also consider to establish a data source alias to the server's system datasource.
Hope this helps. Best Regards, Dietamr

Similar Messages

  • Does Microsoft SQL Server 2k JDBC Driver SP3 support "trusted connections"?

    I get the following error when attempting to connect to a SQL Server instance via JDBC :-
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '<username>'. Reason: Not associated with a trusted SQL Server connection.
    Does Microsoft SQL Server 2000 JDBC SP3 Driver support "trusted connections"?

    No, the MSDE instance I'm trying to connect to from my J2 application is configured as "Integrated Windows Authentication" ONLY (i.e not "mixed mode" and deliberately so) hence my search for a JDBC driver that supports o/s-based authentication.
    I appear to have found one now however at it appears that DataDirect's JDBC driver supports NTLM and Kerberos authenicaiton on Windows (although I haven't got it working yet).
    Thanks for your reply tho'

  • JDBC Driver not found when connecting to Data Federator XI 3.0 SP3

    Hello,
    I am trying to connect Crystal 2008 to Data Federator however I am getting the Error
    Failed to open connection.
    Details: JDBC Driver not found.
    The JDBC Drivers are installed and working for the Universe Designer, however I am unable to get it working for Crystal. I am using the following connection parameters on Crystal:
    Connection URL: jdbc:datafederator://<<servername>>:3055/<<catalog>>
    Database Classname: com.businessobjects.datafederator.jdbc.DataFederatorDriver
    Any Advice on what I may have missed?

    The issue was solved, thanks to Patric Wan:
    u201CFailed to open the connection. Details: JDBC driver not found.u201D
    This means Data Federator JDBC driver was not added to:
    C:\Program Files\Business Objects\common\<version>\java\CRConfig.xml
    How to connect the Data Federator Server using JDBC?
    1. Retrieve the following files from the machine where Data Federator is installed, from the directory [data-federator-installation-dir]/JdbcDriver/lib.
        - thindriver.jar
        - avalon-framework-4.1.5.jar
        - jacorb.jar
        - log4j-1.2.8.jar
        - logkit-1.2.jar
    2. Copy these files to a directory of your choice ([your-jdbc-driverdirectory]).
    3. Add [your-jdbc-driver-directory]/thindriver.jar to CRConfig.xml   <Add to Classpath tag, you can refer to original sample.CRConfig.xml should be at: C:\Program Files\Business Objects\Common\4.0\java\CRConfig.xml, or search your BOBJ products install to find this file>
    4. URL: jdbc:leselect://<host>[:<port>][/[<catalog>]][[;param-name=value]*]
    Class Name : LeSelect.ThinDriver.ThinDriver
    Edited by: Craig Sander on Feb 12, 2011 8:22 PM

  • 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

  • JDBC Driver to Support nvarchar/nchar/ntext

    I downloaded the jdbcKona driver for MS SQL Server 7/2000 from
    the "Download Center". This page claims that this driver
    supports the international data types (nvarchar, nchar, and
    ntext) on SQL Server 7/2000.
    http://www.weblogic.com/docs51/techstart/install_jmsq4.html
    The examples provided in this download were very old (12/19/2001)
    and none of them showed anything dealing with these international
    types so I wonder if this driver truly does support these data
    types or if I somehow downloaded the wrong driver?
    I'd be interested in seeing some examples of how to use these
    international types to store various languages in the database.
    Something along the lines of performing this query (but doing
    so via JDBC where the text within the single quotation marks
    is a parameter that could be English, French, etc.) would be
    great:
    select address from names where name = N'&#1073;&#1091;&#1081;&#1085;&#1086;'
    Thanks.

    Grace wrote:
    Okay, that kind of makes sense, but are you saying that if I
    have this table:
    NAMES
    name nvarchar(50)
    address nvarchar(100)
    and I have a prepared statement like this:
    dbstatement = dbconnection.prepareStatement(
    "insert into address values ( ?, ? )" );
    that this set of JDBC:
    dbstatement.setString( 1, "&#1073;&#1091;&#1081;&#1085;&#1086;" );
    dbstatement.setString( 2, "123 &#1087;&#1086;&#1079;&#1074;&#1086;&#1083;&#1103;&#1077;&#1090;"
    ResultSet rs = dbStatement.executeQuery();
    would work the same way as this set of JDBC:
    dbstatement.setString( 1, "Alfred" );
    dbstatement.setString( 2, "123 West Main Street" );
    ResultSet rs = dbStatement.executeQuery();
    This does not appear to be the case. When I try this, I get a
    SQLException: string or binary data would be truncated. If I
    modify the query so that it doesn't throw any errors I see
    garbage text inserted into the database.
    Are you aware of any examples of this?No JDBC driver will change or interpret the content of any string parameter values. Is
    that syntax supposed to be understood by your DBMS? I think you need to create
    whatever string you want to send, as a Java String with the unicode characters you want,
    then set the parameter(s) with the value. Eg:
    String myFirst = "\u1073\u1091\u1081\u1085\u1086"; // note Java syntax for unicode characters...
    dbStatement.setString(1, myFirst );
    Also, the SQL you are doing is an insert, not a query, so use executeUpdate(). ExecuteQuery()
    will throw an exception.
    Joe
    >
    >
    Joseph Weinstein <[email protected]> wrote:
    Grace wrote:
    I downloaded the jdbcKona driver for MS SQL Server 7/2000 from
    the "Download Center". This page claims that this driver
    supports the international data types (nvarchar, nchar, and
    ntext) on SQL Server 7/2000.
    http://www.weblogic.com/docs51/techstart/install_jmsq4.html
    The examples provided in this download were very old (12/19/2001)
    and none of them showed anything dealing with these international
    types so I wonder if this driver truly does support these data
    types or if I somehow downloaded the wrong driver?
    I'd be interested in seeing some examples of how to use these
    international types to store various languages in the database.
    Something along the lines of performing this query (but doing
    so via JDBC where the text within the single quotation marks
    is a parameter that could be English, French, etc.) would be
    great:
    select address from names where name = N'&#1073;&#1091;&#1081;&#1085;&#1086;'The driver support of nvarchar etc. means that it will transmit string
    values,
    such as PreparedStatement parameters, with the "N'" prefix, and all java
    (16-bit) characters as unicode. This way, the DBMS will not strip the
    characters
    with a varchar map. The driver doe not alter the static contents of SQL
    that
    the application sends. It would be the DBMS that would interpret (or
    not)
    the SQL such as you posed above.
    Joe

  • Setting transaction isolation upon enlistment for XA driver not supported !!?!!?

    Hi !
    I've been developping a simple webapplication with a few Entity CMP EJB, Struts
    and some JSP.
    I registred a Pointbase XA JDBC driver in Weblogic 8.1.
    When I want to create a new post in the database via one of my EJB, I get "Due
    to vendor limitations, setting transaction isolation upon enlistment for "Pointbase
    XA" JDBC XA driver is not supported".
    What do I have to add in my xml files to make it work ?
    Something with <transaction-isolation> in the weblogic-ejb-jar.xml ?
    I'll appreciate some help here...
    Extract of my code (CustomerEditAction.java):
    <<
    CustomerHomeLocal chome = (CustomerHomeLocal) Locator.getHome("CustomerHomeLocal");
    prop = chome.create(cform.getName(), cform.getAddress(), cform.getZipcode(), cform.getCity(),cform.getCountry(),
    cform.getEmail(), cform.getPhone(), cform.getHomepage());
                             And the error message and stack is:
    <<
    javax.ejb.TransactionRolledbackLocalException: EJB Exception:; nested exception
    is: javax.ejb.EJBException: nested exception is: java.sql.SQLException: XA error:
    XAER_RMERR : A resource manager error has occured in the transaction branch start()
    failed on resource 'CaciPool - Pointbase - XA': XAER_RMERR : A resource manager
    error has occured in the transaction branch javax.transaction.xa.XAException:
    start failed for XAResource 'CaciPool - Pointbase - XA': Due to vendor limitations,
    setting transaction isolation upon enlistment for "PointBase XA" JDBC XA driver
    is not supported. at weblogic.jdbc.wrapper.XA.createException(XA.java:104) at
    weblogic.jdbc.jta.DataSource.start(DataSource.java:631) at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1069)
    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1001)
    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:203)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:419)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1230) at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1193)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:371) at weblogic.jdbc.jta.DataSource.connect(DataSource.java:329)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:298)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSPersistenceManager.java:1841)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.execGenKeyNamedSequenceTableUpdateAndQuery(RDBMSPersistenceManager.java:2392)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getNextGenKeyPreFetch(RDBMSPersistenceManager.java:2174)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getNextGenKeyNamedSequenceTable(RDBMSPersistenceManager.java:2147)
    at com.caci.ejb.CustomerEJB_6i2zhv__WebLogic_CMP_RDBMS.ejbCreate(CustomerEJB_6i2zhv__WebLogic_CMP_RDBMS.java:5403)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324) at weblogic.ejb20.manager.DBManager.create(DBManager.java:1139)
    at weblogic.ejb20.manager.DBManager.localCreate(DBManager.java:1118) at weblogic.ejb20.internal.EntityEJBLocalHome.create(EntityEJBLocalHome.java:171)
    at com.caci.ejb.CustomerEJB_6i2zhv_LocalHomeImpl.create(CustomerEJB_6i2zhv_LocalHomeImpl.java:133)
    at com.caci.ui.CustomerEditAction.execute(CustomerEditAction.java:58) at
    >>
    Regards,
    Olivier

    Hi !
    I've been developping a simple webapplication with a few Entity CMP EJB, Struts
    and some JSP.
    I registred a Pointbase XA JDBC driver in Weblogic 8.1.
    When I want to create a new post in the database via one of my EJB, I get "Due
    to vendor limitations, setting transaction isolation upon enlistment for "Pointbase
    XA" JDBC XA driver is not supported".
    What do I have to add in my xml files to make it work ?
    Something with <transaction-isolation> in the weblogic-ejb-jar.xml ?
    I'll appreciate some help here...
    Extract of my code (CustomerEditAction.java):
    <<
    CustomerHomeLocal chome = (CustomerHomeLocal) Locator.getHome("CustomerHomeLocal");
    prop = chome.create(cform.getName(), cform.getAddress(), cform.getZipcode(), cform.getCity(),cform.getCountry(),
    cform.getEmail(), cform.getPhone(), cform.getHomepage());
                             And the error message and stack is:
    <<
    javax.ejb.TransactionRolledbackLocalException: EJB Exception:; nested exception
    is: javax.ejb.EJBException: nested exception is: java.sql.SQLException: XA error:
    XAER_RMERR : A resource manager error has occured in the transaction branch start()
    failed on resource 'CaciPool - Pointbase - XA': XAER_RMERR : A resource manager
    error has occured in the transaction branch javax.transaction.xa.XAException:
    start failed for XAResource 'CaciPool - Pointbase - XA': Due to vendor limitations,
    setting transaction isolation upon enlistment for "PointBase XA" JDBC XA driver
    is not supported. at weblogic.jdbc.wrapper.XA.createException(XA.java:104) at
    weblogic.jdbc.jta.DataSource.start(DataSource.java:631) at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1069)
    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1001)
    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:203)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:419)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1230) at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1193)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:371) at weblogic.jdbc.jta.DataSource.connect(DataSource.java:329)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:298)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSPersistenceManager.java:1841)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.execGenKeyNamedSequenceTableUpdateAndQuery(RDBMSPersistenceManager.java:2392)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getNextGenKeyPreFetch(RDBMSPersistenceManager.java:2174)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getNextGenKeyNamedSequenceTable(RDBMSPersistenceManager.java:2147)
    at com.caci.ejb.CustomerEJB_6i2zhv__WebLogic_CMP_RDBMS.ejbCreate(CustomerEJB_6i2zhv__WebLogic_CMP_RDBMS.java:5403)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324) at weblogic.ejb20.manager.DBManager.create(DBManager.java:1139)
    at weblogic.ejb20.manager.DBManager.localCreate(DBManager.java:1118) at weblogic.ejb20.internal.EntityEJBLocalHome.create(EntityEJBLocalHome.java:171)
    at com.caci.ejb.CustomerEJB_6i2zhv_LocalHomeImpl.create(CustomerEJB_6i2zhv_LocalHomeImpl.java:133)
    at com.caci.ui.CustomerEditAction.execute(CustomerEditAction.java:58) at
    >>
    Regards,
    Olivier

  • Looking for oracle JDBC driver that support Rowset

    I am using oracle driver "oracle.jdbc.OracleDriver" downloaded from oracle.com and i am using cached rowset in my program but my program gave me runtime error :
    Exception in thread "main" java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.locatorsUpdateCopy()Z
    at com.sun.rowset.CachedRowSetImpl.execute(CachedRowSetImpl.java:757)
    at com.sun.rowset.CachedRowSetImpl.execute(CachedRowSetImpl.java:1385)
    at WebRowSetSample.main(WebRowSetSample.java:73)
    but if i used data driver provided by Data Direct "com.ddtek.jdbc.oracle.OracleDriver" then it is working fine but the problem is data direct driver is not free and cant be used in production server, so if anyone know any free driver that support oracle and rowset implementation or able to correct problem then plz help me out.
    thanks...

    Hi I am using latest driver from oracle site, but the problem is when i fire execute method of cahed rowset i throws error that i mentioned above, if you have any other driver than mail me on [email protected]

  • Driver not support createStatement(int resultSetType, int resultSetConcurrency)

    I am using Weblogic 5.1 for development and would like to use resultset for
    updating
    when I call 'createStatement(int resultSetType, int resultSetConcurrency)'
    Error message prompt out that the driver does not support such method
    I am using weblogic.jdbc20.oci.Driver & weblogic.jdbc.mssqlserver4.Driver
    for testing
    Can some body help me
    regards,
    Fannie

    Right, this method is not implemented by weblogic driver. You should get a
    message like,
    "This JDBC 2.0 method is not implemented" from
    weblogic.jdbc20.oci.Connection or weblogic.jdbc20.mssqlserver4.TdsConnection
    "Fannie" <[email protected]> wrote in message
    news:3b563e73$[email protected]..
    I am using Weblogic 5.1 for development and would like to use resultsetfor
    updating
    when I call 'createStatement(int resultSetType, int resultSetConcurrency)'
    Error message prompt out that the driver does not support such method
    I am using weblogic.jdbc20.oci.Driver & weblogic.jdbc.mssqlserver4.Driver
    for testing
    Can some body help me
    regards,
    Fannie

  • External Drive not supported, cant burn CDs, after 10.5.8 update

    After having spent just about a month sorting out one massive irritation I now get another one.
    My internal drive is not working, (disc stuck inside and I gave up on it almost a year ago. Please don't give any advice on how to get it out, it's a goner OK - not worth the fuss nor the $).
    So I bought an external La Cie burner which has worked fine on 10.5.7 for well, almost a year. Since I updated yesterday to 10.5.8 i get a Finder burn message saying the drive is not supported.
    What do I do then? I know this must be really easy (I hope). Thanks in advance

    Thanks but there is no latest update. The Firmware is vLA00, current.
    So what is going on? Why do they do 'up'dates when it's just a downdate fps....
    OK rant over. What do I do now? How can I get back to 10.5.7? Should I even'
    Help! Thanx in advance.
    Oh, by the way. In System Profiler's > disc burning > burn support column it says it does have support
    (Generic Drive Support). So why does it say it doesn't support the drive when i try to use it?
    Message was edited by: Paul Quemades

  • Flash Drive not supported

    Hello everyone,
    I purchased a SanDisk Cruzer Micro 1.0 GB flash drive not too long ago and it was working fine. Removed some software that was on it because I couldn't use it.
    Used my flash drive today and I receive this error, but still kinda works...
    "The disc could not be used because the disc drive is not supported. (Error code 0x80020025)"
    The flash drive also does not eject the flash drive correctly. The little light that is on the flash drive does not turn off when I press the eject button in the OS hard drive icon.
    I've tried reformating the flash drive and tried downloading the driver on the sandisk website, but it is for the Windows 98SE Operating System and does nothing for my iBook G4.
    Any suggestion would be much appreciated.
    Thanks,
    Stephanie
    iBook G4   Mac OS X (10.3.4)  

    Someone on another forum had a similar issue. Basically, you need to connect it to a Windows machine and uninstall the U3 software from it.
    The error message you get indicates that the computer is trying to access the flash drive as if it was a CD writer.
    (13744)

  • My USB Stick(Thumb Drive) not Supported and Anothe...

    I have 8Gig Patriot Thumb drive. I used OTG USB cable to connect it to my N8 but phone says USB Device is not supported. ALso When I try to connect my Iomega External Hard drive I get the same error.  Can this be possible? Cause patriot and iomega is very well known company in hard drive and thumb drive. I would be very surprise if N8 doesn't support their products.
    So can anyone confirmed for me that  those companies simply not supported in N8 or I am getting at error which I am not suppose to.
    Also there is one more thing, I usually have around 8.9gig left in internal memory. Whenever I try to move 6 gig Mkv files to internal drive I am keep getting error that there isn't enough memory left. Then I tried with my 16gig microsd card. It had 14.9 gig memory left and I tried to copy 6.9 gig Mkv file to microsd card. I got the same error. So can any help please?
    Thanks

    rajnikant90 wrote:
    Also there is one more thing, I usually have around 8.9gig left in internal memory. Whenever I try to move 6 gig Mkv files to internal drive I am keep getting error that there isn't enough memory left. Then I tried with my 16gig microsd card. It had 14.9 gig memory left and I tried to copy 6.9 gig Mkv file to microsd card. I got the same error. So can any help please?
    Not a computer engineer but isn't this like using a PC with less than 10% free space, it all becomes unworkable. For internal memory doesn't it have to allocate 6GB first leaving it less than 3GB to actually carry out the task?
    Happy to have helped forum with a Support Ratio = 42.5

  • SQL Server JDBC Driver Not Found!!!!!!!!!

    Guys,
    I really need help with this one coz it seems I've done everything and still things aren't working.I'm running a Win2k Server with Sql Server 2000,now I know that I need the sql server 2000 Jdbc drivers inorder for me to connect to the sql server on my machine I've downloaded and installed the drivers successfully at least I think it's successfull coz when I go to the administrative tools option I see that the drivers have been installed.
    When I try to connect to the server I get an error:
    Class loading errorjava.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
    despite the fact I have installed the drivers.
    If you've got any idea on how to solve this problem,I would appreciate it if you filled me in.

    Notice that you aren't using the MSSQL JDBC driver anymore but the Sun JDBC-OBDC-Bridge now which is far less powerfull than the MSSQL driver.
    If you want to switch back to the MSSQL driver:
    Regarding the setup of the driver. Not setup required - only for extracting the driver JAR files. Put the 3 JAR files into the classpath of your app server where web-apps can see them. At least you can always put them into the WEB-INF\lib directory of your web-app, where the driver is visible only to your web-app.
    If you would like to configure the driver parameter in your web.xml use context init-parameters for web-app wide scope or servlet/JSP init-parameters for servlet/JSP only scope.
    Michael

  • HFS drive not supported

    I have just downloaded CS2 illustrator for Mac to replace my windows version but message says that it can't be installed onto HFS drive as not supported what does this mean and how do I rectify this?

    https://www.adobe.com/cfusion/entitlement/index.cfm?e=cs2_downloads
    Adobe no longer supports AI CS2.
    HFS (not plus, or +, or OS X Extended) is also a very old system format. HFS was introcuced in early 1998. Thanks, Wikipedia.  :+)

  • P35 Neo 2 Fr - SATA drives not supported ?!?

    I have just screwed together my new PC.
    Motherboard : MSI P35 Neo 2 FR
    CPU : Intel E6850
    Mem: 2GB DDR2 800
    Drives (2x): Seagate 250GB SATA
    Windows: Vista Home Premium OEM (dutch)
    It is a totaly clean install.
    Problem is: When installing VISA it stops at the drive selection. It tells me (translate from Dutch): "the hardware of this computer possibly does not support the booting of this harddrive. Check that the drive controller is switched on in the BIOS"
    When i'm in the bios (1.4) all seems well.
    What to do?
    EDIT: stangely, Seagate says on its site that : Seagate hard drives do not require any special drivers for Microsoft Windows operating systems. The generic hard drive driver should support your hard drive. We recommend using the latest Windows Service Pack (SP) updates as these often refresh the Windows drivers
    This makes is hard to do a (what i have been reading)"F6 Disc & install driver" solution. Or are there non-brand specific sata drivers.   
    Help!

    It was not my intention of installing the drives in Raid. I started out setting as AHCI.
    Later on i tried setting as raid as MSI does have a driver for SATA Raid (on their site and on the supplied driver disc), unfortunately no success.
    I think i must admit defeat. Tomorrow morning i will purchase a new IDE drive and install VISTA on this. I have the feeling it should then be easy to access the SATA drives.
    Off topic (not really) : i downloaded the Seagate DiscWizard on my existing pc. This promises to solve all these kind of problems.  But it refused to start because it needed at least one Seagate product installed on my pc. Hahahaha, of course my old pc is fitted with WD drives. Not very useful from Seagate.
    Off topic 2: roll over bios, we need EFI

  • Data Access Objects : JDBC Driver Not Found

    Hi,
    I am having a strange problem accessing JDBC Driver ( for Informix Database, if this
    information helps )
    I am using Data Access Objects ( DAOs ) to fetch multiple records.
    The DAO is accessed from Session Bean for this case.
    The constructor of the DAO does the JNDI lookup for the TxDataSource
    and set it to a class attribute of the DAO. This DataSource is pointing
    to a connection pool
    In the getConnection() private method if DAO we use this DataSource
    to pickup a onnection from the pool and fire a sql query.
    This public method say getMultipleRecords( query conditions ) of DAO
    returns a number of macthing records to the Session Bean.
    This approach works fine in general. But sometimes I get an
    java.sql.SQLException
    SQLException ERROR MESSAGE is:
    "Error accessing jdbc driver: driverURL = jdbc:weblogic:pool:myConnPool, props= {enableTwoPhaseCommit=true,
    connectionPoolID=myConnPool}"
    Once this exception occurs every time the method is called the same exception keep
    coming.
    Once I restart the server this API starts working again.
    Could anyone give any reason why this exception might occur.
    Please send an e-mail to [email protected] while replying to this message.
    Thanks in advance
    Gunajit

    Hi Gunajit
    you need to ensure that the connections are properly closed. If you are
    closing the connections properly, increase the number of connections in the
    connection pool.
    hth
    sree
    "Gunajit" <[email protected]> wrote in message
    news:3ce082ca$[email protected]..
    >
    Hi,
    I am having a strange problem accessing JDBC Driver ( for InformixDatabase, if this
    information helps )
    I am using Data Access Objects ( DAOs ) to fetch multiple records.
    The DAO is accessed from Session Bean for this case.
    The constructor of the DAO does the JNDI lookup for the TxDataSource
    and set it to a class attribute of the DAO. This DataSource is pointing
    to a connection pool
    In the getConnection() private method if DAO we use this DataSource
    to pickup a onnection from the pool and fire a sql query.
    This public method say getMultipleRecords( query conditions ) of DAO
    returns a number of macthing records to the Session Bean.
    This approach works fine in general. But sometimes I get an
    java.sql.SQLException
    SQLException ERROR MESSAGE is:
    "Error accessing jdbc driver: driverURL = jdbc:weblogic:pool:myConnPool,props= {enableTwoPhaseCommit=true,
    connectionPoolID=myConnPool}"
    Once this exception occurs every time the method is called the sameexception keep
    coming.
    Once I restart the server this API starts working again.
    Could anyone give any reason why this exception might occur.
    Please send an e-mail to [email protected] while replying to this
    message.
    >
    Thanks in advance
    Gunajit

Maybe you are looking for