Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: tengo todo instalado pero no reconoce/no funciona el sql  (Visto 1057 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline afabasc Posteado: August 05, 2018, 08:38:45 PM | Modificado: August 14, 2018, 05:26:30 PM by Cloud

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 69
  • Gracias recibida: 49
  • ar
Hola, hoy intenté levantar un sv Mu97d+99i con un amigo en un windows10 con los files Darks Team, luego de descargar e instalar todo tuvimos problemas con el sql2000, instalamos el sql2005 y al final tuvimos que usar el sql 2008 RE2, hicimos todos los pasos a seguir pero a la hora de prender el sv nos tiraba el mismo error, que no conectaba con el sql.

será mi primera creación de mu, y mi segundo intento después de muchos años, en mi primera ves no existía un lugar de soporte tan grande como lo es tuservermu, ojalá puedan ayudarme. el amigo que me ayudo lo hico por teamviewer e hizo todo lo posible.

desde ya muchas gracias




Gracias:


Online ZabiinoOo #1 Posteado: August 05, 2018, 10:00:02 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.312
  • Gracias recibida: 126003
  • pe
agrega el contenido de las odbc en el post te ayudo a arreglarlo aver




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Offline afabasc #2 Posteado: August 05, 2018, 10:10:12 PM | Modificado: August 05, 2018, 11:07:54 PM by afabasc

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 69
  • Gracias recibida: 49
  • ar
ODBC
Spoiler for Hiden:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

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

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

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

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

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

ODBC_x64
Spoiler for Hiden:
Windows Registry Editor Version 5.00

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

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

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

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

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

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


Online ZabiinoOo #3 Posteado: August 05, 2018, 11:09:15 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.312
  • Gracias recibida: 126003
  • pe



Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Offline afabasc #4 Posteado: August 05, 2018, 11:10:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 69
  • Gracias recibida: 49
  • ar

Online ZabiinoOo #5 Posteado: August 05, 2018, 11:23:25 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.312
  • Gracias recibida: 126003
  • pe
Proba asi

Code: [Select]
Windows Registry Editor Version 5.00

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

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

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

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

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

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




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Offline afabasc #6 Posteado: August 05, 2018, 11:32:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 69
  • Gracias recibida: 49
  • ar
me tira los mismos errores, despues de editar y ejecutar la ODBC abro el muserver startup y me tira los mismos errores


Online ZabiinoOo #7 Posteado: August 05, 2018, 11:49:16 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.312
  • Gracias recibida: 126003
  • pe
Cometi un error en el primer administrator es administrador corregilo aver si no crealas manual




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Offline afabasc #8 Posteado: August 05, 2018, 11:58:22 PM | Modificado: August 07, 2018, 01:42:57 AM by afabasc

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 69
  • Gracias recibida: 49
  • ar
tema solucionado, era una mala instalacion del SQL 2008, lo reinstale en modo Mixto y no tuve que ni crear las ODBC, solo ejecute el ODBC 64x compatible con mi sistema operativo, ahora solo queda editar el shop spots y esas cosas muchas gracias  conductor


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
5 Replies
2368 Views
Last post December 02, 2017, 09:37:55 PM
by marvicLAG
7 Replies
2902 Views
Last post January 22, 2018, 02:12:59 PM
by Dkyzer
5 Replies
1483 Views
Last post April 15, 2018, 10:00:52 AM
by Ruby-Project
0 Replies
393 Views
Last post May 08, 2020, 09:40:12 PM
by Diescob
0 Replies
360 Views
Last post September 02, 2020, 06:57:33 PM
by nextel1