DB Login Error Need Help!

Results 1 to 2 of 2
  1. #1
    Newbie iVertigo is offline
    MemberRank
    Nov 2013 Join Date
    1Posts

    DB Login Error Need Help!

    SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
    2013/12/07 21:22:36
    query:login
    SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
    2013/12/07 21:22:39
    query:login
    SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
    2013/12/07 21:22:42
    query:login
    SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
    2013/12/07 21:22:45
    query:login
    SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.

    This is the error that i keep coming up with when i try to run the ACCOUNT SERVER

    I am pretty sure that i have setup ODBC Correctly but if not i need help figuring out what im doing wrong im trying to setup the v15 server just to start since i cant find out a decent v19 tutorial If theres anymore info i can give just ask but i would really appreciate any help you guys could give me


  2. #2
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: DB Login Error Need Help!

    open accountServer.ini and check if everything is alright

    TEST
    AddTail( -1, 1, "test", "127.0.0.1", 0, 1, 0 );
    AddTail( 1, 1, "test", "127.0.0.1", 1, 1, 600 );

    DSN_NAME_LOGIN "login"
    DB_ADMIN_ID_LOGIN "login"

    DSN_NAME_LOG "log01"
    DB_ADMIN_ID_LOG "log01"
    SKIP_TRACKING
    MSG_VER "Your MSG Version"

    DB_PWD_LOGIN "Pass"
    DB_PWD_LOG "Pass"

    Also make sure that your ODBC is set on Windows authentication mode
    And that login is set to ACCOUNT_DBF



Advertisement