I'm creating a snapshot replication to push replication to another machine. I've set up the Publication and the Subscription jobs using the wizard. For now, I've set it up to run under the SQL Server Agent service account (although, I understand this is not best practices). I selected to impersonate the process account to connect to the publisher.
The problem is that when I run this from my account, I get the Error "Cannot connect to <destination machine>" ... "Failed to connect to <destination machine>" ... "Login failed for user <my account>"
It appears to be trying to do this from my account instead of from the service account I specified.
Can anyone tell me what I'm doing incorrectly?