Mirroring configuration issue

  • Hi,

    I am trying to configure mirroring setup in sql 2008r2.

    as i am not able to configure through GUI i am configuring with commands

    server1:

    ALTER DATABASE [db1] SET PARTNER = 'TCP://serevr2:5022';

    Server2:

    ALTER DATABASE [db1] SET PARTNER = 'TCP://server1:5022';

    I trying to telnet in both servers with commands (telnet server2 5022 & telnet server1 5022 ) in cmd but its not connecting.

    But when i am telnet with port 80 (telnet server2 80 & telnet server1 80 )its connecting.. May i know what is the reason?

    How to resolve?

    Thanks,

    Jo

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply