• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Creating ODBC 64-bit OS (Continuing Dios' Guide)

Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
Continuing with Dios' Guide, I will explain step by step how to create ODBCs for 64-bit OS

This applies for SQL-2000, SQL 2005 (Paid Editions), and SQL 2008 (Paid Editions) only

1. Go to C:\WINDOWS\SysWOW64\odbcad32.exe (DO NOT use "Control Panel\Administrative Tools\Data Sources(ODBC)" in 64-bit)
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


2. Open it and choose tab "System DSN". Then click on "Add"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


3. Scroll down and choose "SQL Server" and then click on "Finish"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


4. On Name type MuOnline or whatever ODBC you are creating (Event, Ranking, SCFMuTeam, or any other you need). On Server type (local). Then Click on "Next"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


5. In the next window leave as is and click on "Next"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


6. Now put a check mark on "Change the default database to:" and change it to MuOnline if you are making the MuOnline ODBC (If creating Ranking ODBC you would ovbiously change the default database to Ranking ^^) and click on "Next"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


7. In the next window leave as is and click on "Finish"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


8. Now click on "OK"
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


9. Your ODBC is created and you will see it in the System DSN. It is now ready to work. Now do it for the other databases: Ranking, Event, SCFMuTeam( if you have SCFMT files), MuOnlineJoinDB (Change default DB to MuOnline or Me_MuOnline if you use it), USELOG (Default to MuOnline), LOGIN (Default to MuOnline).


For SQL 2005 and SQL 2008 "EXPRESS" EDITIONS ONLY (32-bit and 64-bit OS)
1. When using Express Editions is a little different and I think this is where most people are having trouble with.
When you open the SQL Management Studio Express you will see the "Server Name" that is YOURPC'SNAME\SQLEXPRESS like this
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


2. You have to use that exact same Server Name when you are creating your ODBCs in this window like this
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums

And everything else is just the same.



I hope all doubts are now cleared and ENJOY 64-bit SYSTEMS


Credits: KREATOR (ME) for making the guide
 
Last edited:
Newbie Spellweaver
Joined
Jan 22, 2008
Messages
14
Reaction score
0
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

all done :D
 
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
5
Reaction score
0
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

I am solution the problem with odbc but now i have the problem dont conect to the server the client no conect.

I ned you help
 
Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

5. In the next window leave as is and click on "Next"

???

u p ut ur sql pass lol xD

no you do NOT. Its gonna connect through windows authentication which is safer
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

dont teach me -.- i do with that way and it works
why the heck sql must connect to administrator acc?
and not MY-PC account name?
eh?
yea it connect to whatever but if u get errors with event and so then ^^?
 
Last edited:
Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

you ust made an I-know-everything comment. SQL does not connect through Administrator acc... ODBCs are being made with Administrator acc(windows authentication). I am not saying putting sql username and password does not work, Im just saying windows authentication is more secure and works just as good as typing sql username and password, you will never get errors using win authentication unless you put a wrong name for the ODBC...
 
Last edited:
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

the easiest way its..

edit the odbc.req with notepad
and put this



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]


[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline _Event]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)" <<--- ur PC - NAME
"Database"="Event"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGIN]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline JoinDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Ranking]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="Ranking"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"MuOnline_Event"="SQL Server"
"LOGIN"="SQL Server"
"MuOnline"="SQL Server"
"MuOnlineJoinDB"="SQL Server"
"Ranking"="SQL Server"
"USELOG"="SQL Server"

AND That works great

 
Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

the easiest way its..

edit the odbc.req with notepad
and put this



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]


[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline _Event]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)" <<--- ur PC - NAME
"Database"="Event"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGIN]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline JoinDB]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Ranking]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="Ranking"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
"Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
"Server"="(local)"
<<--- ur PC - NAME
"Database"="MuOnline"
"LastUser"="Administrator"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"MuOnline_Event"="SQL Server"
"LOGIN"="SQL Server"
"MuOnline"="SQL Server"
"MuOnlineJoinDB"="SQL Server"
"Ranking"="SQL Server"
"USELOG"="SQL Server"

AND That works great


that wont work with 64-bit
 
Newbie Spellweaver
Joined
Aug 24, 2009
Messages
23
Reaction score
0
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

