Donate Share

jTDS - SQL Server and Sybase JDBC driver

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

JTDS Connection error

You are viewing a single message from this topic. View all messages.

  1. 2009-07-08 16:23:34 UTC
    jTDS will only attempt to use Windows authentication if you include the 'domain' parameter in your connection string: otherwise it uses SQL Server authentication. Is it possible that the user name you are getting from the call to 'localConf.getDbUserName()' includes a domain? For example, if the string returned is really "DOMAIN\USER" then the server is attempting to authenticate with a SQL Server user with that exact name.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.