I am attempting to set up a "central distribution" server for transactional replication. The idea is that the 'Distribution' database would reside on this centralized server, allowing remote subscribers and remote publishers to interact with one another, via this environment.
I have already set up my first publisher, on a SQL Server 2008 environment. The 'Distribution' db resides on a SQL Server 2012 instance.
I am now attempting to set up my first remote subscriber, however, and cannot seem to access the publication data from my remote publisher.
I have already gone into the distributor properties and added the remote publisher, and I believe that my security is set up properly.
Can you please advise me as to what steps am I missing, as I am not quite sure why this does not seem to be working.
Thanks!