UDCs

Use the options to select a data load action into your database when the configuration data is loaded for your target environment:

  • Replace UDCs

    The UDCs in the target environment will be replaced with the UDCs in the configuration.

    Caution:

    If any UDCs exist in the target tables to be replaced, they will be lost because this selection indicates that you want to replace the UDC with data from the portable archive created by Configuration Assistant.

    You should always beware of data integrity concerns, especially in production data environments. See Backing Up Your Target Database Environment.

  • Replace Records

    Table records in the target environment will be replaced with the records in the configuration table.

    Caution:

    Replace Records does not clear the table before it copies. It replaces records in the target with the same key. Any new records are appended.

    You should always beware of data integrity concerns, especially in production data environments. See Backing Up Your Target Database Environment.

  • Append Records

    Only records that do not exist in the target environment will be copied from the configuration tables.

    Caution:

    You cannot create a configuration to extract and deliver an empty table. That is, you cannot define an empty table in your source environment to overwrite an existing populated table in your target environment.

    You should always beware of data integrity concerns, especially in production data environments. Refer to Backing Up Your Target Database Environment.