Groups | Blog | Home
all groups > sql server replication > september 2006 >

sql server replication : Login Problem



Hilary Cotter
9/30/2006 6:24:03 PM
if this is a pull subscription you must make sure that the sa account, the
SQL Server agent account on the subscriber, or the account that you are
using to pull the subscription has dbo rights on the distribution database,
and is in the PAL of the publication database.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Samuel Shulman
9/30/2006 9:44:48 PM

I just tried to create a Transactional Replication and it failed because the
Login for sa failed...

I assume that the destination server (for Push Subscription) doesn't
recognize the sa of the Distributor

What can be done to solve that (when running the wizard I wasn't given any
chance to solve that)

Thank you,
Samuel

Samuel Shulman
9/30/2006 11:36:28 PM
It is a push subscription

Samuel

[quoted text, click to view]

Paul Ibison
10/1/2006 9:15:28 PM
Samuel,
please see if this applies to your issue:
http://support.microsoft.com/default.aspx?scid=kb;en-us;320773
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .

Hilary Cotter
10/2/2006 9:15:16 AM
Your publisherlogin property must be the sa account (or an account in the
dbo role in the distribution database and the dbo role in the publication
database). can you ensure that this is the case?

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button