TDM Database

TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM GUI and task execution processes connect to the TDM DB to get or update TDM settings or tasks.

The following table lists the TDM tables and their description.

Table Name Description Table Category

business_entities

Business Entities list. Business Entity

tdm_lu_type_relation_eid

TDM relationships table. This table maps the source parent Entity ID to its source children Entity IDs per source environment. For example Customer 1 has orders 56, 63 and 73 in the Production environment. This table is populated by a sync of the parent LU and is used to build the entities list of the children LUs during Load (copy) tasks.

Click for more information about tdm_lu_type_relation_eid table.

Business Entity

tdm_lu_type_rel_tar_eid

TDM relationship table for target IDs. This table maps the target parent Entity ID to its target children Entity IDs per target environment and is populated by a sync of the parent LU. The table is used to build the entities list of the children LUs for Delete and load entity or Delete entity without load tasks when the TDM task deletes parent entities and their related data from a target environment.

Click for more information about tdm_lu_type_rel_tar_eid.

Business Entity

[LU_NAME]_params

Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and source environment has a specific record which holds the Entity ID (IID), source environment name and the list of parameters defined for the LU. For example, Customer Type. This table is created by a Fabric sync on each LU and is used to support random selection and select by parameters task selection methods.

Click for more information about parameters handling.

Business Entity

tdm_be_post_exe_process

List of post-execution processes attached to each Business Entity. A post-execution process is executed at the end of the task execution process. For example, sending a mail to a user. Business Entity

product_logical_units

  • Maps a list of LUs in each Business Entity.
  • Maps the relationship of the LUs in a Business Entity.
  • Maps the link of the combined Business Entity and LU to a product.

Click for more information about this table.

Business Entity/Product

products

Products (applications) list. Product

environments

TDM source and target environments. Each record contains the environment name, environment type (source, target, or both), and the environment name in Fabric. TDM Environments

environment_owners

List of environment owner users of each TDM environment. TDM Environments

environment_products

List of products (applications) attached to each environment. The connection details of an environment's interfaces are defined and saved in Fabric. TDM Environments

environment_roles

List of roles and their permissions per TDM environment. TDM Environments

environment_role_users

List of users attached to a role. TDM Environments

tdm_be_env_exclusion_list

Exclusion lists per Business Entities and TDM environment. TDM Environments

tdm_env_globals

List of Global parameters set on an environment level. TDM Environments

tasks

Tasks list. Task

task_globals

List of Global parameters set on a task level. Task

task_ref_tables

List of Reference tables included in each TDM task. Task

tasks_logical_units

List of LUs included in each TDM task. Task

instance_table_count

Holds the records added to each LU table in each LU and LUI. The table is populated by a Fabric sync and is used to generate the TDM Statistics details in the execution report. Task Execution

task_exe_error_detailed

TDM Execution detailed error table. Task Execution

task_execution_entities

Detailed list of entities and the execution status of each task's execution.

This table is used to generate the entity list of the children LU of a task execution.

This table is also copied and stored in the list of copied and failed entities and Reference tables of the task execution.

Task Execution

task_execution_list

Holds the list of execution requests for each task's execution. A separate record is created for each LU and post-execution process.  Task Execution

task_execution_summary

Summary information of each task's execution. A record is created for each task's execution. Task Execution

task_ref_exe_stats

List of Reference tables to be processed by the execution of a given task. Task Execution

tasks_post_exe_process

List of post-execution processes to be executed for each task's execution. Task Execution

tdm_seq_mapping

Mapping of source and target sequences.

Click for more information about sequence implementation.

Task Execution

task_exe_stats_detailed

Detailed statistics of each task's execution. Task Execution Statistics

activities

TDM activities log. A new record is created for each TDM activity specifying its datetime, user, type (create or update), impacted TDM component and description. TDM Activities

tdm_general_parameters

TDM general parameters. General TDM Parameters

Previous

