Page History
...
- 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
...