Frequently Asked Question
How can I add an existing stage table to A2B Data profile?
Last Updated 9 years ago
Adding an existing stage table with data follows similar instruction as if one would add a new table to an existing/new profile. However, below are the special instructions that one needs to follow carefully.
- Make sure that the data in target table is in sync with source database (Only applicable if you are going to use Full Compare on Source or Attribute Max Value as the hash type)
- If there are other objects in the profile, those need to be unchecked during the initial run.
- An additional parameter "-initial true" needs to be added to profile invoking command only for the first run. For example (java -jar ExtractLoader.jar -id 101 -initial true)
- Subsequent runs should run normally with the initial parameter set to false. By default, the parameter is set to false.