Hi,
I am trying to do a POC on transaction replication. Have created the publisher and when creating the subscriber, getting the below error.
--------------------------------------------------------------------------------------------------------------------------------------------
Cannot connect to IP-ABCDE\DBDB01.
Failed to connect to server IP-ABCDE\DBDB01. (Microsoft.SqlServer.ConnectionInfo)
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
--------------------------------------------------------------------------------------------------------------------------------------------
Have created a port in windows firewall for 1433.
Able to connect from the publisher SSMS. Please do the needful to resolve the same.