IBM U2 Universe JDBC or ODBC, Can't connect

Hi, I can't find a definite answer on the forums, so I will
post this here. I'm trying to set up a JDBC or ODBC connection to a
Universe 10.0 database.
I've been able to setup both the ODBC and JDBC drivers in
other programs, but coldfusion still isn't working properly.
The ODBC connection will verify, but when you try to do
anything, you get the error "invalid argument value" everytime,
making it useless.
The JDBC connection has offered more success, but is still
useless. SELECT statements work 100% and don't give a problem.
UPDATE, INSERT, or DELETE statements will work and update the
database, but the .cfm page loads constantly until it hits the
timeout period and throws an error. It's like the server is not
responding back from anything but SELECT statements.
If there is any updates on the status of these problems,
please let me know, because I can't find any solid solutions on the
net.

No, the JdbcOdbc bridge appears to be calling it.
I'll look for an option; where on earth do I find
documentation on it?Notice the part where I said noted that it might be obscure or not documented at all?
The most likely place is to find the source code for the ODBC driver and hope it has documentation. It might also be documented in the source code itself.
>
Is it allowed to hack the JdbcOdbc code? I was under
the impression that accepting the Sun licence limited
that option. The driver comes with Jdk 1.4. :-$
Yes, as long as you do not distribute it.

