Step 3. Configure the tool connections
Configure your IDMC user name and password to connect to CDGC.
- 1Open the following tool connection.
- - CDGC_Get_Metadata_Python_Tool
- - Description_Update_Python_Tool
- 2On the Code tab, enter the following property values in double quotes:
- - username = os.getenv("IDMC_USERNAME", "<user name>")
- - password = os.getenv("IDMC_PASSWORD", "<password>")
- 3Save the connection.