TDM Database

TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM GUI and task execution processes connect to the TDM DB to get or update TDM settings or tasks.

The following table lists the TDM tables and their description.

Table Name Description Table Category

business_entities

Business Entities list. Business Entity

tdm_lu_type_relation_eid

TDM relationships table. This table maps the source parent Entity ID to its source children Entity IDs per source environment. For example Customer 1 has orders 56, 63 and 73 in the Production environment. This table is populated by a sync of the parent LU and is used to build the entities list of the children LUs during Load (copy) tasks.

Click for more information about tdm_lu_type_relation_eid table.

Business Entity

tdm_lu_type_rel_tar_eid

TDM relationship table for target IDs. This table maps the target parent Entity ID to its target children Entity IDs per target environment and is populated by a sync of the parent LU. The table is used to build the entities list of the children LUs for Delete and load entity or Delete entity without load tasks when the TDM task deletes parent entities and their related data from a target environment.

Click for more information about tdm_lu_type_rel_tar_eid.

Business Entity

[LU_NAME]_params

Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and source environment has a specific record which holds the Entity ID (IID), source environment name and the list of parameters defined for the LU. For example, Customer Type. This table is created by a Fabric sync on each LU and is used to support random selection and select by parameters task selection methods.

Click for more information about parameters handling.

Business Entity

tdm_be_post_exe_process

List of post-execution processes attached to each Business Entity. A post-execution process is executed at the end of the task execution process. For example, sending a mail to a user. Business Entity

product_logical_units

  • Maps a list of LUs in each Business Entity.
  • Maps the relationship of the LUs in a Business Entity.
  • Maps the link of the combined Business Entity and LU to a product.

Click for more information about this table.

Business Entity/Product

products

Products (applications) list. Product

environments

TDM source and target environments. Each record contains the environment name, environment type (source, target, or both), and the environment name in Fabric. TDM Environments

environment_owners

List of environment owner users of each TDM environment. TDM Environments

environment_products

List of products (applications) attached to each environment. The connection details of an environment's interfaces are defined and saved in Fabric. TDM Environments

environment_roles

List of roles and their permissions per TDM environment. TDM Environments

environment_role_users

List of users attached to a role. TDM Environments

tdm_be_env_exclusion_list

Exclusion lists per Business Entities and TDM environment. TDM Environments

tdm_env_globals

List of Global parameters set on an environment level. TDM Environments

tasks

Tasks list. Task

task_globals

List of Global parameters set on a task level. Task

task_ref_tables

List of Reference tables included in each TDM task. Task

tasks_logical_units

List of LUs included in each TDM task. Task

instance_table_count

Holds the records added to each LU table in each LU and LUI. The table is populated by a Fabric sync and is used to generate the TDM Statistics details in the execution report. Task Execution

task_exe_error_detailed

TDM Execution detailed error table. Task Execution

task_execution_entities

Detailed list of entities and the execution status of each task's execution.

This table is used to generate the entity list of the children LU of a task execution.

This table is also copied and stored in the list of copied and failed entities and Reference tables of the task execution.

Task Execution

task_execution_list

Holds the list of execution requests for each task's execution. A separate record is created for each LU and post-execution process.  Task Execution

task_execution_summary

Summary information of each task's execution. A record is created for each task's execution. Task Execution

task_ref_exe_stats

List of Reference tables to be processed by the execution of a given task. Task Execution

tasks_post_exe_process

List of post-execution processes to be executed for each task's execution. Task Execution

tdm_seq_mapping

Mapping of source and target sequences.

Click for more information about sequence implementation.

Task Execution

task_exe_stats_detailed

Detailed statistics of each task's execution. Task Execution Statistics

activities

TDM activities log. A new record is created for each TDM activity specifying its datetime, user, type (create or update), impacted TDM component and description. TDM Activities

tdm_general_parameters

TDM general parameters. General TDM Parameters

Previous