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!

Failed to refresh user login state

Initiate Mage
Joined
Jun 23, 2009
Messages
7
Reaction score
0
Hello again. My LoginServer is having connection problems and recieves the following error:

Code:
2010-06-20 13:15:55,  Loading configuration from file:
  C:\Trickster\LoginServer\LoginServer\LoginServer.ini
2010-06-20 13:15:55,  Loaded

2010-06-20 13:15:55,  Starting network device...
2010-06-20 13:15:55,  Server starting...
2010-06-20 13:15:55,  Server ready
2010-06-20 13:15:55,  Started

2010-06-20 13:15:55,  Loging on Master Servers...
2010-06-20 13:15:56,  Failed to refresh user login state

Once this error comes up it closes it's connection to the master server and leaves this:

Code:
2010-06-20 13:15:55  Refresh User Login State...
2010-06-20 13:15:55  cUserStore::RefreshUserLoginState(1) failed:[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server 'TR_ACCOUNTDB' in sysservers. Execute sp_addlinkedserver to add the server to sysservers.;
2010-06-20 13:15:55  RefreshUserLoginState failed
2010-06-20 13:15:59  Query failure: EXEC uspm_accountdb_exec_send_usercount 1, 0
2010-06-20 13:15:59  Table DB reopen failure
2010-06-20 13:15:59  WSARecv() failed with error in ClientT 10054
2010-06-20 13:15:59  SUPERVISOR::DecideMasterIsland     NO MASTER ISLAND!!
2010-06-20 13:15:59  SUPERVISOR::HANDLE LOGOUT - LOGIN : IslandNum: 0, socketIdx: 1
2010-06-20 13:15:59  User disconnected: index: 1 - ID: lserver1

Sorry if this seems like double posting, but can anyone assist me in fixing this? I've already searched the forum for answers and haven't found a working solution. Thank you.
 
Initiate Mage
Joined
Jun 23, 2009
Messages
7
Reaction score
0
I solved the problem. the name of the server was preventing me from running the server correctly. by making the server name only TR_ACCOUNTDB the LoginServer will run with no problem for anyone else experiencing this error
 
Back
Top