• 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.

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