Hi all
I have two SQL Server Instances each on its own domain where the domains do not trust each other. One instance is 2008 R2 while the other is 2012 SP2. I can connect to each server remotely either from DomainA\2008R2Instance looking at DomainB\2012Instance or vice versa using a SQL Login.
The problem I experience is that when trying to set up a Subscription from DomainB\2012Instance I get an error suggesting that the DomainA\2008R2Instance cannot be found. This is odd because when using normal connection via SSMS I can connect to the server either from DomainA or DomainB. However Replication is not able to see each other?
I have read that possibly I have to set up an Alias name for the remote Server from DomainB\2012Instance when trying to connect to the DomainA\2008R2Instance.
This information is found here:https://support.microsoft.com/KB/321822?wa=wsignin1.0
However I am not sure which section to use in the document?
Anyone have any experience with this type of thing?
Thanks in advance.
Dom