why session server crashing ?

06/23/2011 09:51 h96vy#1
HI

after server start session server crash

how to fix it

session server config


DATABASE_ADDRESS = 192.168.1.7
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = 12345
SESSION_SERVER_ID = 1100

LOG_PATH = ..\LogFiles\
BILLING = 0
NO_CHARGE_CODE = NODATA

what's the wrong?
06/23/2011 09:58 imissblood#2
try to check all ur ip's
06/23/2011 09:59 =Warmonger=#3
Quote:
Originally Posted by h96vy View Post
HI

after server start session server crash

how to fix it

session server config


DATABASE_ADDRESS = 192.168.1.7
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = 12345
SESSION_SERVER_ID = 1100

LOG_PATH = ..\LogFiles\
BILLING = 0
NO_CHARGE_CODE = NODATA

what's the wrong?
For one, your giving the server way too much permission over SQL. This is a common security flaw. I suggest making your own user and limit the permissions over the database. As for the crashing it could be anything. Also be more specific. Does the file just close out? Have you ran it through a debugger? Wheres the crash point? Just saying it crashs doesn't help none at all.
06/23/2011 10:19 [Dev]KingTut#4
Quote:
Originally Posted by h96vy View Post
HI

after server start session server crash

how to fix it

session server config


DATABASE_ADDRESS = 192.168.1.7
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = 12345
SESSION_SERVER_ID = 1100

LOG_PATH = ..\LogFiles\
BILLING = 0
NO_CHARGE_CODE = NODATA

what's the wrong?
also if ur using a one click is 1234 for the pass word unless u changed it
06/25/2011 10:46 h96vy#5
Quote:
Originally Posted by imissblood View Post
try to check all ur ip's
all ok
Quote:
Originally Posted by Warmonger1337 View Post
For one, your giving the server way too much permission over SQL. This is a common security flaw. I suggest making your own user and limit the permissions over the database. As for the crashing it could be anything. Also be more specific. Does the file just close out? Have you ran it through a debugger? Wheres the crash point? Just saying it crashs doesn't help none at all.
don't work too
Quote:
Originally Posted by [Dev]KingTut View Post
also if ur using a one click is 1234 for the pass word unless u changed it
i have tried this

line 8-10
[Only registered and activated users can see links. Click Here To Register...]
06/26/2011 01:15 6shadow6#6
go to \dkserver\sesion and lock on config.ini mayby you have someting wrong on ther. If you can send me this file on PM a see what happend when i upload on my server.

Code:
DATABASE_ADDRESS	= 192.168.1.7[COLOR="Red"][B],PORT to CONNECT MSSQL 1433[/B][/COLOR]
DATABASE_DATABASE	= CHARACTER
DATABASE_ACCOUNT	= ###
DATABASE_PASSWORD	= ###
SESSION_SERVER_ID	= 1100

LOG_PATH		= ..\LogFiles\
BILLING			= 1
NO_CHARGE_CODE	= NODATA
THERE your problem in red SECTION

DATABASE_ADDRESS = 127.0.0.1,1433 You missing PORT
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = admin
SESSION_SERVER_ID = 1100

LOG_PATH = ..\LogFiles\
BILLING = 0
NO_CHARGE_CODE = NODATA