When attempting to delete and/or deprovision an endpoint account via a custom JNDI connector, we are experiencing an issue where the connector returns an error "JNDI: badly behaved endpoint: no response controls returned for support SimplePaging".
When this occurs, the account on the endpoint is actually deleted but the endpoint account reference object in the IMPD remains..
After having encountered this issue, we have deployed the JNDI override 'connector.xml' with ' false ' added to the file, (connector.xml attached).
Testing with this configuration has resulted in a different error:
'(AssocAttributeOpProcessorProxy.java:404) ERROR - class com.ca.jcs.jndi.JNDIMetaConnector: CA ISD [eTDYNDirectoryName=## ISD,eTNamespaceName=## ISD,dc=###,dc=etasa]: class com.ca.jcs.assoc.AssocAttributeOpProcessorProxy: failed proxy call on public abstract void com.ca.jcs.processor.OpProcessor.doDelete(com.ca.jcs.ObjectInfo) throws javax.naming.NamingException DELETE operation was skipped java.lang.ArrayIndexOutOfBoundsException: 1'. Unlike the previous issue, the endpoint account is not deleted.