SQL Server JDBC Driver / Validation Failure

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

  1. #1

    Default SQL Server JDBC Driver / Validation Failure

    Hmmm... I posted earlier today, but the message naver made it to the forums.
    I'll try again

    We have been trying to install an app (prototype designed at another facility)
    onto a test server environment in our data center. The equipment consists of
    the following:
    - Windows 2003 Server / IIS 6.0 / ColdFusion MX7 (with all current patches
    upgrades and service packs).
    - SAN running Win 2003 / MS SQL Server 2000 (again, all current)

    I did a fresh install of IIS and CF on the app server, and have the dubious
    honor of being the first app on this server. I have had a heck of a time
    getting everything configured on this so the servers talk to each other, but
    they do. There are many .NET projects accessing the SAN, and the SQL Server is
    solid. The prototype db was backed up/restored/verified on the SAN.

    And yet we cannot connect to the database using the SQL JDBC driver or even
    the ODBC driver. This is the error from the page:

    Error Executing Database Query.

    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Cannot open database
    requested in login 'Polaris'. Login fails.

    In the CF Admin, we get a "connection verification failure" message, and
    though the ODBC driver thinks it's connecting, a trip to the site using ODBC
    fails as well (same message).

    Permissions are correct. Mixed authentication is on (I know because I tried to
    login to the db using the windows UID and it failed). I've been fighting this
    for far too long. Any ideas?

    ANYONE?

    Dave Newton
    NASA - Marshall Space Flight Center

    DaNewt Guest

  2. Similar Questions and Discussions

    1. DataDirect 3.5 JDBC Driver / Problem with CFQUERYPARAMand SQL Server
      Is anyone else experiencing this? I just reported it as a bug, but want to be sure that I'm not the only one, and that it doesn't disappear into the...
    2. Failure MySQL JDBC driver 3.1 or 3.2
      I want to use MySQL 5 with ColdFusion MX 7 standard. I tried the JDBC Connector 3.1 and 3.2. Adding a new DSN works fine in administratrion, but if...
    3. SQL Server JDBC Driver Encryption
      Hi, does anyone know if its possible to encrypt a SQL server jdbc driver datasource? I know it is with ODBC but CF seems to have no options...
    4. SQL Server 2000 JDBC driver??
      I know that Microsoft offers a JDBC driver for SQL Server 2000, but its a EXE file. I'm also under the impression that the actual jar file needs...
    5. DB2 JDBC Driver
      What should I use for the DB2 JDBC driver form JDBC SPs? I'm using "DriverManager.getConnection("jdbc:default:connection");" at the moment. Is...
  3. #2

    Default Re: SQL Server JDBC Driver / Validation Failure

    Just wanted to post the solution to this in case someone else has this kind of
    problem.

    It was in fact a SQL permission problem - the database had been restored and
    the SQL user that had been added for CF to talk to the database was no longer
    there after the restore.

    Dave-

    DaNewt 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