Hello - I want to roll out a content management front-end application that talks through an ODBC DSN, across TCP/IP, to a SQL Server database, but some of my users have dial-up internet connections.
Over a leased line, the system works fine, but when we try to connect over a modem we get ODBC connection errors like "...cannot generate SSPI context" or login failures. The login failures look like the client's at least knocking on SQL Server's door, but that SQL Server doesn't recognise the user's login or password.
Is it technically possible to make a DSN that talks to a SQL Server DB through a dial-up connection? Hint: if it's impossible, I get shot in the legs
Many thanks for any help...
Dave Pape
Over a leased line, the system works fine, but when we try to connect over a modem we get ODBC connection errors like "...cannot generate SSPI context" or login failures. The login failures look like the client's at least knocking on SQL Server's door, but that SQL Server doesn't recognise the user's login or password.
Is it technically possible to make a DSN that talks to a SQL Server DB through a dial-up connection? Hint: if it's impossible, I get shot in the legs
Many thanks for any help...
Dave Pape