Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ldif export : Unable to bind securely on "<servername>:11389". "<ServerName>:11389" and "dsconf" cou

user8744020Feb 14 2017 — edited Feb 14 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2017
Added on Feb 14 2017
6 comments
502 views