So I'm trying to run my services and they were working fine earlier. But currently the services I can't run are.
_Account DB Server
_AccountLog DB Server
_World00 Character DB Server
_World00 GameLog DB Server
The rest of the services run fine. This happened because I had a problem earlier trying to log on, the client would give me "connection failed". So I tried deleting the services with cmd and redoing it. But then these errors are all that come up for those services. I'd like some help as fast as possible, I've been trying to fix this all night. Thanks :/
![]()
Before somebody says to search it again I've done that awhile ago and only found this thread that wasn't helpful at all.Code:;----------------------------------------------------------------------------------- ; ODBC INFO ;----------------------------------------------------------------------------------- ; NAME nDBID nWorldNoConnection INFO Startup Command ODBC_INFO "Account", 0, 0, "DSN=Account; UID=sa; PWD=cookies101", "USE Account; SET LOCK_TIMEOUT 5000" ODBC_INFO "AccountLog", 1, 0, "DSN=AccountLog;UID=sa; PWD=cookies101", "USE AccountLog; SET LOCK_TIMEOUT 5000" ODBC_INFO "StatisticsData", 2, 0, "DSN=StatisticsData;UID=sa; PWD=cookies101", "USE StatisticsData; SET LOCK_TIMEOUT 5000" ODBC_INFO "OperatorTool", 3, 0, "DSN=OperatorTool; UID=sa; PWD=cookies101", "USE OperatorTool; SET LOCK_TIMEOUT 5000" ODBC_INFO "World00_Character", 10, 0, "DSN=World00_Character; UID=sa; PWD=cookies101", "USE World00_Character; SET LOCK_TIMEOUT 5000" ODBC_INFO "World00_GameLog", 11, 0, "DSN=World00_GameLog; UID=sa; PWD=cookies101", "USE World00_GameLog; SET LOCK_TIMEOUT 5000" #END
http://forum.ragezone.com/f594/serve...-issue-790303/
Bottom attachments are in this order:
_Account DB Server
_AccountLog DB Server
_World00 Character DB Server
_World00 GameLog DB Server (couldn't upload, probably reached max uploads idk)




Reply With Quote



