Server log's Questions

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Server log's Questions

    Code:
    MMatchDBMgr::UpdateAccountLastLoginTime - Error converting data type numeric to int.
    Code:
    MMatchServer:nResponseSellQuestItem - find item(900) description fail.
    Code:
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    [09:03:36] Async DB Query(DeleteChar) Failed
    [09:03:36] Async DB Query(DeleteChar) Failed
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    [09:03:55] Async DB Query(DeleteChar) Failed
    Could som1 pls explain me wat these 3 logs mean? (MatchServer.exe's logs)


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Server log's Questions

    Code:
    MMatchDBMgr::UpdateAccountLastLoginTime - Error converting data type numeric to int.
    See if there is anything wrong with sp.UpdateAccountLastLoginTime or in the login.dbo table.
    Code:
    MMatchServer:nResponseSellQuestItem - find item(900) description fail.
    Something is wrong with that item go to ZitemID 900 or where ever it should be and try to find out if there is anything wrong with it.
    Code:
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    [09:03:36] Async DB Query(DeleteChar) Failed
    [09:03:36] Async DB Query(DeleteChar) Failed
    MMatchDBMgr:eleteCharacter - Invalid cursor state
    
    [09:03:55] Async DB Query(DeleteChar) Failed
    It looks like your sp.DeleteCharacter is called sp.eleteCharacter. just rename and add the D to it :D

  3. #3
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: Server log's Questions

    tee hee thanks

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Server log's Questions

    Did it help? I like to know that I helped people xD it makes me less depressed :P



Advertisement