The TDM demo project is based on PostgreSQL databases:
Database | Source DBs (populated) | Target DBs (empty) |
CRM | CRM_DB | TAR_CRM_DB |
Billing | BILLING_DB | TAR_BILLING_DB |
Ordering | ORDERING_DB | TAR_ORDERING |
Collection | COLLECTION_DB | TAR_COLLECTION |
The target DBs are empty and the source DBs are populated with customers.
Download the SQL script and the DB backup files from the Demo DBs directory.
Create the databases in PostgreSQL:
Go to the script's directory and open a powershell window.
Then run the following command to the script and create the DB users and schemas on the PostgreSQL DB:
& "[PostgreSQL DB exe file full path]" -Upostgres --host [PG ip address] --port [DB port] -f "create_resources.sql"
Example:
& "C:\Program Files\PostgreSQL\9.6\bin\psql.exe" -Upostgres --host localhost --port 5432 -f "create_resources.sql"
Create a Customer Business Entity that includes an LU with the following structure:
Create the following products:
Create the following environments:
SRC:
TAR:
See instructions on how to work with the TDM GUI in the following link.
Now you are ready to create and execute TDM tasks based on the TDM Demo implementation.
The TDM demo project is based on PostgreSQL databases:
Database | Source DBs (populated) | Target DBs (empty) |
CRM | CRM_DB | TAR_CRM_DB |
Billing | BILLING_DB | TAR_BILLING_DB |
Ordering | ORDERING_DB | TAR_ORDERING |
Collection | COLLECTION_DB | TAR_COLLECTION |
The target DBs are empty and the source DBs are populated with customers.
Download the SQL script and the DB backup files from the Demo DBs directory.
Create the databases in PostgreSQL:
Go to the script's directory and open a powershell window.
Then run the following command to the script and create the DB users and schemas on the PostgreSQL DB:
& "[PostgreSQL DB exe file full path]" -Upostgres --host [PG ip address] --port [DB port] -f "create_resources.sql"
Example:
& "C:\Program Files\PostgreSQL\9.6\bin\psql.exe" -Upostgres --host localhost --port 5432 -f "create_resources.sql"
Create a Customer Business Entity that includes an LU with the following structure:
Create the following products:
Create the following environments:
SRC:
TAR:
See instructions on how to work with the TDM GUI in the following link.
Now you are ready to create and execute TDM tasks based on the TDM Demo implementation.