Where i can find it on vista windows? C:\WINDOWS\SysWOW64\odbcad32.exe i cant find SysWOW64 folder.. sry.. i find it :D
 
Last edited:
Newbie Spellweaver
Joined
Jul 10, 2005
Messages
56
Reaction score
26
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

Sql Server 2008 6 base de dato


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MU2003_EVENT_DB]
"Driver"="c:\\Windows\\system32\\sqlncli10.dll"
"Server"="DSDESISTEMA-PC" --- Tu nombre de la pc o Sql2008
"Database"="MU2003_EVENT_DATA"
"LastUser"="Ds de Sistema"---- Usuario de windows
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Muonline]
"Driver"="c:\\Windows\\system32\\sqlncli10.dll"
"Server"="DSDESISTEMA-PC"
"Database"="MuOnline"
"LastUser"="Ds de Sistema"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnlineJoinDB]
"Driver"="c:\\Windows\\system32\\sqlncli10.dll"
"Server"="DSDESISTEMA-PC"
"LastUser"="Ds de Sistema"
"Trusted_Connection"="Yes"
"Database"="Me_Muonline"
"Language"="日本語"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"Muonline"="SQL Server Native Client 10.0"
"MuOnlineJoinDB"="SQL Server Native Client 10.0"
"USELOG"="SQL Server Native Client 10.0"
"MU2003_EVENT_DB"="SQL Server Native Client 10.0"
"RANKING_DATA"="SQL Server Native Client 10.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\RANKING_DATA]
"Driver"="c:\\Windows\\system32\\sqlncli10.dll"
"Server"="DSDESISTEMA-PC"
"Database"="Ranking"
"LastUser"="Ds de Sistema"
"Trusted_Connection"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
"Driver"="c:\\Windows\\system32\\sqlncli10.dll"
"Server"="DSDESISTEMA-PC"
"Database"="MuLog"
"LastUser"="Ds de Sistema"
"Trusted_Connection"="Yes"
 
Newbie Spellweaver
Joined
Nov 28, 2007
Messages
13
Reaction score
0
can someone help why my data server wont start? :|
 
Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
Re: [Guide] Creating ODBC 64-bit OS (Continuing Dios' Guide)

Where i can find it on vista windows? C:\WINDOWS\SysWOW64\odbcad32.exe i cant find SysWOW64 folder.. sry.. i find it :D

thats only if u have a 64-bit OS
if 32-bit just use the regular ODBC
 
Newbie Spellweaver
Joined
May 29, 2005
Messages
8
Reaction score
0
Hello, thanks for guide, i follow it step by step, but i still got this error, en ExDB logs:

12:59:59p ExDB Server Start!!
01:00:24p ExDB Server Start!!
01:06:30p SQLSTATE:42000, diagnosis:[Microsoft][ODBC SQL Server Driver][SQL Server]No se puede abrir la base de datos "MuOnline" solicitada por el inicio de sesión. Error de inicio de sesión.
01:06:31p ExDB Server Start!!
GuildOnOff system : 0 Count: 1
01:06:32p SELECT * FROM Guild
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:
01:06:32p SQLSTATE:, diagnosis:

in dataserver:
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


3 days ago and i still cant fix it, i really need help, il apreciate it, thanks alot.

More info about server:
Intel core i7 4x2x2.66 Ghz
Ram: 12 GB DDR3
HDD: 2x80GB Intel M25
Windows Server 2008 standard edition
MSSQL Server 2005 express (mix mode, windows and account (sa))
Server Files: Muserver Season 4 Full + SubServer

Another screen with MSSQL info:
KREATOR - Creating ODBC 64-bit OS (Continuing Dios' Guide) - RaGEZONE Forums


Thanks for help.
 
Experienced Elementalist
Joined
Aug 5, 2008
Messages
268
Reaction score
28
it says that there is a problem with the logging process..
Did you type your user and password correctly in exdb.ini
 
Newbie Spellweaver
Joined
Apr 20, 2007
Messages
34
Reaction score
0
Here after settings all. Joinserver.exe and DataServer.exe closed after 1 second after his execution.

It will be a problem even with these two executables ODBCs or do not work in 64-bit version
 
Back
Top