CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I am totally stumped on how I can update the altRecipient field that is present within our Active Directory Contacts through the General Exchange tab. I can toggle on and off the deliverAndRedirect check box, but I am unable to add anything to the altRecipient field (which should be the DN of

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
Instead of altRecipient, try altRecipientBL. mike -Original Message- From: Dennis Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:23 AM To: cf-talk Subject: CFLDAP to Update altRecipient in Active Directoy / Exchange I am totally stumped on how I can update

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I just tried the altRecipientBL and ended up with the similar LDAP 19 error that I was getting before. Error is: An error has occured while trying to execute modify :[LDAP: error code 19 - 20B1: AtrErr: DSID-030F0C1A, #1: 0: 20B1: DSID-030F0C1A, problem 1005 (CONSTRAINT_ATT_TYPE),

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
to Update altRecipient in Active Directoy / Exchange I just tried the altRecipientBL and ended up with the similar LDAP 19 error that I was getting before. Error is: An error has occured while trying to execute modify :[LDAP: error code 19 - 20B1: AtrErr: DSID-030F0C1A, #1: 0: 20B1: DSID

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
Just gave this a shot and getting the same error. I changed the code so that I am only dealing with the altRecipientBL now and not trying to complicate things. Tried both the Pike and the Tab - error results were the same. Here is the updated code: cfldap action=modify dn=#thisDN#

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I have it now ... Changed the delimiter and separator to ; for the altRecipientBL add, then used a second cfldap modify to update the deliverAndRedirect but instead of the modifytype being add it needed to be Replace. I used the delimiter as ; and the separator as , for that call. Thanks for

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
Good catch. Glad to help. Mike -Original Message- From: Dennis Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 1:35 PM To: cf-talk Subject: Re: CFLDAP to Update altRecipient in Active Directoy / Exchange I have it now ... Changed the delimiter and separator