I would like to export those records identified as changes after running the Version Changes tool before running Reconcile and Post tools. Preferably with python or having python call a program to do the export of the Version Changes records to somewhere and then continue on with an automated reconcile/post process. But any solution would be most appreciated. Thanks.
|
In order to find Version Changes between two Versions, all you have to do is use a DifferenceCursor. This is how any difference between versions (for example, detecting conflicts) is implemented internally. Make sure you open the tables that you pass in from the right version - people tend to make that mistake. |
|||
|
|
|
I think you will need to either add some data to your feature class or utilize the sde versioning tables to select the correct records. |
||||
|
|
|
This question is answered here: Is it possible to create a python script to rec/post versions? debate:close this question? |
|||||||||||||
|
