Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the migration Jobs one at a time, following the order specified at the beginning of the job name.. Before running a job check if it requires other jobs to be run first.

The following sections describe the jobs and any requirements they may have

1_Source_Reports

You can run this job if you want to have reports for the migration.

The largest job is '2_Migrate_Current_Objects

This job has to be run for migrating to RED10. Job 2 is the largest and ' and takes the longest to complete, this job should be completed successfully before continuing with Job 3. If there are any failures in Job 2, you should view the failure reason and restart the job at the point of failure from the Azkaban Scheduler Dashboard directly, by rerunning the failed execution.

Note

2_Migrate_Current_Objects is intended for SQL and Teradata source repositories, 2_Migrate_Current_Objects_Oracle is intended for Oracle only. Ensure you only run one of these jobs, depending on your source metadata repository type.

3_prepare_Target_Repository

Job 2 should be completed successfully before continuing with Job 3. If If there are any failures in Job 3, you can complete the job manually from the RED UI by running the scripts in the order outlined in the the Migration Scripts Explained section.

After Job 3 has completed, or you have run the scripts manually, please log in to the migrated Destination repository and allow the RED 10 Target Enablement Pack post install process to complete. This is also a good point to check the connections and save a RED Profile for your migrated Destination metadata repository.

4_Set_Storage_Templates

Job 4 applies the default templates which were set up by the RED 10 Target Enablement Pack, this is why it is important to have completed that install process by logging in to the Destination. Destination. 

5_Generate_Windows_Action_Scripts

This job generates Windows Action Scripts for all objects. It runs a single script that can also be run from the RED UI, see the script details for the scripts prefixed with 'c' in the following section. Running this script is optional.

6_Generate_Linux_Action_Scripts

This job generates Linux Action Scripts for all objects. It Jobs 5, 6 and 7 are optional, each runs a single script that can also be run from the RED UI, see the script details for the scripts prefixed with 'c' in the following section. Running this script is optional.

7_Generate_Routines

Generates Load/Update routines for all objects. It can also be run from the RED UI, before running this job see the script details for the scripts prefixed with 'c'. 


Tip
titleRestarting the entire migration

To repeat the migration process a second time you do not need to reinstall the Migration Tooling, you can simply drop and recreate the Destination database, run script '2_target_repo_creation', then run the jobs again in the order specified.

...