Page History
...
- Associates objects with the default storage templates of the target connection they are associated with.
- This script will not overwrite existing storage template associations for an object, it only adds missing templates.
- Included in Job '4_Set_Storage_Templates'
If you find you were missing some default templates on one of your Destination repository Target connections, you can rerun this script to have them applied to the associated objects.
- If you have a remote PostgreSQL server you will need to adjust this script to force a client side copy, adding the leading backslash fixes this:
c2_generate_windows_action_scripts and c3_generate_linux_action_scripts
...
- Sets the load template for each Load table which has no existing load script or load template associated.
- These defaults are taken from the Load table's associated Source connection's default load script template.
It is important to go through your source connections and make sure they have suitable load script templates assigned prior to running this script. If you have SSIS or DBLink loads these will require specific templates set.
If you have a remote PostgreSQL server you will need to adjust this script to force a client side copy, adding the leading backslash fixes this:
c5_generate_load_scripts
Similar to the c2 and c3 scripts, this script runs RedCli commands in batches and progress can be viewed in the cmd window or scheduler audit trail. Some failures can be expected for the first few runs until all the configurations have been resolved.
...