CF 7 and MS SQL 2005 Datasource Problems

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

  1. #1

    Default CF 7 and MS SQL 2005 Datasource Problems

    Anyone having trouble connecting to a MS-SQL2005 dB from CF7? I'm running
    these apps on a Windows XP machine.

    I've installed the new JDBC driver from MM but still get the following error:

    Connection verification failed for data source: CF_Other
    java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
    socket to host and port: ORVAL:1433. Reason: Connection refused: connect
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket to host and port: ORVAL:1433. Reason:
    Connection refused: connect

    I've tried using "SQL Server" data type through CF Admin as well as "Other"
    data type, specifying a JDBC URL of:

    jdbc:macromedia:sqlserver://ORVAL:1433;databaseName=ColdFusion;
    SelectMethod=direct;sendStringParametersAsUnicode= false;
    MaxPooledStatements=0;AuthenticationMethod=Type2;

    Driver Class: macromedia.jdbc.MacromediaDriver

    Is this just a problem becasue MS-SQL2005 is still in beta?

    Any help is appreciated. Thanks,

    -Alexam


    alexam Guest

  2. Similar Questions and Discussions

    1. DB2 Datasource Connection problems
      I have been using DB2 for a number of years by installing the DB2 v7 client on the CF server, and creating a datasource via an ODBC socket. This...
    2. Sql 2005 Express connection problems
      hi, I just installed Sql Server 2005 express edition on my Win XP, and i am unable until this moment to add a database from it as a datasource on...
    3. Datasource Problems - Can't Set Up Connection to SQLServer
      Greetings: windows xp home edition coldfusion mx 7 - development version sql server 2000 - development version I am trying to establish a...
    4. SQLExpess 2005 / ROWGuid Problems
      I'm getting a very frustrating error in ColdFusion about a byteArray to string when trying to simply output a ROWGuid value Used to work fine now I...
    5. Cache DataGrid Datasource, Add/Delete rows and rebind problems
      Hi all, Is there any way to cache the Datasource of datagrid and allow to add/delete row in cache, then rebind the datagrid from cached...
  3. #2

    Default Re: CF 7 and MS SQL 2005 Datasource Problems

    I'm not sure that your problem has to do with the fact that the database is still in beta. One thing you might try is using the ip address in stead of ORVAL.

    HTH

    Ted Zimmerman
    tzimmerman Guest

  4. #3

    Default Re: CF 7 and MS SQL 2005 Datasource Problems

    I have the same trouble. But I am working with SQL Server 2000.
    Any advices?
    IZEARTS Guest

  5. #4

    Default Re: CF 7 and MS SQL 2005 Datasource Problems

    Did you in the Coldfusion Administrator enter the correct username/password
    combination for the database? e.g. username="sa"(database admin)
    BKBK Guest

  6. #5

    Default Re: CF 7 and MS SQL 2005 Datasource Problems

    Sorry if I'm a little late here...
    Make sure the Windows' Firewall (or any firewalling software for that matter) is not blocking the connection.
    sws 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