SQL Server 2008 - CItrix environment

  • 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.

  • 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

  • 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 .

  • Hi

    Shuresh

    Actualy I never worked in critix inv. so wait for experts comments.

    Ali
    MCTS SQL Server2k8

  • 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.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Any one have faced the same issue ?

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply