(again): A tool to transfer the Add\Delete tables to the business table,
I???m wondering if there is simple tool that can transfer the Add\Delete tables to the business table. I got the attached model tool but it appears not to do the job
[ATTACH=CONFIG]31580[/ATTACH], [ATTACH=CONFIG]31581[/ATTACH]
What other tools might transfer the Add\Delete tables to the business table
Thank you
Best
Jamal
Solved! Go to Solution.
Now, being the updates are reflected in the sde.default and its versions by the �??reconcile version�?� tool, the �??communities�?� in the SQL server doesn�??t match the one on the ArcGIS
Number of records of the �??communities�?� in the SQL is 781
Number of records of the �??communities�?� in the ArcGIS is 788
...
Which tools can be used to have Number of records of the �??communities�?� in the SQL and in ArcGIS equal?
That process is carried out by the Compress operation, step 2 in your ModelBuilder model. If the Compress failed to do that, than there are still versions or replicas (which as William correctly stated are also technically versions) that haven't been reconciled & posted properly.
Are there other connections to the geodatabase besides the one from which you're attempting compress? Client connections can create state locks and therefore prevent records from A & D tables getting written to base. When you run compress, please ensure there are no other connections.
SELECT * FROM DBO.VERSIONS;
From the screen shots I can see that you are running the Model from the ArcMap interface.
1) Did you save the edits and stop editing?
2) Try to close the ArcMap after editing and then run the Model from ArcCatalog. Does this help?
You must understand that just running the compress will not push all records from the delta tables to the Base table. There should be no one editing the data, when you are attempting the compress if you want a "full compress".
Images from the original question