TIBCO ActiveMatrix Adapter for LDAP does not support recursive delete by using delete operation.

book

Article ID: KB0094414

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP -
Not Applicable -

Description

Resolution:
Description:
============
TIBCO Adapter for LDAP. Using the TIBCO Adapter for LDAP to delete entry with leaves.

Environment:
===========
All

Symptoms:
========
TIBCO Adapter for LDAP cannot support the LDAP DELETE operation for an entry with leaves.

Cause:
=====
Since the LDAP protocol defines the LDAP DELETE Operation only applying to an entry without leaves, the TIBCO Adapter for LDAP cannot delete the non-leaf node directly.

Resolution:
==========
To delete the LDAP entry with leaves, you can first query the leaves for the entry in BW, delete them individually and then delete this entry.

Issue/Introduction

TIBCO ActiveMatrix Adapter for LDAP does not support recursive delete by using delete operation.