Cannot Connect SQL 2000 Database to Cold Fusion

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

  1. #1

    Default Cannot Connect SQL 2000 Database to Cold Fusion

    Hello
    I have a problem connecting my SQL2000 Server Database to my Macromedia
    ColdFusion MX in the ColdFusion MX Administrator section: Data & Services >
    Data Sources
    In the server data field I tried both: 127.0.0.1 and the Server Name
    I always receive the following error message:

    Connection verification failed for data source: personals
    []java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login
    failed for user '(null)'. Reason: Not associated with a trusted SQL Server
    connection.
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][SQLServer]Login failed for user '(null)'. Reason: Not associated with a
    trusted SQL Server connection

    I have checked
    - TCP/IP Protocol is enbaled
    - the test database has the appropriate rights (I use Windows Authentification)

    CondFusionMX and SQL2000 Server are running on the same local computers

    I'd like to mention that I use:
    - Windows 2000 Prefession OS
    - Macromedia Cold Fusion MX
    - Microsoft SQL Server2000 + SP3

    Can anyone tell me what else I could try or tell me where the problem lies.

    Thank You.:confused;

    Taxido_Mask Guest

  2. Similar Questions and Discussions

    1. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    2. How to connect to MySql from Cold Fusion
      If I install Mysql either from their web site or by using WAMP. How do I connect to a MySQL database from the Cold Fusion Administrator? I am...
    3. Using Cold Fusion
      I've installed Colfusion MX 7 on my PC, as a "standalone" program, using the cf server. Where do I go to actually write CF websites, and what...
    4. Cannot connect SQL2000 Server Database to Cold Fusion
      Hello I have a problem connecting my SQL2000 Server Database to my Macromedia ColdFusion MX in the ColdFusion MX Administrator section: Data &...
    5. Cold Fusion MX on Apache 2.0.53 and Windows 2000 Server
      Hello, When I installed Cold Fusion MX over 2 years ago on Apache 2.0.39, it had issues and took lots of work to get going... but then when we...
  3. #2

    Default Re: Cannot Connect SQL 2000 Database to Cold Fusion

    I'm prob way off the ball, but it looks like you jsut have the wrong username
    for your DSN. localhost or 127.0.0.1 shoud work fine granted it is on the same
    box as CF. If you use Windows authentication on it than try using the
    administrator account on that PC. I'm a n00b so ignore me if this is just
    completely ignorant ;)

    mkauspe 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