SQL Server 2005 Help

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

  1. #1

    Default SQL Server 2005 Help

    I have only used access in the past and am brand new to sql server 2005.

    I installed sql server 2005 (developer edition) on my computer and used the
    access wizard to create a sql compliant db. I then tried to connect to db
    through CF administrator. I got this error. Any suggestions would be helpful. I
    enabled tcp/ip connection in the configuration manager, that is the only change
    I have made.

    This is the error the cf administrator gives me when i verify connection:

    Connection verification failed for data source: listings2
    java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Could not establish
    a connection using integrated security: No LoginModules configured for
    JDBC_DRIVER_01
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Could not establish a connection using integrated security: No
    LoginModules configured for JDBC_DRIVER_01

    Any advice would be greatly appreciated.




    Johnny Derk Guest

  2. Similar Questions and Discussions

    1. SQL Server 2005 Endpoints
      Hello, I am trying to fetch data from SQL Server 2005, bypassing IIS. SQL 2005 Endpoints require a username and password and don't support...
    2. ASP Server controls in VS.NET 2005
      Hello! There is posibility to create server controls using form designer in VS 2005. Is posible to compile server control that was developed by...
    3. Virtual Server 2005
      I have seen this product advertised on the msdn download site. I run windows server 2003 with 1 web service and 1 web site. I don't really...
    4. MS SQL Server 2005 Support?
      Does anyone know when Macromedia will be officially supporting MS SQL Server 2005 in ColdFusion? We have been able to get it to work with the...
    5. OT - SQL Server 2005 Express
      http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1082707,00.html Seems it will be a large step above Access despite some similar...
  3. #2

    Default Re: SQL Server 2005 Help

    JDBC/ODBC connections normally require mixed security; apparently you've
    installed the instance with integrated security only. Also, I don't know that
    SQL2K5 is yet certified for use with CF.

    There are a couple of threads here about using 2K5; poke around a bit.

    Good luck,

    philh 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