LDAP リスナーにエラーが表示され、ServiceNow でユーザーが更新されません Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> 発生場所:London パッチ 1、ホットフィックス 2LDAP で変更された ServiceNow ユーザーのアカウントにリスナーが同期していません。リスナーの再起動に失敗し、リスナーのステータスが「アクティブ (シャットダウン中...)」のままになります。リスナーステータスの最後のエラーには、「Exception while connecting to LDAP server [LDAP: error code 12 - 00000057: LdapErr: DSID-0C090831, comment: Error processing control, data 0, v2580]」と表示されます。 ReleaseMicrosoft Active Directory LDAP サーバーにアクセスするために、新しい LDAP サーバーレコードが作成されました。 リスナーのチェックボックスは、その場で変更をリッスンするためにチェックされました。Cause使用中の LDAP サーバーは Microsoft Active Directory です。ただし、LDAP レコードの作成時に、[ベンダー] が [Active Directory] ではなく [その他] に設定されていました。 Resolution問題のある LDAP サーバーレコードを開きます。 レコードのバナーを右クリックし、[設定] > [フォームレイアウト] の順に選択します。フィールドのリストから、フォームの最初のセクションにフィールド [ベンダー] を追加します。フォームを保存します。フォームに [ベンダー] フィールドを追加したので、ベンダータイプを [Active Directory] に変更します。レコードを保存します。リスナーを停止します。 おそらくリスナーは停止後にエラー状態のままになります。次の手順を実行します。 a.各 LDAP サーバーに移動し、[リスナーを停止] をクリックします。 b. [sys_status] テーブルで *glide.ldap.listener エントリを削除します (詳細 c および d)。 c.フィルターに「sys_status.list」と入力します。 d. 名前 *glide.ldap.listener を検索します。 e.エントリを削除します。各 LDAP サーバーに移動し、[リスナー開始] をクリックします。LDAP 用に MID サーバーを使用している場合は、ここで再起動します。LDAP 接続をテストして、LDAP サーバーへの接続があることを確認します。リスナーを再び開始します。 LDAP フォームから [ベンダー] フィールドを削除することができます。Related Linksリスナーは、LDAP サーバー上の変更を定期的に検索する専用のプロセスです。 リスナーは、永続クエリ (ADNotify) をサポートする Microsoft Active Directory サーバー、または永続的な検索要求コントロール (OID 2.16.840.1.113730.3.4.3) をサポートする LDAP サーバーに展開できます。 レコードの作成時に正しい LDAP タイプを選択すると、使用する正しいリスナープロトコルが設定されます。