The GDB_ReplicaChanges table is not updated when using Python to alter a record in a personal geodatabase (mdb) outside an edit session.
上次发布: August 19, 2020No Product Found
漏洞 ID 编号
NIM074143
已提交
October 17, 2011
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
Note: Using the following steps in an edit session changes get to be updated in the GDB_ReplicaChanges table. When the synchronize operation is run the SQL express database is updated successfully.1. Create replica with the Distributed Geodatabase toolbar and choose type check-out to a personal geodatabase (mdb), no further options.2. Add feature class to ArcMap from the checkout database.3. Start editing on the feature class.4. Open Python window and copy the script and run it.5. Stop editing and save edits.6. Launch Microsoft Access and open the mdb > GDB_ReplicaChanges> the deleted record will be listed.7. From ArcMap > Distributed Geodatabase toolbar> Synchronize Changes.8. Check the SQL express geodatabase. The OBJECTID specified in the script for deletion has been deleted.