August 20, 2009 at 8:29 am
One of my Subscriber is running fine, but when I create new Subscriber I am getting following error
The row was not found at the Subscriber when applying the replicated command.
August 20, 2009 at 8:45 am
Did you apply a snapshop to initialize the new subscriber?
August 20, 2009 at 8:52 am
No, do I have to initialize that, I restore the last night data and just create a subscriber with out initialize.
August 20, 2009 at 9:03 am
You might need to if the tables in the article might have changed.
When you set up the subscriber, it ought to ask to initialize the subscriber.
August 20, 2009 at 9:20 am
hi I recreate the subscriber with initianilaze, now I am getting following error
The initial snapshot for publication 'OLTP_PUB_ALL_Tables' is not yet available.
also when I check the properties of Subscriber I can see Subscriber Status is "Pending"
August 20, 2009 at 9:39 am
on the subscription reinitialize it. then start it manually to make sure you get the message that the snapshot is not available.
run the snapshot
run the log reader
start the subscription and it should start copying the snapshot and then any transactions that happened during the snapshot copy
August 20, 2009 at 9:43 am
How to run the log reader
August 20, 2009 at 9:48 am
Hi I am getting following error, when I pick up the option initinalize
The initial snapshot for publication 'OLTP_PUB_ALL_Tables' is not yet available.
August 20, 2009 at 9:48 am
MAK (8/20/2009)
How to run the log reader
If you're using pull subscription, the log reader job would be created on the subscriber, if you've setup push subscription, the job will be created on the distributor.
expand sql server agent>expand jobs> the job names with two numbers seperated by a hyphen would be your log reader agent job.
August 20, 2009 at 10:01 am
Hi Thansk for help,
I am still getting following error
I am getting following error, when I pick up the option initinalize
The initial snapshot for publication 'OLTP_PUB_ALL_Tables' is not yet available.
August 20, 2009 at 10:09 am
These URLs should help you:
http://www.sqlservercentral.com/Forums/Topic342644-7-1.aspx
http://sql-server-performance.com/Community/forums/p/27963/150413.aspx%5B/url%5D
August 20, 2009 at 10:17 am
your error might be related to a BUG: if i am right.
Maninder
www.dbanation.com
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply