By following "How To Configure ODI Studio With External Authentication [1510392.1]", we've configured ODI agent to have external authentication against MSAD.
But, intermittently, we got the following ODI exception related to authentication while connecting to the master repository.
ODI-1418: Error connecting to agent <agent name>: an authentication error occurs while connecting to the master repository. Caused by: ODI-10199: Incorrect ODI username or password.
We tried the below settings in odiparams.sh. But, apparently, ODI didn't seem to retry in establish connections.
ODI_CONNECTION_RETRY_COUNT=5
ODI_CONNECTION_RETRY_DELAY=7000
We believe that the above setting is about the repository db connection and not the LDAP authentication connection.
We wonder how to configure ODI agent to retry while establishing connection to external authentication provider such as MSAD. Anything in jps-config.xml?
Regards,
nww