Mirroring en SQL 2005

08/03/2006 - 20:22 por Mauro | Informe spam
tengo los siguientes endpoints configurados en ambos extremos en 2 servers :

CREATE ENDPOINT [pruebaListener]
AUTHORIZATION [sa]
STATE=STARTED
AS TCP (LISTENER_PORT = 5023, LISTENER_IP = ALL)
FOR DATABASE_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = DISABLED)


CREATE ENDPOINT [pruebaListener]
AUTHORIZATION [sa]
STATE=STARTED
AS TCP (LISTENER_PORT = 5023, LISTENER_IP = ALL)
FOR DATABASE_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = DISABLED)

pero cuando presiono el boton start mirroring, me da el siguiente mensaje:

"Database mirroring transport is disabled in the endpoint configuration,
(microsot sql server.error 1486)"

alguna idea?
 

Leer las respuestas

#1 Mauro
08/03/2006 - 21:15 | Informe spam
vale agregar que ya esta habilitado en ambos servers, las banderas 1400 para
usar esta feature'


"Mauro" wrote in message
news:%
tengo los siguientes endpoints configurados en ambos extremos en 2 servers


:

CREATE ENDPOINT [pruebaListener]
AUTHORIZATION [sa]
STATE=STARTED
AS TCP (LISTENER_PORT = 5023, LISTENER_IP = ALL)
FOR DATABASE_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS


NEGOTIATE
, ENCRYPTION = DISABLED)


CREATE ENDPOINT [pruebaListener]
AUTHORIZATION [sa]
STATE=STARTED
AS TCP (LISTENER_PORT = 5023, LISTENER_IP = ALL)
FOR DATABASE_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS


NEGOTIATE
, ENCRYPTION = DISABLED)

pero cuando presiono el boton start mirroring, me da el siguiente mensaje:

"Database mirroring transport is disabled in the endpoint configuration,
(microsot sql server.error 1486)"

alguna idea?


Preguntas similares