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!

SQL Server does not exist or access denied

Newbie Spellweaver
Joined
Dec 23, 2011
Messages
11
Reaction score
0
Hi

I'm using ODBC for connect in my PT Server and everything's ok.
But when I try to connect using SQL.dll, I get this log:

190512|GameServer ServerPT
190512|g_LogPath C:\Server\Logs
190512|g_szAccountIP PC\SQLEXPRESS
190512|BillingDbIP PC\SQLEXPRESS
190512|g_szLogIP PC\SQLEXPRESS
190512|g_szBillingLogIP PC\SQLEXPRESS
190512|g_szCountryCheck 0
190512|g_szPCCheck 0
190512|g_szPCDBIP PC\SQLEXPRESS
190512|g_szClanDBIP PC\SQLEXPRESS
190512| GetRegistryInfo End

190512|SiegeMoneyTax lpszClanMarkNum [0] lpszTt [0] lpszTax [0]
190512|SiegeMoneyTax lpszTt=0

190541|anderson's DB Error [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SELECT userid, Passwd, GameCode, GPCode, RegistDay, DisuseDay, UsePeriod, Credit, SelectChk, EventChk, BlockChk, inuse, DelChk, ServerName, EditDay, RNo, SNo, Channel, BNum FROM AGameUser WHERE userid = 'anderson'

Please somebody help me.

My server config:
Windows Server 2008 Enterprise R2 SP1 x64 + SQL Server 2008
Server.exe: KPT-Endless-Tower-v2.2-Ultimate-Release
My client config:
Windows 7 Ultimate x64
Game.exe: 1873_quantumfusion
PS: sorry for my bad english
 
Last edited:
Imri Persiado
Joined
May 17, 2008
Messages
941
Reaction score
26
Check this site: it's by microsoft and you have all the potential causes, just read them one by one and make sure you set it correctly.
Since you got this error you have done something wrong so one of the causes is your answer.
 
Back
Top