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!

ODBC error

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 11, 2008
Messages
96
Reaction score
0
Hi, i'm currently working with some 0.97d+99 items server files and my server was launched a couple of days ago in a win2003 sp2 dedicated server. the hosting company, wouldn't give us SP1 instead so we went to another one which they gave us win2008 64 bit.
When we try to run the whole thing we get an error something like:
SQLstate: IM002

the ODBC.reg file contains this:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ACCOUNT]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\DEVILSQURE_RANKING]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="Ranking"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\GAMEDB_INFO_END]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MUMNGDB_INFO_START]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGINDB_INFO_START]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ACCOUNTDB_INFO_START]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOGDB_INFO_START]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Event]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\GAME]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalServer]
"Description"=""
"Server"="(Local)"
"Trusted_connection"=""
"UseProcForPrepare"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGIN]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MUMNG]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Munonline]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ExDB]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnlineJoinDB]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"GAMEDB_INFO_END"="SQL Server"
"MUMNGDB_INFO_START"="SQL Server"
"LOGINDB_INFO_START"="SQL Server"
"ACCOUNTDB_INFO_START"="SQL Server"
"USELOGDB_INFO_START"="SQL Server"

"LocalServer"="SQL Server"
"ACCOUNT"="SQL Server"
"GAME"="SQL Server"
"LOGIN"="SQL Server"
"MUMNG"="SQL Server"
"MuOnline"="SQL Server"
"MuOnlineJoinDB"="SQL Server"
"Event"="SQL Server"
"USELOG"="SQL Server"
"Munonline"="SQL Server"
"ExDB"="SQL Server"
"DEVILSQURE_RANKING"="SQL Server"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]
"DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
"Driver"="c:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

i already clicked this ODBC on this machine. is there any way i could make it work without giving me any errors?
this is on SQL2005
 
Newbie Spellweaver
Joined
Jan 11, 2008
Messages
96
Reaction score
0
it doesn't work. i was hoping for a odbc.reg file from someone who has the same version of MU in 64bit machine so i can run it and do if it works
 
Upvote 0
Experienced Elementalist
Joined
Jan 2, 2007
Messages
245
Reaction score
109
obdc.reg doesnt helps you.
You need to configure manually the connection.
 
Upvote 0
Status
Not open for further replies.
Back
Top