Hi,
I have a .Net app, written in VS2008 that connects to a SQL 2005 back end, on Win 7.
Everything works fine on XP.
However, on Win 7, unless the user is in an Admin AD Group, the connection fails with the error message:
The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes provider, error 40 - Could not open a connection to SQL Server)
I've read through countless other posts that suggest checking that TCP/IP etc is enabled, which it is, and if it wasn't then why would the user connect OK when he is put into an AD Group with more permissions?!
Anyone got any ideas?
Apologies if this is the wrong forum.
I have a .Net app, written in VS2008 that connects to a SQL 2005 back end, on Win 7.
Everything works fine on XP.
However, on Win 7, unless the user is in an Admin AD Group, the connection fails with the error message:
The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes provider, error 40 - Could not open a connection to SQL Server)
I've read through countless other posts that suggest checking that TCP/IP etc is enabled, which it is, and if it wasn't then why would the user connect OK when he is put into an AD Group with more permissions?!
Anyone got any ideas?
Apologies if this is the wrong forum.