|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, September 17, 2012 3:36 AM
Points: 32,
Visits: 346
|
|
I am able to connect the sql 2008 remotely through Windows login. But i am not able to log on through SQL logins. I am connecting via SQL 2008 client tool on a citrix enviornment . The Remote Server also in Citrix environment only.
It is in Mixed authentication only. Even for 'sa' i am not able to do. The below error occurs
Message Error: 18456, Severity: 14, State: 7.
Login failed for user 'sa'. Reason: An error occurred while evaluating the password
Note: Locally 'sa' is able to connect to SQL 2008.
Anyone can tell if there a solution.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, October 25, 2012 2:19 AM
Points: 394,
Visits: 869
|
|
Hi Suresh look the following
State Description 2 User ID is not valid. 5 User ID is not valid. 6 An attempt was made to use a Windows login name with SQL Server Authentication. 7 Login is disabled, and the password is incorrect. 8 The password is incorrect. 9 Password is not valid. 11 Login is valid, but server access failed. 12 Login is valid login, but server access failed. 18 Password must be changed.
Ali MCTS SQL Server2k8
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, September 17, 2012 3:36 AM
Points: 32,
Visits: 346
|
|
Hi
Thanks for responding. The login is not disabled and password is correct one. It works on local machine. Issue is while connecting from SQL 2008 client and Client tools installed on Citrix environment. Whether to know it is issue from sql side or citrix environment .
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, October 25, 2012 2:19 AM
Points: 394,
Visits: 869
|
|
Hi Shuresh Actualy I never worked in critix inv. so wait for experts comments.
Ali MCTS SQL Server2k8
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:32 PM
Points: 32,906,
Visits: 26,792
|
|
We ran into this... I don't know what the actual fix was because the boys in OPs took care of it but it had to do with the "number of hops". That's how they found the fix for it... the Googled those words.
Sorry I don't know what the actual fix was but I thought I'd give you a leg up on what to look for.
--Jeff Moden "RBAR is pronounced "ree-bar" and is a "Modenism" for "Row-By-Agonizing-Row".
First step towards the paradigm shift of writing Set Based code: Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, September 17, 2012 3:36 AM
Points: 32,
Visits: 346
|
|
| Any one have faced the same issue ?
|
|
|
|