Reconciles the version of a VertiGIS Networks Job against the default SDE.DEFAULT version but does not generate a message. This task processes all the VertiGIS Integrator Cron Jobs that are in the READYTOPROCESS state.
Using the Job reconcile setting, the VertiGIS Integrator will read all the differences from the default version posted after the Cron Job has been generated and will update the branch version with the changes from the default version.

This Cron Job supports the following additional parameters:
Parameter |
Value |
Required |
|---|---|---|
Duration (min.) |
Time duration of the interval in minutes (VertiGIS Networks Jobs will be processed only within the specified time interval). If this value is empty, all VertiGIS Networks Jobs in the ready-to-process state will be processed. |
|
Target Service Endpoint |
Name of the feature service endpoint used to send data to the external system. Unless otherwise specified, the operation applies to all feature service endpoints including VertiGIS networks endpoints. |
|
Parameter |
A JSON string containing properties that take precedence over those defined in the global settings page •abort_if_conflict: true/false •conflict_detection: "byAttribute"/"byObject". obyAttribute: Column level obyObject: Row level •reconcile_retry_count: integer oIf not explicitly specified in this JSON string, the value defined for postserver.reconcile.retry.count in the properties.xml configuration file will be used. odefault is 0 •reconcile_retry_wait_seconds: integer oIf not explicitly specified in this JSON string, the value defined for postserver.reconcile.retry.wait_time in the properties.xml configuration file will be used. Example: { "abort_if_conflict": true, "conflict_detection": "byAttribute", "reconcile_retry_count": 1, "reconcile_retry_wait_seconds": 3 } |
|