Hi,  I'm having some problems with a couple of CFLDAP actions.  I am migrating an application from ColdFusion 5 to MX6.1 (runningn on Win2k, on IIS).  The following CFLDAP works with no problems on ColdFusion 5.  However, the same command throws an error on ColdFusion MX.

<cfldap
action=""
DN="uid=ozzyozzy, ou=Hong Kong, ou=services, o=cs"
attributes="relmanager=Aardvark International Bank;The Bumble Bank Inc;"
separator=";"
modifytype="REPLACE"
server="test2.server.net"
port="389"
timeout="10"
username="cn=Directory Manager"
password="mypassword"
>

How can this work perfectly on ColdFusion 5, and not on ColdFusion MX (both on the same server and another server).

The error thrown is this:

An error has occured while trying to execute modify :
[LDAP: error code 65 - Object Class Violation].  

One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server  

Please suggest any ideas.  I can't think of anything apart from some deprecated features or change to syntax, but I haven't seen anything!

Thanks for your help.
Tony.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to