Next-generation platform

Importing CDT to your current environment

Users with the Developer role can import CDT files from any environment to your current environment by using Self Service.

About this task

When you import CDT, if all the running servers are restarted successfully, the CDT import status is successful. However, if any of the servers fail to restart, the CDT import status is successful, but with a warning, which is displayed by a warning icon. You can view the details in the logs to view the list of failed servers.

Note: Configuration data cannot be imported if the source version is higher than the target runtime version (even for the minor version difference). Configuration data can be imported only if the source and target versions are same and the source version is less than the target runtime version.

Procedure

  1. Access Self Service with your IBMid.
  2. From the Self Service menu, click Environments.
  3. From the list of environments, select an environment.
  4. In the Configuration tab, click Import CDT.
  5. Select the .zip file from the Select CDT to import list.
  6. Enter the snippet in the CDT preferences XML field, and then click Import.
    Note:

    You must use SourceDatabase as DEFAULTXMLDB and TargetDatabase as SYSTEMDB.

    When you specify these keywords, you do not have to provide the definition or details for the Source and Target databases in the CDT preferences XML file.

Example

<preferences>
    <configsynch>
        <Settings ReportsDir="">
            <AuditDeployment ValidateLockid="y" ValidateOldValues="y" ValidateRecordExistsBeforeDelete="y"/>
        </Settings>
        <SourceTargetPrefs>
            <SourceTargetPrefs>
                <SourceTargetPair SourceDatabase="DEFAULTXMLDB" TargetDatabase="SYSTEMDB">
                    <Transformations>
                    </Transformations>
                    <Ignore>
                     </Ignore>
                    <AppendOnly>
                     </AppendOnly>
                     <RecordFilter>
                    </RecordFilter>
                </SourceTargetPair>            
            </SourceTargetPrefs>
        </SourceTargetPrefs>
    </configsynch>
</preferences>

What to do next

You can view the import CDT report by clicking the process from the list. The ydkprefs.xml and the selected CDT to be imported are displayed in the log.