Installing DB2 JDBC Driver on CFMX 6.1 Standard

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Installing DB2 JDBC Driver on CFMX 6.1 Standard

    I want to connect to a DB2 database that resides on an AS400. I've seen
    several articles on how to build a connection string but nothing on where to
    get these additional drivers and how to install .jar files on the CFMX server.
    I downloaded a 15 day trial for Data Direct JDBC Connector which does contain a
    driver called db2.jar, but I believe the key to unlock costs hundreds of $,
    maybe even as much as CFMX!!! I was under the impression that CFMX had optional
    drivers available from Macromedia, but I can't find any on the Macromedia site.
    Does anyone have any ideas/advice on how I can get this done without spending
    an arm and a leg? All I want is to do is connect to (1) database. Please
    Help!!!!

    Thanks,

    Chuck

    chuckjody Guest

  2. Similar Questions and Discussions

    1. Oracle JDBC driver and CF MX 7 Standard edition
      hi, guys. is it possible to use Oracle JDBC driver with CF MX 7 Standard edition? all our CF servers are Enterprise edition so we never ran into...
    2. Oracle JDBC driver and CF Standard edition
      hi, guys. is it possible to use JDBC driver for Oracle with CF MX 7 Standard edition? all our CF servers are Enterprise edition and we've been...
    3. Installing JDBC MySQL driver
      I reformated my hard drive and reinstalled Coldfusion and MySQL. It seems I have no JDBC drivers. How do I install one? I saw an article that showed...
    4. Installing CFMX 7 Standard Ed in a RedHat ES 3
      We just bought CFMX 7 standard edition, and we are planning the installation of it into a RedHat ES 3. We have read the "Installing and Using CFMX"...
    5. JDBC driver problem w/ CFMX 7
      I have copied the .jar file to the web-inf/lib directory, and added the class path as:...
  3. #2

    Default Re: Installing DB2 JDBC Driver on CFMX 6.1 Standard

    chuckjody wrote:
    I was under the impression that CFMX had optional
    > drivers available from Macromedia, but I can't find any on the Macromedia site.
    > Does anyone have any ideas/advice on how I can get this done without spending
    > an arm and a leg? All I want is to do is connect to (1) database. Please
    > Help!!!!
    DB2 JDBC drivers are supplied with CFMX Enterprise Edition only.

    See:

    CFMX 6.1
    [url]http://www.macromedia.com/software/coldfusionmx61/whitepapers/pdf/6_1/cfmx61_feature_comparison_matrix.pdf[/url]

    CFMX 7 (somewhat ambiguous, 'Enterprise DBs' includes DB2)
    [url]http://www.macromedia.com/software/coldfusion/productinfo/product_editions/fp_frameset.html[/url]

    DB2 is considered Enterprise class software. Most things Enterprise are
    not free or inexpensive.


    --
    Steven Erat
    Senior Server Support Engineer
    Advanced Certified ColdFusion Developer
    Red Hat Linux Certified Technician
    Macromedia
    Steven Erat Guest

  4. #3

    Default Re: Installing DB2 JDBC Driver on CFMX 6.1 Standard

    We are using the jt400.jar. It has been awhile since our connection problems
    were worked out. I think it was part of the Client Access package or we got it
    from IBM's site. We are using MX6.1 Standard, Apache, & Red Hat on our
    server. In the CF administrator JAVA and JVM page: The class path should be
    something like: /opt/coldfusionmx/runtime/jre/lib/jt400.jar, Then to set up
    a datasource use the OTHER option. Set the JDBC URL to:
    jdbc:as400://yourserver.yourdomain.com/youras400lib Set the Driver Class to:
    com.ibm.as400.access.AS400JDBCDriver The Driver Name is blank, then an AS400
    login and password. I'm not the server administrator, just a CF developer who
    helped research a solution. Good Luck KLH

    KLH Guest

  5. #4

    Default Re: Installing DB2 JDBC Driver on CFMX 6.1 Standard

    Thanks very much KLH.
    I'll give it a try
    -CJ
    chuckjody Guest

  6. #5

    Default Re: Installing DB2 JDBC Driver on CFMX 6.1 Standard

    Found this googling jt400.jar

    [url]http://www.sys-con.com/coldfusion/article.cfm?id=687&count=5108&tot=3&pa ge=2[/url]

    Much more informative.

    KLH
    KLH Guest

  7. #6

    Default Re: Installing DB2 JDBC Driver on CFMX 6.1 Standard

    Awesome!
    Thanks so much!
    -Chuck
    chuckjody Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139