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!

Having problems in making my own ran server

Newbie Spellweaver
Joined
Dec 8, 2010
Messages
55
Reaction score
0
i cant connect to my own server because of errors that always occur .. i tried to fix it many times but sadly i always failed .. this are the errors :

In Session Server:
Service Provider:IANZ SERVER
CreateIoCompletionPort OK
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
ERROR:SQLConnect Failed
ERROR:User DB Open Error
Stop IOCP
Stop Message Queue
Stop DataBase
Stop CFG
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK

In Loginserver:
Service Provider:IANZ SERVER
CreateIoCompletionPort OK
--------------- System Information -------------------
Unknown OS
Pentium III processor 1599 Mhz
2 System Processor Detected
------------------------------------------------------
4 Worker Thread
1 st Worker Thread Create OK
2 st Worker Thread Create OK
3 st Worker Thread Create OK
4 st Worker Thread Create OK
Server Update Thread Create OK
WSASocket OK
Bind OK
127.0.0.1:5001
Server Accept Thread Create OK
ERROR:Session Server Connection Failed
CloseAllClient
Stop IOCP
Stop Meessage Queue
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
Stop DataBase
Stop CFG
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK

In Svrfield:
Service Provider:IANZ SERVER
CreateIoCompletionPort OK
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
ERROR:SQLConnect Failed
ERROR:User DB Open Error
== Please wait until server stop
== Update Thread stopped.
== Client Manager closed
== Message Manager closed
== Database Manager closed
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK

In AgentServer:
Service Provider:IANZ SERVER
CreateIoCompletionPort OK
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
ERROR:SQLConnect Failed
ERROR:User DB Open Error
== Please wait until server stop
== Update Thread end
== Client Manager closed
== Message Manager closed
== Database Manager closed OK
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK

:huh: Please help me i dont know if its caused by my present windows 7 os .. and other thing i cant find the Ranuser database using SQL management studio 2005.. please help me

Thank you for any help .. i need a complete and thorough guide ..
 
Newbie Spellweaver
Joined
Nov 28, 2009
Messages
11
Reaction score
0
If you are using Windows 7 as your OS, you can search it in Start by Typing ODBC, and then after you find it,

Click add, then select SQL Native Client, after selecting put in name RanGame1 (Same in RanLog, RanUser, RanShop) after it put yout SQL Server EX. (MYPC\SQLEXPRESS) after putting it, select the second option then put sa and 1234 then Change the Default Database to RanGame1 (Same in RanLog, RanUser, RanShop) then click next and your done :)
 
Upvote 0
Back
Top