Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default AS400 access issue

    We rebuilt our development CF system (now based on Win2003) after a drive
    crash, and we are using the JT400.jar JDBC driver to connect to as AS400. This
    mirrors our production configuration (running Win2000), except I cannot get the
    JDBC connection established. I get the following message:

    Connection verification failed for data source: AS400CF
    []java.sql.SQLException: No suitable driver available for AS400CF, please
    check the driver setting in resources file, error:
    com.ibm.as400.access.AS400JDBCDriver
    The root cause was that: java.sql.SQLException: No suitable driver available
    for AS400CF, please check the driver setting in resources file, error:
    com.ibm.as400.access.AS400JDBCDriver

    I have verified the Java and JVM Class Path entry includes the JT400.jar file
    location, and the JDBC configuration contains the exact same URL and Class
    values.

    The JT400.jar file is the exact same as on our production system, they both
    point to the same AS400, there is no firewall between systems, both development
    and production CF versions are the same (6,1,0,63958) and the same JRE info.
    In short, I canot find anything different to cause the error.

    Does anyone have any idea where I go for clues?

    Thanks in advance,

    Ken

    kfoss Guest

  2. Similar Questions and Discussions

    1. web service access issue
      Hello, I have developed some webservices, that I tested with localhost through a client in C#. It worked fine, but I move the services to a...
    2. access database issue
      after upgrading to CF7 from cfmx one of my datasources (to an access database) will no longer verify. the error that is thrown is as follows: ...
    3. ASP.NET Access Update Issue
      I have an ASP.NET application that is running using Access. It works fine on my desk top. When I move it to another computer it will run fine with...
    4. Access Level Issue
      I've created a login page which checks the user's access level against an Access databse. Works fine for level members 2 and 3. - 1 and 4 get...
    5. SQL Access issue
      In my app I am uploading a text file to the IIS server. I then use a stored procedure on the SQL server to import the text file into SQL. IIS and...
  3. #2

    Default Re: AS400 access issue

    I'm not using AS400 so this is just a shot in the dark, but did you verify that
    there is only one version of the class/jar in the jvm class path? I've received
    that type of error for other databases when there were multiple versions of a
    driver jar in the class path.

    You might also want to check google groups to see if any of these posts
    pertain to your problem:

    [url]http://groups.google.com/groups?hl=en&lr=&q=No+suitable+driver+available+fo r+AS4[/url]
    00&qt_s=Search

    mxstu Guest

  4. #3

    Default Re: AS400 access issue

    I replaced the jt400.jar file directly from the production CF server, and
    everything works fine now. Something must have been corrupt in the original
    file (although it had the same last modified date/time and size).

    kfoss Guest

  5. #4

    Default Re: AS400 access issue

    I am having the same problem in my cf server that is running on fedura linux.
    i have the jt400.jar classpath in the linux's bash_profile

    but still i get the error

    Connection verification failed for data source: demo22
    java.sql.SQLException: No suitable driver available for demo22, please check
    the driver setting in resources file, error: null
    The root cause was that: java.sql.SQLException: No suitable driver available
    for demo22, please check the driver setting in resources file, error: null

    thanks in advence

    senthil

    senthilarjun 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