To use this AI agent effectively, ensure that all necessary credential files and environment variables for the following tools are properly configured and securely stored on the machine where the Secure Agent is installed. This ensures proper authentication and connectivity for each tool.
Configure the following tools:
•GetLoginToken
This tool requires a credential file named <identifier>_creds.py that contains the IDMC login URL and native user credentials to connect to the IDMC environment where the jobs failed.
For example, if your identifier is PROD1, the file should be named PROD1_creds.py and include the following details:
If you manage multiple environments, create separate credential files for each environment and dynamically pass the appropriate identifier to the agent.
•ConnectionTest
This tool requires a file named idmc_connections.json to be placed on Secure Agent machine and accessible by the agent. This JSON file should contain a list of taskflows that have connection objects used as source and target in mappings, and their corresponding connection IDs retrieved from the IDMC environment.
The following snippet shows sample content for the idmc_connections.json file: