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

sql server replication : The Process Could Not Log Conflict Information


Benzine
12/21/2006 4:16:01 PM
I recently setup merge replication and for each subscriber I add and try
and synchronize I get the following error message:

"The Process Could Not Log Conflict Information"


When I view the details of the error it states the following:


"The Process Could Not Log Conflict Information.
(Source: Merge Replication Provider (Agent); Error number: -2147200992)
---------------------------------------------------------------------------­------------------------------
SELECT permissions denied on object 'conflict_mydatabase_mytable',
database 'MyDatabase', Owner 'MyUser'.
(Source: SERVERNAME(Data Source); Error number: 229)
---------------------------------------------------------------------------­------------------------------
INSERT permissions denied on object 'conflict_mydatabase_mytable',
database 'MyDatabase', Owner 'MyUser'.
(Source: SERVERNAME(Data Source); Error number: 229)"


Judging from the Session Details it merges all data first but fails
right at the end with the above.


Can anyone help me with this??


PS. I had setup a test replication environment first and did not have
any problems, only once I put it into production I starting getting
these errors (My luck!)

PPS. I am running MS SQL 2000 Version 8.00.2039 and clients are using MSDE.
Hilary Cotter
12/23/2006 9:54:07 PM
Can you make the subscriberlogin account part of the dbo_role on the
subscriber? I think this should solve your problem.

--
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]

Benzine
12/24/2006 8:58:01 PM
Thank you for your reply, this has solved the problem.

Many thanks.

[quoted text, click to view]
AddThis Social Bookmark Button