Table of Contents

Search

  1. Preface
  2. Introduction to Test Data Management
  3. Test Data Manager
  4. Projects
  5. Policies
  6. Data Discovery
  7. Creating a Data Subset
  8. Performing a Data Masking Operation
  9. Data Masking Techniques and Parameters
  10. Data Generation
  11. Data Generation Techniques and Parameters
  12. Working with Test Data Warehouse
  13. Analyzing Test Data with Data Coverage
  14. Plans and Workflows
  15. Monitor
  16. Reports
  17. ilmcmd
  18. tdwcmd
  19. tdwquery
  20. Appendix A: Data Type Reference
  21. Appendix B: Data Type Reference for Test Data Warehouse
  22. Appendix C: Data Type Reference for Hadoop
  23. Appendix D: Glossary

Updating Login Credentials

Updating Login Credentials

Invoke the ilmcmd command line to encypt the password for Test Data Management (TDM) cache and the PowerCenter (PC) repository.
Update the username and password values available in the following directory:
$INFA_HOME//TDM/utilities/ilmcli/bin/ updatePasswordContent.json
.

Test Data Management (TDM)

To update the username and password, perform the following steps:
  1. Open the JSON file from the following directory:
    $INFA_HOME/TDM/utilities/ilmcli/bin/updatePasswordContent.json
    .
  2. Enter the values for the url, database username, database password, TDMUser, and TDMPassword. Save the JSON file. Use the following example to update the JSON file:
    {     "connections": [         {             "url": "jdbc:informatica:oracle://invr77dsg1600.informatica.com:1521;SID=orcle19c",             "user": "AA_TDM_TRG",             "password": "AA_TDM_TRG1",             "TDMUser": "",             "TDMPassword": ""         },         {             "url": "",             "user": "",             "password": "",             "TDMUser": "testuser",             "TDMPassword": "admin1"         }     ] }
    You can choose to add multiple connections separated by commas.
  3. Open the command line environment and run the following command:
    sh ilmcmd -upc -f <json file with full path where passwords are updated> -ct tdmcache
    .
  4. Run the workflow from the Test Data Management tool.

PC Repository

To update the username and password, perform the following steps:
  1. Open the JSON file from the following directory:
    $INFA_HOME/TDM/utilities/ilmcli/bin/updatePasswordContent.json
    .
  2. Enter the values for the url, username, password for the database connection. Additionally, add and update values for the database type, JDBC connection string, PowerCenter repository username, and password.
    You can choose to add multiple connections separated by commas
  3. Open the command line environment and run the following command:
    sh ilmcmd -upc -f < json file with full path where password are updated> -ct pcrepo -rdt <database Type> -rdl "<jdbc connection String>" -rdu <powercenter repository username> -rdp < powercenter repository password>
    .
  4. Run the workflow from the Test Data Management tool.

0 COMMENTS

We’d like to hear from you!