IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  JDBC adapter connection to Progress database

    Posted 10/06/05 09:41 PM

    Has anyone successfully configured a JDBC Adapter connection to a Progress database? I have installed the Progress JDBC driver and can connect to the database, execute a select statement and close the connection using services in the WmDB package (pub.db:connect, pub.db:execSQL and pub.db:close). What I’d like to do, if it’s possible, is to set up a connection using the wM JDBC adapter package, but I’m not sure what the settings should be, especially the DataSource class. I’m using IS 6.1_SP1 with the JDBC Adapter 6.0.3. The Progress database is version 9.1E. Thanks,

    Tim


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: JDBC adapter connection to Progress database

    Posted 10/06/05 10:00 PM

    I got it! I peeked at the classes in the jar file and found com.progress.sql.jdbcx.datasource.JdbcProgressDataSource and it worked. Thanks,

    Tim


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: JDBC adapter connection to Progress database

    Posted 02/26/09 02:32 PM

    When you move up to Progress 10, you need to use class “com.ddtek.jdbcx.openedge.OpenEdgeDataSource” with the JDBC adapter. Works :slight_smile:

    Chris


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: JDBC adapter connection to Progress database

    Posted 06/24/11 02:26 AM

    Hi Tim,

    Can you please advise what all jars files have you loaded to make it work with Progress 9.
    I am using the same driver but the below error persist.

    zzTest.jdbcConn:ProgressConn: after 1 attempt(s). null


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: JDBC adapter connection to Progress database

    Posted 06/25/11 12:05 PM

    Hi Sunkari,
    jdbc.jar or openedge.jar can be used to connect to Progress database… I haven’t worked on this. Below link has some information that might be useful for you…

    [URL]http://www.progresstalk.com/showthread.php?109511-JDBC-Connection[/URL]

    HTH
    Senthil


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 6.  RE: JDBC adapter connection to Progress database

    Posted 06/27/11 12:46 AM

    Hi Senthil,

    Thanks for the information.
    I am using the above jar and able to connect via wMDB adapter but using JDBC adapter which i am having issue.
    I used
    com.progress.sql.jdbcx.datasource.JdbcProgressDataSource driver
    still not able to connect.

    Regards,
    Srini.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 7.  RE: JDBC adapter connection to Progress database

    Posted 06/27/11 03:43 AM

    Hi Srini,
    Were you able to find that class file when you extract the jdbc jar in the same path ?

    If you can find, keep the file under IntegrationServer/lib/jars and restart the server once…

    If you cannot find, then you will have to look for a different class file that can be used to connect…

    Regards
    Senthil


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: JDBC adapter connection to Progress database

    Posted 06/27/11 05:02 AM

    Hi Senthil,

    I can find the classes in jdbc.jar and i already did the same as mentioned by you,still it doesnt work.

    Regards,
    Srini.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards