all groups > sql server replication > august 2004 >
You're in the

sql server replication

group:

Transactional Replication


Transactional Replication robert_at_cbb
8/19/2004 4:25:01 PM
sql server replication:
I have my replication setup, it should work fine with the exception of an
error im getting while the supcription is trying to pull from the distibutor.

Login failed for user 'CBB\services'.
Re: Transactional Replication Paul Ibison
8/20/2004 10:05:43 AM
Robert,
the distribution agent logs into the distributor using the sql server
agent's login of the subscriber in trusted pull replication. Can you check
that this windows login has permissions to access the distributor. You could
add the login or you could use the same login to start your SQL services on
the publisher and subscriber. In BOL there are more details (replication,
security), but this account must also be in the PAL of the publication.
HTH,
Paul Ibison

AddThis Social Bookmark Button