GSDBSet ODBC Connect Fail

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 6, 2008
Messages
39
Reaction score
0
Hi all. Please help me.

Im use Windows 7 32bit (x84) with MS SQL 2005.

Every time i run DataServer i get error "GSDBSet ODBC Connect Fail"

All in ODBC i think are right. maybe need to configure something more?

Help, and thanks.
 
Newbie Spellweaver
Joined
Feb 26, 2006
Messages
21
Reaction score
0
help me same

Im use Windows 7 64bit with MS SQL 2008

Thank...
 
Upvote 0
Junior Spellweaver
Joined
Aug 29, 2006
Messages
182
Reaction score
54
Open ODBC.reg as Notepad or another Editor and see
For OS 32Bit
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC....
and you need mod it to use with OS 64 bit
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC...
@macalka: For win7 you should use SQL 2005 SP3 see at microsoft home page for details and OS support
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 26, 2006
Messages
21
Reaction score
0

not work

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\Wow6432Node\ODBC.INI]


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

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

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

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

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

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources]
"LOGIN"="SQL Server"
"MuOnline"="SQL Server"
"MuOnlineJoinDB"="SQL Server"
"MU2003_EVENT_DB"="SQL Server"
"MU_RANKING_DB"="SQL Server"
"USELOG"="SQL Server"
 
Upvote 0
Newbie Spellweaver
Joined
Jan 8, 2009
Messages
9
Reaction score
0
Download MFS S5 ServerFiles, in databases folder u have ODBC's for all systems like windows *** 64, vista 674 etc.

Hope its help.
 
Upvote 0
Experienced Elementalist
Joined
Nov 8, 2009
Messages
273
Reaction score
15
damn same No ones found a solution about that?i tried msf odbc but nothing windows server 2008.
 
Last edited:
Upvote 0
Status
Not open for further replies.