Process a version against the SDE.DEFAULT default version.
This Cron Job supports the following additional parameters:
Parameter |
Value |
Required |
---|---|---|
Version (regular expression) |
Defines the names of the versions to be processed by a regular expression. |
X |
Conflict handling |
To resolve a conflict during the version Reconcile process, you can use the following operations: •Reconcile error: when a conflict occurs, the Reconcile process is stopped and an error message is stored in the log table. •Child version wins: if a conflict occurs during the Reconcile process, this conflict will be resolved automatically. The conflicts are automatically resolved by overwriting changes in the parent versions (e.g. SDE.DEFAULT) with the child version changes. •Parent version wins: if a conflict occurs during the Reconcile process, this conflict will be resolved automatically. The conflicts are automatically resolved by overwriting changes in the child version (e.g., SDE.DEFAULT) with changes from the parent version. |
X |
Conflict Level |
Help to define on which level the Reconcile conflicts are detected: •Row level: complete table rows are checked for conflicts. •Column level: individual table fields are checked for conflicts. |
X |