Hi,
Scenario :
We have scheduled the ldif export using the below crontab command. The report ran for few days and later on we see error as below in the export.out file.
We are on 11.1.1.5 version.
0 20 * * * /xxxx/home/odseep1/ODSEE_Export_1/export.sh >> /xxxx/home/odseep1/ODSEE_Export_1/export.out 2>&1
Export.out error :
Unable to bind securely on "<servername>:11389". "<ServerName>:11389" and "dsconf" could not negotiate the desired level of security.
Details: Received fatal alert: bad_record_mac
The "export" operation failed on "<Servername>:11389".
This is the actual dsconf used in the script ( snippet)
./dsconf export -h <ServerName> -p 11389 -D "cn=Directory Manager" -w /xxxx/home/odseep1/ODSEE_Export_1/password.txt -Q o=xxx/xxxx/ODSEE_Prod_Export_1/<servername>/export.ldif > /xxxxx/ODSEE_Prod_Export_1/<servername>/export.out
why the script is failing ? Is there anything i need to change in the script, for running it successfully all the time.
Could you please provide inputs on this.
Thanks in advance