Security

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

  • Replace *Public/Role/User

    *Public/Role/User in the target environment will be replaced with *Public/Role/User in the configuration.

    Caution:

    If any *Public/Role/User exists in the target tables to be replaced, they will be lost because this selection indicates that you want to replace *Public/Role/User 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. See Backing Up Your Target Database Environment.