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!

i cant login my server , globaldbagent error

Newbie Spellweaver
Joined
Jun 12, 2014
Messages
11
Reaction score
0
GlobalDBAgent

[Tue Apr 7 2015 19:31:16.902142 3025673072]: Database Connect success!
[Tue Apr 7 2015 19:31:31.539551 3046652784]: [##ERROR##] OnIPCAuthAccount fail (ID: test, usernum: 0, Time: 8)
[Tue Apr 7 2015 19:31:31.539760 3046652784]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Must declare the scalar variable "@IP".
[Tue Apr 7 2015 19:31:31.540033 3046652784]: [##ERROR##] DB ERROR(CODE) : 137
[Tue Apr 7 2015 19:31:31.540125 3046652784]: [##ERROR##] DB ERROR(VAR_INFO) :
[Tue Apr 7 2015 19:31:31.540518 3046652784]: [##ERROR##] DB ERROR(SQLSTATE) : 42000
[Tue Apr 7 2015 19:31:31.540650 3046652784]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_auth_netcafe( ? , ? , ? , ? , ? )}
[Tue Apr 7 2015 19:31:31.547720 3046652784]: Database Connect success!
[Tue Apr 7 2015 19:31:31.551616 3046652784]: [##ERROR##] 'OnIPCAuthAccount' fail (Database/Auth.cpp:262)
[Tue Apr 7 2015 19:31:31.551793 3046652784]: [##ERROR##] UsrMap Fail : MainCmd(30) Ret(106:0:262) Addr(127.0.0.1) CharIdx(0)

LoginSvr01

[Tue Apr 7 2015 18:56:59.842877 3070040944]: AuthResult: UserID(test), Addr(192.168.1.26), Result(48), UserNum(0)
[Tue Apr 7 2015 18:56:59.914524 3078346448]: 1.close user 13 [9FA0AB8] (192.168.1.26)

how fix ?
 
Last edited:
Newbie Spellweaver
Joined
Aug 24, 2013
Messages
57
Reaction score
22
Re: please help me!

Download the database

and restore them to MSSQL. To register an account, open MSSQL client, connect to your database, click the "New Query". There copy the script:

/************/
USE [ACCOUNT]
EXEC dbo.cabal_tool_registerAccount 'username', 'passwd'
/************/

Click "Execute" (red exclamation mark). Account is registered.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 12, 2014
Messages
11
Reaction score
0
Re: please help me!

Download the database

and restore them to MSSQL. To register an account, open MSSQL client, connect to your database, click the "New Query". There copy the script:

/************/
USE [ACCOUNT]
EXEC dbo.cabal_tool_registerAccount 'username', 'passwd'
/************/

Click "Execute" (red exclamation mark). Account is registered.

already the same db files but I do what they say , same error
 
Upvote 0
Back
Top