Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[LoginServer] Raiderz Server Files

Newbie Spellweaver
Joined
Jul 26, 2011
Messages
29
Reaction score
1
First, I am emma and I like this community, second sorry for my english.
Look I can start AppServer, GameServer, MasterServer, but I have problems with LoginServer,
can you help me with this?
I post my configuration, my log and image

PD: THX A LOT :laugh:

My server.ini (LOGINSERVER)
; LoginServer server.ini

[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 5000

[CONFIG]
PORT = 7501

[MASTER_SERVER]
IP = "192.168.1.106"
PORT = 7500

[ACCOUNTDB]
SQLSERVER = "Casa\RAIDERZSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "15543465emma"

[DB]
SQLSERVER = "Casa\RAIDERZSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "15543465emma"

[LOGDB]
SQLSERVER = "Casa\RAIDERZSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "15543465emma"

[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1

[CONST]
ALLOW_INSERT_NEW_ACCOUNT = 0



My Log(LOGIN SERVER)
------------------------------------------------------------------------------
-- Logging Start (01/10/13 18:10:17)
------------------------------------------------------------------------------
18:10:17 - Start application without service mode
18:10:17 - application_commandline : "D:\RapiderZ\LoginServer\LoginServer.exe"
18:10:17 - Server Socket Opened. (Port = 7501)
[e] 18:10:24 - Create Sync Database failed.
[e] 18:10:24 - Failed InitDB
[e] 18:10:24 - Server Init Failed: ^]?
18:10:24 - LConsole > OnDestroy
18:10:24 - Server Closed



logi - [LoginServer] Raiderz Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 26, 2011
Messages
29
Reaction score
1
thx cmb, look my odbc, y try with "SQL Server Native Client 10.0" and "SQL Server" and none worked.
My windows is 64bit you think is that and my sql server is too 64bit? SQL SERVER 2008 64bit with tools

PD: THX AGAIN

odbc - [LoginServer] Raiderz Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Mar 11, 2007
Messages
902
Reaction score
1,240
thx cmb, look my odbc, y try with "SQL Server Native Client 10.0" and "SQL Server" and none worked.
My windows is 64bit you think is that and my sql server is too 64bit? SQL SERVER 2008 64bit with tools

PD: THX AGAIN

Your DSNs (the ODBC connection settings) need to be using SQL Server, not the native client (because that is for clients to use to connect to SQL Servers)
 
Back
Top