Creating Credential Pools - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Execute datamove list_configuration to generate configuration.xml.
  2. Edit configuration.xml in the section under <key>job.useGroupUserIDPool</key>.
  3. Change the value associated with this key to true. The default is false. If the value is false, any source and target systems or users specified in the pool will not be selected for Data Mover jobs.
  4. Under value, add the element <groupPool>.
  5. Under groupPool, add the element <name>, and enter a unique name for this credential pool.
  6. After name, add the element <system name="name">, and specify the name of the desired source or target system.
  7. Under <system name="name">, add the element <user>.
  8. Under user, add the element <name>, and enter a username to be associated with this system.
  9. After name, add one of the following password elements for this user:
    • Add <password> and enter the unencrypted password for this user.
    • Add <encrypted_password> and enter the encrypted password for this user.
  10. Repeat steps 6 through 9 for each additional system and users that you want to specify for this pool.
  11. Repeat steps 4 through 9 for each additional pool that you want to create. Once a pool is created and the property job.useUserIDPool is set to true in configuration.xml, Data Mover will select from the pool specified for the source and/or target systems when running jobs.