Similar Messages

  • IBM DB2 Universal JDBC (Type 4)

    Has anyone have had an opportunity to configure the connection pool using IBM DB2 Universal JDBC, specifically the Type 4? If you can point me in the right direction, I would greatly appreciate it.
    We are currently using Weblogic versino 8.1.4.

    Binh Dao wrote:
    Has anyone have had an opportunity to configure the connection pool using IBM DB2 Universal JDBC, specifically the Type 4? If you can point me in the right direction, I would greatly appreciate it.
    We are currently using Weblogic versino 8.1.4.Hi. It should be easy. Please edit the start-weblogic scritp
    to add a line like:
    set CLASSPATH=\my\full\path\ibm.jar;%CLASSPATH%
    to get whatever the driver needs in the classpath.
    Then show me a few lines of code from an IBM JDBC
    example program that successfully creates a JDBC
    connection to the DBMS you want. Then I'll tell
    you how to configure the pool.
    Joe

  • JDBC receiver Adapter can't connect to database anymore

    Hello,
    I am using a communication channel that used to be working a few days ago. Now It is telling me that: "Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL". The URL is correct, I set it manually each day because the name resolution doesn't work, but it wasn't as well when the channel worked.
    CPA Cache refresh doesn't have any effect.
    Routing is ok.
    SXMB_MONI says: general error
    ERROR-Category Message
    Where could be the connection problem?

    hi
    1) goto system administration -> system configuration -> system landscape
    here goto portal content and create your own folder.
    goto your folder right click and slect system from template.
    and give the required information and save it the system appears on the portal content under your folder.
    2) now right click on the system goto connection properties
    connection url: enter your jdbc url.
    driver class name: enter your drive class name.
    save it. no need of validate connection to set yes let it be no.
    3) the in property category choose user management,
    here you select admin,user in the drop down list.
    save it.
    4) go back to your system and right click and select system alias
    and give any name.
    5)now navigate to user administration
    here enter the user name inwhich you have logged in now.
    say you have logged in with xyz who has system admin rights.
    now in identity management enter xyz and select him and press modify
    her you select user mapping from the selection tab.
    here select your alias name
    and enter mapped user name : say abcuser( which is given to you)
    and enter mapped password: say adcpass( which is given to you)
    and save it.
    now
    goto system administration -> system configuration -> system landscape nad goto portal content and navigate to your folder and select your system and right click and select connection test.
    now select the check mark and press test button it will work properly.
    see https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup for the
    proper connection urls.
    http://help.sap.com/saphelp_nw70/helpdata/en/45/ef362dc57b1e46aa6f445ec6247103/frameset.htm
    https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webservices/how%20to%20create%20a%20web%20service%20using%20enterprise%20javabeans.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    reward points if found helpfull
    regards
    chandra.k

  • How can I connect to IBM mainframe data base DB2.

    Hi All
    How can i connnect to DB2 batabase on Ibm mainframe through JDBC.
    Where can i get the JDBC driver for DB2.

    How can i connnect to DB2 batabase on Ibm mainframe
    through JDBC.Your next question tells me you already know the answer to this one.
    Where can i get the JDBC driver for DB2.That's FAQ number 4 for this forum.

  • How can Form6i connect to other DB connection like ODBC,JDBC

    Hi,
    Can anyone tell me that how can Form6i connect to other DB connection like ODBC,JDBC
    If anyone knows, please tell me immediately. I am in very urgently situation!!!
    So if anyone knows, Please! Please! tell me.
    Thanks in advance,
    Oil

    Hi,
    Ypu can connect using OCA (Open Cliente Adapter).

  • IBM Informix XA JDBC Driver Exception

    Hi All:
    I download jdbc dirvers from ibm's web site,
    and try to add a new connection pool for informix in WS 8.1.2.
    Here is the problem:
    When using non-xa driver, there is no problem with adding a new connection
    pool,
    but when using xa driver, I get the following exception:
    java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect
    to d
    atabase server (10.3.1.5) failed.
    at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:950)
    at
    com.informix.jdbcx.IfxXAReusableConnection.<init>(IfxXAReusableConnec
    tion.java:54)
    at
    com.informix.jdbcx.IfxXAPooledConnection.<init>(IfxXAPooledConnection
    .java:102)
    at
    com.informix.jdbcx.IfxXADataSource.getXAConnection(IfxXADataSource.ja
    va:79)
    at
    weblogic.management.console.utils.JDBC.testConnection(JDBC.java:185)
    at
    weblogic.management.console.actions.mbean.JDBCConnectionPoolTestActio
    n.prePerform(JDBCConnectionPoolTestAction.java:106)
    at
    weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform
    (DoMBeanWizardAction.java:215)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(A
    ctionServlet.java:173)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(Act
    ionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:971)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:402)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6350)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.j
    ava:
    118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3635)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any idea??

    Kevin Chen wrote:
    The following entry is copied from config.xml:
    <JDBCConnectionPool DriverName="com.informix.jdbcx.IfxXADataSource"
    Name="MyJDBC Connection Pool"
    Password="{3DES}B+V0vnwIOznCvl7VO5C5OA=="
    Properties="user=dbadmin;
    url=jdbc:informix-sqli://10.1.1.11:1543/ifxDB:informixServer=erpdb;
    portNumber=1543;
    databaseName=ifxDB;
    ifxIFXHOST=erpdb;
    serverName=10.1.1.11"
    URL="jdbc:informix-sqli://10.1.1.11:1543/ifxDB:informixServer=erpdb"
    />
    Btw, I wanna use wls 8.1.2 db controller to access informix, so I dont have
    any sample code from IBM.I don't understand that. Surely their driver has some documentation on how to
    obtain a connection from their com.informix.jdbcx.IfxXADataSource.
    What does the config look like for the non-xa connnection pool? (the one that works?)
    At this point, we need IBM Informix help to diagnose whay the xa connection attempt
    fails.
    Joe
    >
    Thanks for any reply ^^
    Kevin
    "Joe Weinstein" wrote
    Hi Kevin. How does IBM say you should connect to it's XADriver/DataSource?
    If you will post one of their code examples, I will show you how to definethe
    pool. Can you show me the JDBCConnectionPool entry in the config.xml file?
    thanks
    Joe
    Kevin Chen wrote:
    Hi All:
    I download jdbc dirvers from ibm's web site,
    and try to add a new connection pool for informix in WS 8.1.2.
    Here is the problem:
    When using non-xa driver, there is no problem with adding a new
    connection
    pool,
    but when using xa driver, I get the following exception:
    java.sql.SQLException: com.informix.asf.IfxASFException: Attempt toconnect
    to d
    atabase server (10.3.1.5) failed.
    atcom.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:950)
    at
    com.informix.jdbcx.IfxXAReusableConnection.<init>(IfxXAReusableConnec
    tion.java:54)
    at
    com.informix.jdbcx.IfxXAPooledConnection.<init>(IfxXAPooledConnection
    .java:102)
    at
    com.informix.jdbcx.IfxXADataSource.getXAConnection(IfxXADataSource.ja
    va:79)
    at
    weblogic.management.console.utils.JDBC.testConnection(JDBC.java:185)
    at
    weblogic.management.console.actions.mbean.JDBCConnectionPoolTestActio
    n.prePerform(JDBCConnectionPoolTestAction.java:106)
    at
    weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform
    (DoMBeanWizardAction.java:215)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(A
    ctionServlet.java:173)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(Act
    ionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:971)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:402)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6350)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.j
    ava:
    118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3635)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any idea??

  • Popularity of JDBC to ODBC or OLEDB

    Does anyone know of any statistics about the market share of database applications that use JDBC VS ODBC VS OLEDB (VS native I guess too). I don't mean for this to be a C VS Java question... but more along the lines of what is the breakdown of what percentages of database applications use to connect to the database.
    - Mark

    Well... I am sure Google could find you plenty of statistics but how helpful they will actually be is another matter altogether.
    I think there are two problems with most statistics you will find. First of all you have to question the source. Like a study sponsored by Sun will say radically different things from a site sponsored by Microsoft. Will either one be the truth. No. It will be "somewhere" in the middle probably.
    Then you have to compare apples to apples as best you can. Your question is way to broad to let that be accomplished. As a guess if I had to guess a the #1 database usage scenario ranked by total number of applications that use it I would guess that the answer is neither JDBC, nor ODBC but the PHP MySQL library.
    Now does that mean PHP is better? Well in most cases no. Except in one case it may be... that case being rapid development of relatively simple websites. Occaisonally I read nonsense about how PHP is better than Java but you just can't make that kind of claim. It's like comparing a compact car to a 747 jet. If you want to visit a town 15 miles down the road yes the compact is better. But if you want to go overseas... not so good.
    Being able to compare apples to apples is not always easy but the less bias the source has the easier it gets. I am reminded of the netcraft site. They collect information on the usage of different web technologies (and I think sell it) so I would say they are pretty unbiased. At any rate I remember seeing some web server stats that basically showed Linux is far and away the champ when it comes to OS's for hosting the most websites. Windows was second and various Unixy flavours after that. Well down the list was Solaris.
    What was interesting though was taking the list of the top 20 or so sites by total traffic. As I recall about 75% of those were on Solaris which was a far different picture than the overall share of less than 5% Okay to be honest I can't remember these numbers for sure but the difference was striking and I would be surprised if I was off by very much and anyway I am just trying to make a point here. The point being that if you asked what is the "best" you get very different answers even from the same set of data depending on how you define best. I think it also makes a strong case that to use volume as an indicator of "bestness" is poor idea.
    At any rate I suppose one could find some statistics on JSP vs ASP usage but what that actually tells you I don't know. Let's not forget that they are many, many, many applications running in enterprises around the globe that are not web based so an accounting for these is even harder.
    Here is what I would suggest. Try and define better parameters for your question. I would try and look segment by segment of what the application is. Even a breakdown just by web vs non-web would be a good start. Then I would also look to examine the usage by the scale of the application. You need to seperate the little foxpro based VB apps that might sit on someones desk from an enterprise inventory and tracking system. I mean they both use databases but the usage cases are so different... well anyway I'm sure you see the point.
    So get some better parameters for your question... otherwise it will be difficult to find data I think (especially that which is both web and non -web together) plus any data you do find will be relatively meaningless.
    Hope this helps.

  • How can i connect to SQL Server 7.0 on Windons Using JDBC

    How can i connect to Microsoft SQL Server 7.0 on a windows enviroment ?
    in sql server 2000 some jar files are required that is
    What you need to do is actually add all three jar files to your class path individually. There are three jar files that come with this driver the msbase.jar, msutil.jar, and mssqlserver.jar. for sqlQ server 2000.
    now the problem is that i cant find these files on my system. firstly where these files will be located. secondly are they will be used to connect to SQL Server 7.0. thirdly if not what is the procedure.
    My next Problem is that I have Websphere Studio Application Developer. in which their is this facility of Database Webpages its like a wizard which makes automatically beans servlets and JSP but before that you need a Driver Name and and Class Name for to Connect to the Database.
    Can you tell what is the specific Driver Path for the Microsoft SQL Server 7.0 . secondly is this the class which is used to connect to SQL server 7.0 "com.microsoft.jdbc.sqlserver.SQLServerDriver" where can i find this one. for SQL server 7.0.
    please provide some guidance in this regard.

    You can search for the JDBC drivers at, http://industry.java.sun.com/products/jdbc/drivers
    All the three jars that you specified are part of MsSQL Server jdbc driver. You need them (in the classpath) to get connected to the database.
    "com.microsoft.jdbc.sqlserver.SQLServerDriver" is the class in mssqlserver.jar. This is the driver class which will be used to get connected to the database.
    You can search in this forum for writting jdbc code (for Sql Server). If you don't find these jars, give me your e-mail id.
    Sudha

  • HT4480 I have redemption codes for FCP from my university - how many machines can I install on?

    I have redemption codes for FCP from my university - how many machines can I install on?

    Do you have these codes because this will be your app? Or is this a "loan" from the school to install on your machine? Do you use your own Apple ID to redeem the code and install the app?
    If it is your app, then you may install it on as many Macs as you own or have in your control.

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • JDBC Sender adapter - can VIEW be used in Query statement

    Hi,
    In JDBC Sender adapter, can we use a VIEW sql query in the "Query SQL Statement" placeholder?
    For eg:
    CREATE VIEW <view name> as SELECT * from <table name> WHERE <condition>
    instead of the usual:
    SELECT * from <table name> WHERE <condition>
    Thanks,
    Vishak

    Hi
    What exactly is your use of creating a view, if you are going to fetch data from different tables, then you can use the view through stored procedures.
    Hope this clears your doubts
    Thanks
    Saiyog

  • Can I connect to Oracle server7.1  through Java-JDBC using the latest thin drivers???

    Hey Gurus,
    Please help me .
    MY Current requirement is to connect to multiple oracle 7.1( and other variants) servers running on different operating systems, through Java/JDBC.
    My FIrst question is, can i connect to older versions of database using latest drivers?
    I could connect to the server running on SCO-oracle 7.1 using SQLNet8.1.7 under windows. But the same is not happening when the client is on Linux.But I need to connect from linux
    It says ORA-03113 - End of communication channel.
    What may be th problem.
    If any one could show some pointers where I can get more information about this problem would be helpfull
    THanks
    Lokesh

    I tried the classpath suggestion above (not the one modifying the .xml file) , but it didnt work for me , I am using WLI 10.3.1 and trying to connect DB on 8.1.7 V . I downloaded the classes12.jar and the ojdbc14.jar file from the oracle and placed in lib and the even included the classpath , but i again got the same exception .
    All this while i was selecting the option Oracle Driver Thin from the DataBase Driver when creating the connection pool from console . I tried with "BEA Oracle Driver (Type 4)" and it worked for me .. Although the option "BEA Oracle Driver (Type 4)" lists only the DBs from 9.0.1 to 11 G , but in my case using this driver i am able to connect to Oracle DB 8.1.7 . So all you guys if it classpath doesnt fix the issue try out by selecting Driver , "BEA Oracle Driver (Type 4)" .
    Manoj , this will fix the Connection pool part of the ques, but for the java part Try to load the Driver class "weblogic.jdbc.oracle.OracleDriver" before connecting to DB with Class.forName.
    Thx
    Yatin Mehta

  • Help- JDBC driver installed, can't register driver

    1) I downloaded 175012_12.zip, classes12.zip, nls_charset12.zip
    2) I initially extracted zip files into C:\Program Files\ and they ended up in oracle subdirectories directories
    3) I followed patch instructions for 175012_12
    4) I couldn't find any Oracle Installation instructions(where are they?) so I found one http://home.clara.net/dwotton/dba/jdbc_test.htm. It said to put the driver in jdbc/lib. I had no lib directory so I created one. I think I did have a driver directory but I'm not sure if it really matter where it is, just that you point to it.
    5) I put the driver in:
    C:\Program Files\oracle\jdbc\lib\classes12.zip
    6) Set/Verified the CLASSPATH = "C:\Program Files\oracle\jdbc\lib\classes12.zip"
    7) I restarted Eclipse and put the following test code in:
    import java.sql.*;
    // Load Oracle driver
    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
    8) I get the following error:
    oracle cannot be resolved to a type

    Hi
    I never set CLASSPATH with Eclipse. I simply define a library in the "Project Properties" under "Java Build Path". Notice that if you want to use JDBC thin, you can store the driver where do you want.
    HTH
    Chris

  • I need to download realplayer for a university course unfortunately I can't download internet explorer. Any advice?

    I need to download realplayer for a university course unfortunately I can't download internet explorer. Any advice?

    You do not need IE to download RealPlayer. 

  • Can I connect my iPod classic or universal dock with optical

    Can I connect my iPod classic or universal dock with optical?

    Well, no... not at least with the Apple docks.
    Optical Audio is also called S/PDIF. It is a purely digital signal designed for specific kinds of home theater and HIFI systems.
    The iPod classic does not have such a connection... that being said,  HOWEVER  
    There are some iPod docks that use S/PDIF out.
    http://www.cambridgeaudio.com/summary.php?PID=605&Title=Summary   
    Does this help you?

Maybe you are looking for