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 |
|
kataka
Starting Member
2 Posts |
Posted - 2002-02-07 : 21:48:40
|
| Trying to replicate data with push subscription. Hit an error of 'The merge process could not initialize the subscription'. Details error on merge agent was 'Line 1: Incorrect syntax near 'MODIFICATION_TASK''. This is on SQL7.0 SP2. Really appreciate any help.Thanks. |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-02-07 : 21:52:52
|
| I found this on a Google search:http://vyaskn.tripod.com/repl_ans.htm#reconcileThere may be some missing or incorrect versions of replication DLLs. You might also try applying Service Pack 3 to your SQL Server, it may also clear up the issue. |
 |
|
|
kataka
Starting Member
2 Posts |
Posted - 2002-02-07 : 22:09:52
|
| I also have another database on the same server which is a distributor with few subcribers running fine. The error happened when I tried to replicate another database on same server. Thanks. |
 |
|
|
|
|
|