Create DSN in admin tool using domain account

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Create DSN in admin tool using domain account

    Hi. We're moving away from SQL authentication and using domain accounts for SQL
    Server authentication. How does one create a data source in the admin site to
    use a domain account? Is this possible? We're using ColdFusion 6.1. Thanks.

    curious_Lee Guest

  2. Similar Questions and Discussions

    1. Can't print to PDF unless domain admin
      I'm using Adobe Acrobat 6.0.1 and am unable to print to Adobe PDF. I get an error message of "There was an error found when printing the document...
    2. Flash in XP Admin Account not Limited Account
      I am running Windows XP Pro & IE 7. I have set up 2 accounts: An Administrator Account and a Limited Account for the family. Flash works when...
    3. Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
      Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another...
    4. No Computer Account in Domain...
      On 6/7/04 2:51 PM, in article 04B7B27E-F94F-4638-93B4-B3C956F980EA@microsoft.com, "SPeralta" <anonymous@discussions.microsoft.com> wrote: I've...
    5. Create additional local admin user account via script
      You may try this, we've used it often in different environments: @echo creating user DB2ADMIN net user DB2ADMIN YOURPW /add net localgroup...
  3. #2

    Default Re: Create DSN in admin tool using domain account

    Have you tried using the standard Windows formatting?

    DomainName\UserID
    Password
    Wesociety Guest

  4. #3

    Default Re: Create DSN in admin tool using domain account

    We've tried that and get the following error,

    Connection verification failed for data source: myDataSource
    []java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login
    failed for user 'MYDOMAIN\domainAccount'.
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][SQLServer]Login failed for user 'MYDOMAIN\domainAccount'.

    The account exists on the SQL Server 2005 database and has read/write
    privileges.

    curious_Lee 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