
Originally Posted by
ivylawjm
I setup the server as I was supposed to... still cant connect for some reason.....
[i] 19:26:59 - Start application without service mode
[i] 19:26:59 - application_commandline : "C:\RaiderZ Server Files\RaiderZ Server Files\MasterServer\MasterServer.exe"
[i] 19:26:59 - Server Socket Opened. (Port = 7500)
[e] 19:26:59 - Init AccountDB fail.
[i] 19:26:59 - Can't Connect To DBMS
[e] 19:26:59 - Failed InitDB
[e] 19:26:59 - Server Init Failed: 1: DB? ??? ? ??
[i] 19:26:59 - ZConsole > OnDestroy
[i] 19:26:59 - Server Closed
-----
Master Server.ini
; MasterServer server.ini
[SERVER_INFO]
// dont touch any of this.
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 1
ODBC = "SQL Native Client"
SOCKET_POOL_SIZE = 100
SERVER_MODE = 0
[CONFIG]
// can change but no point to
PORT = 7500
[ACCOUNTDB]
SERVER = "UEBARI-PC\SQLEXPRESS" // update for your MSSQL server info (can use remote connections if you want to use multi boxes)
DATABASE = "RZ_ACCOUNTDB" // Accounts database name
USERNAME = "ragezone"
PASSWORD = "rageonze"
[DB]
SERVER = "UEBARI-PC\SQLEXPRESS" // update for your MSSQL server info (can use remote connections if you want to use multi boxes)
DATABASE = "RZ_GAMEDB" // Games database name
USERNAME = "ragezone"
PASSWORD = "rageonze"
[LOGDB]
SERVER = "UEBARI-PC\SQLEXPRESS" // update for your MSSQL server info (can use remote connections if you want to use multi boxes)
DATABASE = "RZ_LOGDB" // Logs database name
USERNAME = "ragezone"
PASSWORD = "rageonze"
// dont touch below this.
[PATH]
SYSTEM = "system"
FIELD = "field"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
I'm using MSSQL Server 2008 R2