ACC97: Data in OLE Object or Memo Field Missing from ReplicaLast reviewed: November 11, 1997Article ID: Q172164 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. After you synchronize a replica, the data in a Memo field or OLE Object field in a member of the replica set is missing. Also, a conflict error is generated.
CAUSEDuring synchronization, an error occurred, which prevented the transfer of data in a Memo field or OLE Object field to one of the replicas.
RESOLUTIONTo correct the conflict error and restore the data to the Memo or OLE object field, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. This problem no longer occurs in Microsoft Access 97 Service Release 1. NOTE: Stand-alone Microsoft Access 97 Service Release 1 is not currently available, but you can update your copy of Microsoft Access 97 to Service Release 1 by downloading Microsoft Office Service Release 1 from Microsoft's Web site at:
http://www.microsoft.com/office/office97/servicerelease MORE INFORMATION
Steps to Reproduce Problem
1. Start Microsoft Access and open a new, blank database.
2. Create a new table named tblTest:
Table: tblTest
-----------------------------
Field Name: ID
Data Type: Number
Field Size: Long integer
Indexed: Yes (No Duplicates)
Field Name: Notes
Data Type: Memo
Table Properties: tblTest
-------------------------
PrimaryKey: ID
Close and save the table as tblTest.
3. Create a replica of the database.
4. In the Design Master, enter the following record into the tblTest
table:
ID Notes
------------
1 test
Close the Design Master.
5. Open the replica and enter the following record into the tblTest
table:
ID Notes
------------
1 test
6. Synchronize with the Design Master.
7. In the Resolve Replication Conflicts dialog box, click View Data
Errors. Note that the changes you requested were not successful
because they would create duplicate values in the index, primary
key, or relationship.
8. Close the Replication Data Errors dialog box and close the Resolve
Replication Conflicts dialog box.
9. Close the replica and open the Design Master.
10. When the Resolve Replication Conflicts dialog box appears, click
Close.
11. Open the tblTest table and change the one existing record as follows:
ID Notes
------------
1 test
12. Close the table and synchronize with the replica. Note that there is
now a replication conflict in the Design Master.
13. Close the Resolve Replication Conflicts dialog box and open the
tblTest table. Note that both records contain data in the Notes field.
14. Close the Design Master and open the replica. Open the tblTest table.
Note that in the second record, there is no data in the Notes field.
REFERENCESFor more information about resolving replication data errors, search the Help Index for "replication, troubleshooting," and display the topic "Resolve replication data errors." Keywords : RplConf kbusage Version : WINDOWS:97 Platform : WINDOWS Hardware : x86 Issue type : kbbug Solution Type : kbpatch kbworkaround |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |