Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
fazle_rabbee
Yak Posting Veteran
63 Posts |
Posted - 2009-02-21 : 06:50:23
|
Now I am getting the follwing error attepting to run merge replication - 'The merge process could not initialize the subscription'. Please tell me what is the solution?fazle rabbee |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-21 : 09:15:17
|
Snapshot wasn't available. Rerun the snapshot agent . |
|
|
fazle_rabbee
Yak Posting Veteran
63 Posts |
Posted - 2009-02-21 : 09:40:11
|
I HAVE RETURN THE SNAPSHOT. BUT STILL THE ERROR MESSAGE OCCURS. THIS THE ERROR DETAIL 'The index entry for row ID was not found in index ID 2, of table 1527676490, in database 'ERP'.' i NEED A SOLUTION ASAPfazle rabbee |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-21 : 09:45:32
|
http://www.dbforums.com/microsoft-sql-server/1003969-index-entry-row-id-not-found-index-id-3-table-357576312-a.html |
|
|
fazle_rabbee
Yak Posting Veteran
63 Posts |
Posted - 2009-02-21 : 09:58:47
|
I have execute the query dbcc checkdb (repair_fast) but could not repair the error. any other idea???fazle rabbee |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-21 : 10:08:09
|
quote: Originally posted by fazle_rabbee I have execute the query dbcc checkdb (repair_fast) but could not repair the error. any other idea???fazle rabbee
Did you follow the link? |
|
|
fazle_rabbee
Yak Posting Veteran
63 Posts |
Posted - 2009-02-21 : 10:20:57
|
it is showing the error messgae invalid syntex name near 'repair_fast'fazle rabbee |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-21 : 10:41:42
|
What did you try with?Also Run DBCC CHECKDB 'Databasename' and post the full error. |
|
|
|
|
|