Hello all,Iam geting the following error when creating a endpoint (that will be used for allwayson)The Database Mirroring endpoint cannot listen for connections due to the following error: '10049(The requested address is not valid in its context.)'.My physical network card is configured with:10.9.255.170and iam creating my endpoint with10.9.255.82The creation of endpoint is being done with;CREATE ENDPOINT [Hadr_endpoint]AS TCP (LISTENER_PORT = 5022, LISTENER_IP = (10.9.255.82)FOR DATA_MIRRORING (ROLE = ALL, ENCRYPTION = REQUIRED ALGORITHM AES)GO IF (SELECT state FROM sys.endpoints WHERE name = N'Hadr_endpoint') <> 0BEGINALTER ENDPOINT [Hadr_endpoint] STATE = STARTEDENDGOuse [master]GOGRANT CONNECT ON ENDPOINT::[Hadr_endpoint] TO [account]GOCan anyone help me with this?Regards,Arestas
↧