Merge replication results are incorrect or merge replication fails when you try to use merge replication to merge SQL Server 2005 Mobile Edition data with SQL Server 2000 data (914792)
The information in this article applies to:
- Microsoft SQL Server 2005 Mobile Edition
- Microsoft SQL Server 2000 Developer Edition
- Microsoft SQL Server 2000 Enterprise Edition
- Microsoft SQL Server 2000 Standard Edition
BUG #: 11321 (SSCE)
SYMPTOMSWhen you try to use merge replication to merge Microsoft SQL Server 2005 Mobile Edition data with Microsoft SQL Server 2000 data, you may experience one of the following problems: This problem occurs when all the following conditions are true: - The table has an Identity column.
- The Identity column is not the first column of the table.
- Merge replication involves both uploading changes and downloading changes for the table.
- The table is not empty after the synchronization process.
Note You do not experience this problem when the server that runs the publisher is running SQL Server 2005. CAUSEThis problem occurs because SQL Server 2005 Mobile Edition does not maintain the column order when data is uploaded and downloaded. The upload column order differs from the download order. In SQL Server 2000, you cannot change the column order two times in a single merge replication transaction.RESOLUTIONTo resolve this problem, use one of the following methods: - Try to resynchronize the data by uploading changes from the subscriber again.
- Create the tables with the Identity column as the first column.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 4/18/2006 |
---|
Keywords: | kbsql2005repl kbtshoot kbprb KB914792 kbAudITPRO kbAudDeveloper |
---|
|