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!

[HELP] Unable to connect to server

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 3, 2004
Messages
137
Reaction score
0
Yes, people have gotten this error.

Yes, you're going to suggest I search.


I've searched, I've followed every tip, I've followed every guide to the T; even though they had some inconsistancies in places. I've tried every combination of IPs for loopback, LAN, and WAN.

The guides were helpful in me getting everything running. Everything is up and running without errors. I just can't get past the login server.

"Unable to connect to server, try again later."

The only details I can provide that might have something to do with this problem are this:
Code:
<LC> UID=10063 Roton Prepared
Roton 10063 user not joined
^ - Snagged from the Zone Agent Log Screen

Here's my INI files.

LoginAgent.ini
Code:
;//////////////////////////////////////////////////////////////////////////////////////////
;//GameServer ȯ
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Your IP's are varyin from server to server.
Set all the IP's to 127.0.0.1 and try again. First check if its working on the local system.
Make sure you hexed it properly too.
 
Junior Spellweaver
Joined
Oct 3, 2004
Messages
137
Reaction score
0
Client has been hexed properly. The IPs are varying for testing purposes. They all communicate with each other, just take my word for it. ;p

CPU has a heavy enough haul from just the server, so I can't try it on that PC without bogging it down severely. I've got my Associates degree in Networking, and I'm pursuing my A+ cert. :p

Anyway -- It doesn't matter which one it tries to talk to; everything is setup so that the computer can talk to itself. (LAN/LB IP)

I'm assuming that either a LANIP needs to be a WANIP or a LBIP needs to be a LANIP.

(LBIP = Loopback Address)

>> The assistance with this -IS- appreciated! <<
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Yes Mr Smart Associates Degree. You intend to connect a Login Server which is given a LAN IP to a ZoneAgent that has a totally different IP.
And the best part is the ZoneAgent is being given the LAN IP of the Login Server to be detected. Awesome! And Now you expect the ZoneAgent on 66.168.52.245 to connect to a Login Server with the IP 192.168.1.100
Well, now that's your LAN IP.

If you succeed, please let me know coz I'd seriously would want to reconsider my 5 yrs of rigorous coding life. :icon6:
 
Junior Spellweaver
Joined
Oct 3, 2004
Messages
137
Reaction score
0
Guess what. ZoneAgent is connected, with those settings; properly! My $400 paperweight here lets me do that. :p (Not the PC. That's an $800 paperweight!)

5yrs? Wow. Gratz. I've been at it for 9.

Anyway. Everything sees everything else. I'm just not sure why the ZoneAgent isn't passing it off.

Correct me if I'm wrong..

Client --> Login Agent --> Login Server --> Zone Agent

After that I'm a bit... foggy.. I'm not sure exactly what order it connects after that. I wanna get this problem solved because I've seen that other users have had this same issue. :S
 
Joined
Jul 19, 2006
Messages
1,178
Reaction score
40
Client -> Login Agent -> Login Server -> ZoneAgent -> Accountserver

Loginserver connects to ASD 7770 to validate user login.

Please post screenshot of entire running server so that we can diagnose!
 
Junior Spellweaver
Joined
Oct 3, 2004
Messages
137
Reaction score
0
Silly me.. I went out on a whim and followed Insane's suggestion! After finding that something was wrong, I reverted back to the INI's I listed above.. :(
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 3, 2004
Messages
137
Reaction score
0
As far as I can tell, it might be something ODBC related. Perhaps you can figure it out? :S

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3ASD]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="ASD"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="FriendDB"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3GameCharDB]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="Character"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Item]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="Itemstorage"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3RcvResult]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="A3ItemEvent"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3SerialList]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="A3ItemEvent"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\CharDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="Character"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\EventA3]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="ASD"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\FriendDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="HSDB"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\HSDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="HSDB"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ItemstorageDB]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="Itemstorage"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LETTERDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="FriendDB"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalServer]
"Server"="TIM-MEDIA\\MSSQL2005"
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"LastUser"="sa"
"Database"="ASD"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Login202]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="ASD"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\NEWASD]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="TIM-MEDIA\\MSSQL2005"
"Database"="ASD"
"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"LocalServer"="SQL Server"
"A3RcvResult"="SQL Server"
"A3SerialList"="SQL Server"
"FriendDB"="SQL Server"
"NEWASD"="SQL Server"
"Login202"="SQL Server"
"LETTERDB"="SQL Server"
"EventA3"="SQL Server"
"A3Friend"="SQL Server"
"HSDB"="SQL Server"
"CharDB"="SQL Server"
"A3Item"="SQL Server"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]
"DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
Silly me.. I went out on a whim and followed Insane's suggestion! After finding that something was wrong, I reverted back to the INI's I listed above.. :(

wheres ur a3serial user for ms sql 2k5?

its nothing to do with the odbc actually...
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Please dont teach him. He's into this from nearly 9 years now.

Roton said:
I've searched, I've followed every tip

Well, lemme tell ya. YOU DIDNT! Coz if you did, you wouldn't have faced any problem.
Actually I should have infact said search properly and closed this down but well I guess I'd have been in a nice mood but no anymore.

Get BACK to searching. Each and everything has already been discussed over and over and over and over again.

If you searched, you'd have come across this thread for sure.
http://forum.ragezone.com/showthread.php?t=299630
 
Status
Not open for further replies.
Back
Top