DB Adapter connecting to DB2

"We are using DB Adapter to connect BPEL (10.1.2.0.2) to DB2 V7 (Z/OS) using the DataDirect JDBC Drivers. If we connect using the DBA's username/password (SYSADM role), it seems to work fine. But if using any other user's username/password, we cannot see any tables/views/etc. from JDeveloper - and no schemas are available to choose from either. The DB2 DBA has not used JDBC to connect to their DB2 instance before - but cannot see any missing permissions for the non-DBA usernames. The catalog has public read permissions - and all of these users can see everything just fine if they go in through the normal green-screen console. Does anyone have experience with connecting to DB2 on Z/OS and can help us?"

Hi Anuj,
I tried the Option 2 given in the thread which you have mentioned.
Our DataSource is targeted to the managed server so we just restarted the managed server.
I am still getting the same error of
"Cannot call Connection.commit in distributed transaction. Transaction Manager will commit the resource manager when the distributed transaction is committed."
Are there any other alternative approach to fix this issue?
Regards
Nithya

Similar Messages

  • DB Adapter connecting to DB2 Database is giving Transaction Commit Error

    Hi All,
    I have a simple BPEL process in 11g which executes a select query through the DB adapter in the DB2 database
    The below is the query
    select column1,column2,column3 from table1 where column1='123456'
    During the invoke of the DBAdapter I am getting the following Error in SOAP UI testing tool
    ++<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">++
    ++<env:Header/>++
    ++<env:Body>++
    ++<env:Fault>++
    ++<faultcode>env:Server</faultcode>++
    ++<faultstring>Exception occured when binding was invoked.++
    ++Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'DB2Test' failed due to: DBWriteInteractionSpec Execute Failed Exception.++
    *++unknown failed. Descriptor name: [unknown].++*
    ++Caused by java.sql.SQLException: Cannot call Connection.commit in distributed transaction.  Transaction Manager will commit the resource manager when the distributed transaction is committed..++
    ++".++
    ++The invoked JCA adapter raised a resource exception.++
    ++Please examine the above error message carefully to determine a resolution.</faultstring>++
    ++<faultactor/>++
    ++<detail>++
    ++<exception>Cannot call Connection.commit in distributed transaction.  Transaction Manager will commit the resource manager when the distributed transaction is committed.</exception>++
    ++</detail>++
    ++</env:Fault>++
    ++</env:Body>++
    ++</env:Envelope>++
    The Datasource configured has "Support Global Transactions" option Checked and One Phase Commit selected.
    Any help or pointers in this regard will be greatly appreciated.
    Thanks in advance
    Regards
    Nithya Subramanian

    Hi Anuj,
    I tried the Option 2 given in the thread which you have mentioned.
    Our DataSource is targeted to the managed server so we just restarted the managed server.
    I am still getting the same error of
    "Cannot call Connection.commit in distributed transaction. Transaction Manager will commit the resource manager when the distributed transaction is committed."
    Are there any other alternative approach to fix this issue?
    Regards
    Nithya

  • Connecting to db2 from report builder via odbc

    Hi!
    Some manuals said, it is possible to connect to DB2 from Oracle SQL*Plus (we have version 8.0.6.0.0)
    and from Oracle Report Builder.(6.0.8.11.3)
    User must install OCA (Oracle Open Client Adapter for ODBC (6.0.5.29.0)) and make ODBC entry.
    I did it.
    run with: plus80 db2user/db2pass@odbc:db2test
    SQL*Plus made the connection, but with errors:
    SQL*Plus: Release 8.0.6.0.0 - Production on Fri Oct 17 16:12:56 2003
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    Error accessing PRODUCT_USER_PROFILE
    Warning: Product user profile information not loaded!
    You may need to run PUPBLD.SQL as SYSTEM
    Server not available or version too low for this feature
    ORA-00022: invalid session id; access denied
    Connected to:
    Oracle Open Client Adapter for ODBC 6.0.5.29.0
    DB2/NT 08.01.0000
    SQL>
    The error refers PUPBLD.SQL, but I think it is Oracle specific, don't help.
    Worse, that it can't connect from Report Builder, it just throws error.
    If I set OCA_DEBUG=TRUE in registry, I have bonus messages:
    oca-30053 unsupported network call (oracle code: 3115)
    oca-30002 ubofssw function not supported (1010)
    I tried to connect to MsAcces too, but I got same errors.
    Have you any idea, how can I solve this?
    Thanks

    resolved
    I just add the master entry in the c:\Report\NET80\ADMIN\tnsnames.ora, and it works.
    but I can't connect with the system or sys accounts, it work just with scott/tiger.

  • Connection to DB2

    Hi all,
    I need to connect to DB2 Database using the JDBC Adapter. I have deployed the following jar files in my XI system,
    db2jcc.jar
    db2jcc_license_c.jar
    But still im getting the following error,
    Error during database connection to the database URL 'jdbc:db2://10.236.70.114:50000/EPEDIGRE' using the JDBC driver 'com.ibm.db2.jcc.DB2Driver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:db2://10.236.70.114:50000/EPEDIGRE': com.ibm.db2.jcc.a.SqlException: [ibm][db2][jcc][1078][11539] Expired JDBC driver. IBM DB2 JDBC Universal Driver Architecture 3.1.5 Test Build expired on 12/30/06 12:00 AM.'
    please help me.

    hi
    give the
    JDBC DRIVER = oracle.jdbc.driver.OracleDriver
    connection = jdbc:oracle:thin:@<ip address>:<port no of oracle db>:dbname
    check u r user name & pasword
    check u query sql statement & update sql statement

  • Connection to DB2 Database

    Hi all,
    I need to connect to DB2 Database using the JDBC Adapter.
    Where do I need to provide the File name in JDBC adapter?
    I need to send as Flat File,is there any option in JDBC Adapter like Content COnversion in File Adapter?
    Please advice me.And I appreciate your help.
    Thank you.

    Hi ,
    <i>I need to connect to DB2 Database using the JDBC Adapter.</i>
    First you have to deploy your drivers
    DB2 JDBC driver, refer to:
    http://publib.boulder.ibm.com/infocenter/db2help/index.jsp?topic=/com.ibm.db2.udb.doc/ad/t0010264.htm
    <i>Where do I need to provide the File name in JDBC adapter?</i>
    You should give sender file name in the sender file adapter used to poll the file.
    For the reciever(data base)..You have to mention the target database table name in the message mapping.
    <i>I need to send as Flat File,is there any option in JDBC Adapter like Content COnversion in File Adapter?</i>
    No....
    JDBC reciever Adapter is used to send the data to the data base table which has some specific format  ...where as file content converion is used where there is no specific structures like flat files.
    Thanks,
    sekhar

  • I just bought a recertified Mac Mini, and I wonder if anyone here knows if it's possible to hook up my Mac flat screen LCD monitor to it using what adapters? I currently have a DVI to ADC adapter connected to my G4 Powermac.

    I just bought a recertified Mac Mini core duo - it's not the newer model-, and I wonder if anyone here knows if it's possible to hook up my Mac flat screen LCD monitor to it  and using what adapters? I currently have a DVI to ADC adapter connected to my G4 Powermac.
    The company I bought it from is not Apple, and I may regret that. It was in my price range, though.
    This is the first time I've used this community, and I've been a Mac owner since 2000. Thanks in advance!

    when you say "Mac flat screen LCD", do you mean this:
    http://www.ares-woo.com/christmas2005/images/pc_cine.jpg
    if it is, you might wanna try this:
    http://store.apple.com/us/product/MB570Z/A?mco=MTY3ODQ5OTY

  • Error when connecting to DB2/AS400 as a Datasource

    Hi All,
    I have an issue when connecting to DB2/AS400 as w datasource with IR studio. I am able to create an OCE but when click on tables it throws an error saying ""INFORMATIC.DM3601PF" is an undefined name. SQLSTATEB704
    sqlstate = 42S02
    The drivers I used is the drivers provided by the IBM DB2 and also the Merant drivers provided for Hyperion by DB2. I used ODBC/DB2, ODBC/ODBC, ODBC/AS400 connection while creating an OCE but it did not help.
    The exact version of the database is DB V5R4--AS400--OS. It is a 64 bit client.
    Can anyone help!!!
    Thanks,
    Sree

    Hi,
    Connecting Hyperion with DB2 is simple. When we install DB2 client on the machine it adds a new entry in ODBC drivers, using that DB2 Driver create a system DSN by selecting the appropriate DB. Give the proper credentials.
    Now open Hyperion IR select new Database option...Select ODBC/DB2 and choose the DSN name given by you while creating the system DSN. give the correct credentials to connect to DB.
    After that it will ask for OCE creation...just create oce by giving app name and you are done with the connection.

  • Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector.

    Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector?

    The lightning to 30 pin adapter does not support video as per the item description in the Apple online store:
    http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter
    This adapter lets you connect devices with a Lightning connector to many of your 30-pin accessories.* Supports analog audio output, USB audio, as well as syncing and charging. Video output not supported.
    You will need to the Lightning to VGA adapter directly
    http://store.apple.com/us/product/MD825ZM/A/lightning-to-vga-adapter?fnode=3a
    Or the Lightning Digital AV Adapter
    http://store.apple.com/us/product/MD826ZM/A/lightning-digital-av-adapter
    If the projector supports HDMI input.

  • PI7.1 JMS Adapter - connect to NW6.40

    Hello,
    We are facing following problem on SAP PI:
    We have a scenario where PI (version 7.1) is connecting to another SAP NetWeaver system (version 6.40).  There is an application that reads/puts messages from/to JMS Queues running on this system. PI has to connect the JMS Provider of 6.40 system and read/put these messages from/to these JMS Queues.
    This scenario worked fine till we used XI 3.0 (NW6.40). We configured sender JMS channel with link to remote JMS Server and parameter "force_remote".
    After installation of new PI7.1 we noticed some issues:
    1.the connection is unstable. Sending JMS messages from PI to NW6.40 queue works a while but then we get error like this:
    Adapter Framework caught exception: Unable to write new JMS message body for message: 00237d29-13fc-02ed-ba85-01d046631592: ConnectorException: Connector for ConnectionProfile of channel: EON_CC_jms_rcv_omsmessageon node: 922834950 having object id: 70855b1c6c483e869982ea2fe9787b36 was unable to create a new javax.jms.TextMessage message: javax.jms.IllegalStateException: Session is closed.
    2. we cannot read messages from JMS Queue of NW6.40 at all. The messages are there in queue, communication channel is running and succesfully connected to queue but no message is processed and no error shows in communication channel monitoring.
    Has anybody solve similar problem with connection between 7.1 and 6.40 NetWeaver?
    I think the problem can be backward incompatibility of 7.1 SAP JMS libraries against 6.40. If this is true then the question is whether it is possible to deploy old libraries and run them simultaneously with native 7.1 libraries?
    Thanks

    problem sorted - factory property settings were not configured correctly in JMS Adapter connection pool

  • Problem with connecting to DB2 from ADFBC

    I have a problem with connection to DB2 data using ADF BC components. Everything looks fine till I run the page(JSF) to see the data of a db2 table. I created a read only view object. This view is registered in the AM and from AM the view is returning the rows without any problem. But when I am running the page which has the view as a table these errors are thrown. Please help me to fix this.
    JBO-30003: The application pool (od.mft.views.MFTServiceLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:336)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220
    ## Detail 0 ##
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:545)
    Thanks
    Gangs

    Steve, the tester works good as expected and its retreiving the rows. As I said earlier the problem is with the JSF page when I ran the page on Embeded Oc4j of Jdev the page showing the above. The exception does not show on the console.
    Please let me know if you need any more details.
    thanks
    Gangs

  • Sftp receiver channel showing cannot connect to JCA adapter: connection timed out

    Hello all,
    my scenario is a FTP to SFTP
    i am unable to access a public SFTP server from my landscape
    1.please help what all checkpoints i need to monitor
    2. i am using a proxy  server to connect to public network , whose credentials have been maintained by me in my channel
    my adapter is showing me the following error adapter : connection timed out

    Hi Sudhant,
    The timeout issue can be because the server is not reachable or not responding.
    Please monitor the network connection and check if your request is able reach the target SFTP server.
    regards,
    Harish

  • Oracle heterogeneous connectivity for DB2

    Hi,
    We want to connect DB2 database with Oracle 8i. We have read that it is possible with Generic connectivity and Transparent gateways.
    Any one knows the differece between the two when connecting to DB2?
    Which one is simpler if we have to use dblink concept
    Thanks,
    Ajay

    Dear Ajay,
    I used heterogenous connectivity to connect to DB2 but it is very very slow. And checked about Oracle gateway to Db2 and came to know that it is also very slow. The next solution was using ODBC to db2 using Forms 6i Patch 13. The connectivity is very good otherwise u can use DB2 Information Integrator software (cost about $20-50 K). If you need any more information please let me know.

  • Just purchased an 11" Mac Book Air, and I'm using it as a desktop. Is it ok to lea the power adapter connected all the time?

    I'm using my macbook air as a desktop unit, with an auxiliary flat panel display, as well as an external storage drive and a CD/dvd drive. Is it safe to leave the power adapter connected to the computer all the time? Will the battery life get affected or shortened by being fully charged all the time?

    Apple recommends that for best battery life, you allow the battery to discharge occasionally.
    Here's a good link:
    http://www.apple.com/batteries/notebooks.html

  • Oracle 8i connectivity with DB2

    Hi,
    I want to connect to DB2 from Oracle 8i. I have read some documentation about Oracle gateways but it is not clear of how exactly we can connect to DB2.
    If any one has done this before please let me know th detail steps of how we can connect to DB2.

    For your kind information (more)
    When I used JDBC-ODBC Bridge,
    It just gave an error message : [Microsoft ODBC for Oracle]
    and
    when I tried the command at DOS prompt,
    javap oracle.jdbc.driver.OracleDriver
    it gave message ERROR: javap oracle.jdbc.driver.OracleDriver could not be found
    Please Help me
    Hara Gopal

  • What do I need to install on server BO to make a new connection to DB2 ?

    Hi experts,
    i'm on a RedHat Linux server, and the CMS DB is on Oracle, and all the universes are connected to Orale.
    Now I have to do a new universe that points to a new DB2 v9.7 data warehouse.
    1) What do I have to install on server to make my DB2 connection work?
    2) I've seen there are 2 diferent type of connection to DB2: "Client IBM DB2" and "Driver JDBC", what is the better connection?
    Best Regards
    Camillo Rospigliosi
    BO XI 3.1 SP2
    Linux RedHat 5 server
    Oracle 9 repository

    Hello,
    you have to install the DB2 Client on your BO Server. Please install the 32Bit Version ob the Client. After the Installation you have to cataloge your DB2 Database(s).
    Also you have to install the DB2 Client on your Development PC where you develope your DB2 based Universes.
    Regards
    -Seb.

Maybe you are looking for