Viewing 15 posts - 16 through 30 (of 115 total)
What does the conflict viewer reveal? This should contain a record of why the insert was rolled back.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ...
September 26, 2005 at 7:37 am
sounds like you are using immediate updating. Consider using bi-directional transaction, queued updating, or immeidate with queued failover and manually fail to queued, or merge replication.
September 22, 2005 at 4:18 am
My aren't we being snide Vinny or is it Mark?
I strongly suggest you review the posts in groups.google.com for 14294 , ie
Microsoft PSS support engineers have responded with some...
September 9, 2005 at 7:49 am
Download the code samples in my sig. There are examles of how to do it there.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing...
September 7, 2005 at 4:55 am
use sp_addsubscription and in the @article parameter use the article name.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
September 6, 2005 at 4:27 am
You should be able to package both scripts up in the post snapshot command.
you can also deploy them through sp_addscriptexec
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for...
September 6, 2005 at 4:24 am
Regretably this is a design flaw and you have to manually edit the update proc to remove the identity column update.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking...
September 6, 2005 at 4:18 am
The reason might be logged in the conflict viewer.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
September 1, 2005 at 5:09 am
do a no-sync subscription or use the keep table unchanged option.
If you want new deletes (deletes that occur on your publisher after the snapshot is applied) to only occur on...
September 1, 2005 at 5:08 am
The agent does not have enough time to run. Set QueryTimeOut to a larger value.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
September 1, 2005 at 5:03 am
right click on the agent, select agent properties, and make the job owner sa.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
September 1, 2005 at 5:02 am
enable logging to determine exactly what the problem is. Many times this error is solved by rerunning the merge agent, or by setting querytimeout to a larger value.
Consult this kb...
August 31, 2005 at 4:18 am
can you post the schema for the problem table? Script it and related tables out along with pk's and fk's on the publisher and subscriber.
--
Hilary Cotter
Looking for a SQL...
August 31, 2005 at 4:09 am
It is possible.
It is likely you have run into another problem - please refer to this link for more info.
http://www.indexserverfaq.com/tablenotenabled.htm
--
Hilary Cotter
Looking for a SQL Server replication book?
August 31, 2005 at 4:03 am
You will likely find other missing stored procedures as well. It sounds like your latest sp did not apply correctly. You will need to reapply it and all subsequent hot...
August 24, 2005 at 5:26 am
Viewing 15 posts - 16 through 30 (of 115 total)