[Help] In need of some assistance
Hi,
I would like to explain my problem here to the fellow community.
Any help or hints on how to fix this would be greatly appreciated.
Here is my problem : " Whenever I try to run accountserver.exe, I get an error saying DB Connect Login Failed"
Here is the info for the accountserver.ini
AddTail( -1, 1, "test", "127.0.0.1", 0, 1, 0 );
AddTail( 1, 1, "test2", "127.0.0.1", 0, 1, 1100 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "account"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"
// 6
//MSG_VER "19791221"
//MSG_VER "19731109"
//MSG_VER "19731110"
MSG_VER "20070712"
// 6
DB_PWD_LOGIN ""
DB_PWD_LOG ""
Am I Suppose to write seomthing in the DB_PWD_LOGIN or the DB_PWD_LOG? what am I doing wrong?
Any help or hints on how to fix this would be greatly appreciated.
Re: [Help] In need of some assistance
Re: [Help] In need of some assistance
Come on people? help me out here? I really wanna test some custom stuff I made.
---------- Post added at 09:42 PM ---------- Previous post was at 09:36 PM ----------
Cmon people? Help out pleasE?
I really wanna test out my new custom edits.
Re: [Help] In need of some assistance
Code:
AddTail( -1, 1, "test", "127.0.0.1", 0, 1, 0 );
AddTail( 1, 1, "test2", "127.0.0.1", 0, 1, 1100 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "login"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"
// 6
//MSG_VER "19791221"
//MSG_VER "19731109"
//MSG_VER "19731110"
MSG_VER "20070712"
// 6
DB_PWD_LOGIN ""
DB_PWD_LOG ""
change "account" to "login"
Re: [Help] In need of some assistance
I did but it didnt work D=. Anything other i can try?
Re: [Help] In need of some assistance
'account' is the DB login username. you shouldnt need to change that
Did you create the ODBC Data sources?
Re: [Help] In need of some assistance
yes I did but my username for MSSQL isnt account, it's sa. I did the ODBC connections on SQL Native client and created character01 log01 and login.
do i have to fill this up?
DB_PWD_LOGIN ""
DB_PWD_LOG ""
I wrote my Mssql pass in it but didnt work.
Re: [Help] In need of some assistance
Still getting same issue.
Edit: Wooops sorry for double post.