Page 1 of 1

Old Application

Posted: Thu 21 Jun 2012 13:39
by GNiessen
We have an old application that is still used that appears to be developed with the connection Options.Provider = prSQL. It is a Windows Form application and is trying to use windows authentication. It runs fine on most machines, but now is not working on a newer Win 2008 R2 server. The Native Client is installed on that system.

But we are getting a error connecting: Login failed for user ''. The user is not associated with a trusted SQL Server connection.

Due to some missing components, we cannot recompile the application with more debug or different connection options. What drivers is it needing? Or is there something else we need to do to get it to Trust the connection? The user has Administrator rights.

Re: Old Application

Posted: Thu 23 Aug 2012 09:34
by AndreyZ
You can get more information about the "Login failed for user ''. The user is not associated with a trusted SQL Server connection." error and the ways to avoid it here: http://blogs.msdn.com/b/sql_protocols/a ... ction.aspx