• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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
904
Reaction score
1,254
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