Ed Leafe wrote: > On Jun 13, 2007, at 3:52 PM, Bill Witherspoon wrote: > >> Tried both. The output of code is: >> >> con = _mssql.connect(dbhost, dbuser, dbpasswd) >> error: SQL Server message 18456, severity 14, state 1, line 1: >> Login failed for user 'billw'. >> DB-Lib error message 10003, severity 2: >> Login incorrect. >> >> I see a very similar error message in the SqlServer logs (which I log >> into with the same user/pass that's failing above) noting that the >> request is coming from my IP and that the login failed for user >> 'billw'. > > OK, so the evidence is that you are reaching the server, but it is > actively rejecting the login. I'm assuming that the password that you > used for 'billw' is the one that you could log onto the server > machine with, correct? >
Yes! ;-) I was able to attain the connection by setting up an ODBC login that uses Windows authentication as well. Thanks, Bill. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
