Hello,
I've searched high and low for help on this, tried numerous suggestions, but can't seem to get this to work.
Current setup:
- Two Windows servers with SQL Server 2008 R2 on separate domains.
- Setting up Transactional Replication
- Server1 is distributor/publisher
- Server2 is subscriber
- I have three windows accounts setup on Server1: Server1\repl_snapshot, Server1\repl_logreader, and Server1\repl_distribution
- One windows account setup on Server2: Server2\repl_distribution
- I'm able to set everything up in terms of distributor, publication, and subscription, but when I go to synchronize the subscription, I receive the error "The process could not connect to Subscriber 'Server2'.
- The settings of my subscription are as follows:
- Agent process account: Server2\repl_distribution
- Subscription connection: Impersonate agent process account(Windows Authentication)
- I have looked at the security settings detailed here: http://msdn.microsoft.com/en-us/library/ms151868.aspx for my accounts
- I am able to ping back and forth between both servers.
There is obviously a security issue between the two, I just can't figure out what it is. Any help would be much appreciated.