LDAPユーザーの作成およびリコンシリエーションの更新ジョブに失敗する

LDAPユーザーの作成およびリコンシリエーションの更新ジョブで次の例外が発生して失敗します。

java.lang.Exception: Full resync required. Reason: The provided cookie is older than the start of historical 
in the server for the replicated domain : dc=example,dc=com

この問題を解決するには、ジョブのパラメータLast Change Numberを更新する必要があります。これを行うには、次のステップを実行します。

  1. 次のコマンドを使用して、Oracle Unified Directoryから値を取得します。
    ./ldapsearch -h <OUDHOST>-p 1389 -D "cn=oudadmin" -w Fusionapps1 --control "1.3.6.1.4.1.26027.1.5.4:false:;" -b "cn=changelog" "(objectclass=*)" "*" +
  2. 前述のコマンドの出力で次の行を検索します。
    changeLogCookie: dc=example,dc=com:0000015dcefd65a3000100000102;
  3. ジョブのLast Change Numberパラメータにdc=example,dc=com:0000015dcefd65a3000100000102;を入力します。