ascent-logonserver.exe   sql query error ... plz help menu

User Tag List

Results 1 to 11 of 11
  1. #1
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ascent-logonserver.exe sql query error ... plz help

    After my ascent-logonserver.exe loads in it i get this error that keeps repeating ... plz help. Below is the error

    Sql query failed due to [Unknow column ,encrypted_password' in 'field list'], Query: [SELECT acct, login, password, encryted_password, gm, flags, banned, forceLanguage, muted FROM accounts]



    Fixed ........ i redid my own compiles made them work =) all good now ..... figured it out myself
    Last edited by BillyBob31; 03-10-2008 at 05:15 PM.

    ascent-logonserver.exe   sql query error ... plz help
  2. #2
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your accounts database is outdated.

  3. #3
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wareagle920 View Post
    Your accounts database is outdated.
    i just ran the new compile .. and implamented it and this is what happened ... =/ doh ..... hmmm

    Yeah well ok i went back to my ascent rev core 4111 cause the newest core 4157 is the 1 that i compiled and has that problem and that 1 guy that made 4157 compile like over 50 all day alone and kept messing up .. so ill wait till tomorrow and compile a new 1 that comes out past 4157 ... so ill make a new compile when i see a newer 1 from someone else other then that 1 guy that made 4157 =) so ill compile more tomorrow =)
    Last edited by BillyBob31; 03-09-2008 at 11:12 PM.

  4. #4
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What DB are you using?
    Last edited by Lich King; 03-09-2008 at 11:34 PM.

  5. #5
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^^^^^ clueless...
    NCDB doesnt do accounts db

  6. #6
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you forgot to run the latest logon updates:

    Code:
    alter table accounts add column encrypted_password VARCHAR(42) NOT NULL DEFAULT '' AFTER Password;
    Code:
    update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));
    always check ascentsvn:
    http://mmoforge.org/svn/ascent/trunk/sql/
    login: anonymous
    no password
    for the latest updates if you compile latest core revs

    grtz

  7. #7
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by latruwski View Post
    you forgot to run the latest logon updates:

    Code:
    alter table accounts add column encrypted_password VARCHAR(42) NOT NULL DEFAULT '' AFTER Password;
    Code:
    update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));
    always check ascentsvn:
    http://mmoforge.org/svn/ascent/trunk/sql/
    login: anonymous
    no password
    for the latest updates if you compile latest core revs

    grtz


    Is the svn at this

    http://mmoforge.org/svn/ascent/trunk/sql/

    ascent rev cores also for compiling?
    cause they have the same number just not as many as the ascent rev cores i get at .... are they the same if not why can i get the same at both but the sql 1 is not as many ....?

    http://mmoforge.org/svn/ascent

  8. #8
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BillyBob31 View Post
    Is the svn at this

    http://mmoforge.org/svn/ascent/trunk/sql/

    ascent rev cores also for compiling?
    cause they have the same number just not as many as the ascent rev cores i get at .... are they the same if not why can i get the same at both but the sql 1 is not as many ....?

    http://mmoforge.org/svn/ascent
    to fix your error just run the updates i posted above... in the ascent SVN ofcourse there are more updates (sql) then core revs...you have to run all updates till you reach the rev number you use or till you reach the rev number that is closest to it but smaller number If the updates give an error, dont mind... just continue... if it gives an error it probably means your DB has the update already applied...grtz

  9. #9
    leptoon's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update your SQL database or update your Ascent compile.

    It is wise to compile your own Ascent and use the latest NCDB. If you need help still, you can add me to MSN.

    [email protected]

    I'll be glad to help.

  10. #10
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You guys say to update me stuff when i run the newest ascent rev core and ncdb when i see them in svn i compile and run them so what else should i update .... i also think its that kids ascent rev core ... cause i went back to my 4111 and it works great the new 1 by him 4157 is the 1 that gave that error

  11. #11
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BillyBob31 View Post
    You guys say to update me stuff when i run the newest ascent rev core and ncdb when i see them in svn i compile and run them so what else should i update .... i also think its that kids ascent rev core ... cause i went back to my 4111 and it works great the new 1 by him 4157 is the 1 that gave that error
    again for this error:
    Sql query failed due to [Unknow column ,encrypted_password' in 'field list'], Query: [SELECT acct, login, password, encryted_password, gm, flags, banned, forceLanguage, muted FROM accounts]
    run these queries on your logonDB:
    Code:
    alter table accounts add column encrypted_password VARCHAR(42) NOT NULL DEFAULT '' AFTER Password;
    Code:
    update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));
    why you still need updates if you have latest stuff? simply becuz NCDB does NOT make the structure... and they do NOT make the logonDB...i told you where you can find the updates... you need to run the updates from all the revs below the one you use.... (the 2 i posted between code tags will fix the error you posted!)

    grtz

Similar Threads

  1. Arcemu-world Error plz help
    By nicktuck6 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 04-10-2009, 06:13 PM
  2. [ArcEmu] Arcemu-logonserver error. Plz help
    By nicktuck6 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 04-10-2009, 04:17 PM
  3. Sql syntax error c++ (help)
    By jmulhern345 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-10-2008, 09:22 PM
  4. ascent logonserver.exe problem
    By Eman861 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-13-2008, 05:33 PM
  5. Race-Race change error plz help
    By Lexan in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 02-27-2007, 10:30 AM
All times are GMT -5. The time now is 07:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search