Connection via ODBC to SQL Server failing -
Connection via ODBC to SQL Server failing -
i have unusual issue. can connect 1 terminal server sql server admin. can connect server via straight sql connection normal user. when seek , log on server using odbc receive next error.
07/08/2011 10:49:14,logon,unknown,login failed user ''. reason: effort login using sql authentication failed. server configured windows authentication only. [client: 10.0.0.25] 07/08/2011 10:49:14,logon,unknown,error: 18456 severity: 14 state: 58.
the sql server in mixed mode , user set in connection. must permissions issue.
probably user tries login not have permission database he/she trying connect.
go sql server > security > select user - right click > properties > user mapping , there select database user needs access (check box in map column)
i'm pretty sure error had happened me before that's how fixed it. assuming true server setup mixed mode already.
sql odbc database-connection
Comments
Post a Comment