Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/03/2009, 13:05
tatoRC
 
Fecha de Ingreso: marzo-2009
Mensajes: 2
Antigüedad: 15 años, 1 mes
Puntos: 0
Mirror de Bases de Datos

Buenas, este el mi primer mensaje en el foro así que antes que nada, saludo a todos los integrantes y les agradezco la ayuda por anticipado.
Ahora vamos al asunto en el que necesito ayuda, estoy tratando de realizar un reflejo de BD, utilizando SQL server 2005 standart edition, en dos máquinas de distintas especificaciones técnicas. Restaure un backup viejo en ambas pc y en los dos lugares quedaron configuradas en full recovery como se necesita.
El tema es el siguiente, al momento de ejecutar el asistente para la configuración, sigo correctamente todos los pasos sin que me arroje ningún error finalizo el asistente, pero luego de presionar finalizar me arroja error la configuración de los endpoints del servidor principal y del reflejado.
El reporte de error que me tira es el siguiente

Código:
Configuring Endpoints

- Configuring endpoint on principal server(MIRRORSERVER) (Error)
Messages
SQL Server cannot create the mirroring endpoint, 'Mirroring'. (Microsoft SQL Server)

------------------------------
ADDITIONAL INFORMATION:

Create failed for Endpoint 'Mirroring'.  (Microsoft.SqlServer.Smo)


------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Database mirroring is disabled by default. Database mirroring is currently provided for evaluation purposes only and is not to be used in production environments. To enable database mirroring for evaluation purposes, use trace flag 1400 during startup. For more information about trace flags and startup options, see SQL Server Books Online. (Microsoft SQL Server, Error: 1498)



- Configuring endpoint on mirror server(MARCE) (Error)
Messages
SQL Server cannot create the mirroring endpoint, 'Mirroring'. (Microsoft SQL Server)

------------------------------
ADDITIONAL INFORMATION:

Create failed for Endpoint 'Mirroring'.  (Microsoft.SqlServer.Smo)



------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Database mirroring is disabled by default. Database mirroring is currently provided for evaluation purposes only and is not to be used in production environments. To enable database mirroring for evaluation purposes, use trace flag 1400 during startup. For more information about trace flags and startup options, see SQL Server Books Online. (Microsoft SQL Server, Error: 1498)
Alguno podría darme una manito?
También me gustaría saber si alguno conoce algún sitio donde acceder a más información sobre este tema ya que estuve googleando y no llegué a buen puerto.
Espero sus respuestas.
Saludos y gracias