Help Reading and resolving Stack Trace

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blaecwulf
    New Member
    • Jul 2016
    • 2

    Help Reading and resolving Stack Trace

    Brand new to this and would like some help reading a Stack Trace in events log and what the resolution should be for someone who can't login. Any suggestions or context as to what is happening below would be helpful and appreciated.

    Login failed for user 'NT AUTHORITY\SYSTE M'.
    System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection owningObject) +578
    System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection owningConnectio n) +88
    System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection outerConnection , DbConnectionFac tory
    connectionFacto ry) +6303655
    System.Data.Sql Client.SqlConne ction.Open() +258
    Xeno.Data.XData ObjectConnectio n.Open() +26
    Xeno.Data.XDbCo nnectionPool.in ternal_lock(IXD ataObjectConnec tion connection) +222
    Xeno.Data.XDbCo nnectionPool.ge tConnection() +503
    Xeno.Data.XDbCo nnectionPool.ge tConnection(Int 32 timeOut) +69
    Xeno.Data.XData QueryIsolated.e xecute(String statement) +74
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    The user 'NT AUTHORITY\SYSTE M' is not able to logon to your database

    Comment

    Working...