Exporting CDT
Users with the Developer role can export CDT files from your current environment, preferably from the master environment by using Self Service. By exporting configuration, you can quickly migrate database configurations from the master environment to the target environments. After you export CDT files, these files are available for import in all other environments and you do not have to select a target environment.
About this task
Note: When adding large tables to the
IgnoreList during a CDT export, also add the
related child tables. Excluding only the parent table may not prevent processing of dependent
tables, which can result in export timeouts.Procedure
Example
<preferences>
<configsynch>
<Settings ReportsDir="">
<AuditDeployment ValidateLockid="y" ValidateOldValues="y" ValidateRecordExistsBeforeDelete="y"/>
</Settings>
<SourceTargetPrefs>
<SourceTargetPrefs>
<SourceTargetPair SourceDatabase="SYSTEMDB" TargetDatabase="DEFAULTXMLDB">
<Transformations>
</Transformations>
<Ignore>
</Ignore>
<AppendOnly>
</AppendOnly>
<RecordFilter>
</RecordFilter>
</SourceTargetPair>
</SourceTargetPrefs>
</SourceTargetPrefs>
</configsynch>
</preferences>