Connect problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lopina

    Connect problem

    Can somebody help me!!!




    =============== =============== ===

    Cannot connect to IVICA-\SQLEXPRESS.

    =============== =============== =====

    Login failed for user 'IVICA-\Ivica'. (.Net SqlClient Data Provider)

    ------------------------------
    For help, click:


    ------------------------------
    Server Name: IVICA-\SQLEXPRESS
    Error Number: 18456
    Severity: 14
    State: 1
    Line Number: 65536


    ------------------------------
    Program Location:

    at System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
    exception, Boolean breakConnection )
    at
    System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
    stateObj)
    at System.Data.Sql Client.TdsParse r.Run(RunBehavi or runBehavior,
    SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleR esultSet
    bulkCopyHandler , TdsParserStateO bject stateObj)
    at System.Data.Sql Client.SqlInter nalConnectionTd s.CompleteLogin (Boolean
    enlistOK)
    at
    System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
    owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
    Boolean redirectedUserI nstance)


  • Erland Sommarskog

    #2
    Re: Connect problem

    lopina (ivica.lopar@em ail.t-com.hr) writes:
    Can somebody help me!!!
    Not sure if I can help, since I don't what you are doing, and how
    you have set up your server.
    >============== =============== ====
    >
    Cannot connect to IVICA-\SQLEXPRESS.
    >
    >============== =============== ======
    >
    Login failed for user 'IVICA-\Ivica'. (.Net SqlClient Data Provider)
    Have you added IVICA-\Ivica as login to your instance?

    And you did specify Windows Authentication when you tried to connect,
    didn't you?

    I assume that you tried to connect throuh Management Studio?


    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server 2005 at

    Books Online for SQL Server 2000 at

    Comment

    Working...