Please help...Not able to connect SQL server.

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

  1. #1

    Default Please help...Not able to connect SQL server.

    Hello All,

    I need your help.
    I am getting the following error when ever I am trying to create a DSN on CF
    administrator to connect SQL server database.

    Floowing error is displayed:
    Connection verification failed for data source: cf_var
    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

    jjonney Guest

  2. Similar Questions and Discussions

    1. I have a flash movie running a http server but it needsto connect to another server in https.
      I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in...
    2. I have a flash movie running a http server but it needsto connect to another server in https
      I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in...
    3. could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
      I am trying to send an email message from sql server using the JMail component from dimac.net. I was able to use the stored procudure sp_send_mail...
    4. Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
      The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on...
    5. Web Server Connect
      I am running Filemaker 6 Unlimited on three machines with the Web Server Connect program supplied with this version of Filemaker. Web Server...
  3. #2

    Default Re: Please help...Not able to connect SQL server.

    Looks like the SQL server is set for windows authentication only
    right click on the server go to security and you can change it there
    SQLMenace Guest

  4. #3

    Default Re: Please help...Not able to connect SQL server.

    I have selected SQL server and Windows authentication radio button.Still it isn't working for me.
    jjonney Guest

  5. #4

    Default Re: Please help...Not able to connect SQL server.

    what about your connection string? it looks like you are trying to connect by
    using Windows Authentication (Could not establish a connection using integrated
    security:)
    Can the CF machine see the SQL server is it on the same domain and if not is
    there a thrust between the 2 domains?

    SQLMenace Guest

  6. #5

    Default Re: Please help...Not able to connect SQL server.

    Everything is local on my machine.I am not familiar with connection string ,Do
    I have to specify anything there.
    You said:
    it looks like you are trying to connect by using Windows Authentication (Could
    not establish a connection using integrated security
    Please let me know what this means and what is the solution to it.

    jjonney Guest

  7. #6

    Default Re: Please help...Not able to connect SQL server.

    You probably are best off using the 3.5 drivers on the /support site which have
    the DDJDBCAuth03.DLL.

    [url]http://www.macromedia.com/go/42dcb10a[/url]

    Then you need to add "AuthenticationMethod=Type2" to the URL.

    As you'll read in the technote, the MS SQL Server datasource type has a bug in
    that it doesn't use the "Connect String" arguments (where you'd normally put
    "AuthenticationMethod=").

    The technote shows the workaround using the "Other" datasource.

    Stephen Dupre
    Adobe Systems, Inc.

    sdupre Guest

  8. #7

    Default Re: Please help...Not able to connect SQL server.

    You did not read SQLMenace's reply correctly

    At the moment you only have windows authentication
    You need to also have sql authentication, so you can create a login and use
    that to access the database.

    Ken

    The ScareCrow Guest

  9. #8

    Default Re: Please help...Not able to connect SQL server.

    All,

    Thanks .I was able to resolve the issue .I had uninstall and reinstall SQL server again having username sa and no password.
    jjonney Guest

  10. #9

    Default Re: Please help...Not able to connect SQL server.

    You have now told the world that you have an unsecure sql server.

    I would adivse that you set a password for the sa user as soon as possible.

    Ken
    The ScareCrow 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