Hi,
We migrate a DSEE instance from 6.3.1 to 11.1.1.7.1 but now we encounter random errors with some scripts we used on the 6.3.1 instance
For instance when we try to disable a replication agreement :
Unable to bind securely on "myHost:51389".
"myHost:51389" and "dsconf" could not negotiate the desired level of security.
Details: Received fatal alert: bad_record_mac
The "disable-repl-agmt" operation failed on "myHost:51389".
Or when we list the replication agreements :
Unable to bind securely on "localhost:51389".
"localhost:51389" and "dsconf" could not negotiate the desired level of security.
Details: Received fatal alert: bad_record_mac
The "list-repl-agmts" operation failed on "localhost:51389".
Those scripts are launched in a once a day and they fail randomly.
Il we launch the command mannually we do not encounter the problem.
So the questions are :
- why do we have those random errors? what is the root cause? (certificate problem?)
- On the forum, I have found that we can use -e option or set the $DIRSERV_UNSECURED variable (see : https://community.oracle.com/thread/2282940?tstart=0)
=> Is it THE solution?
Regards,
Gilles