|
|
|
date: Thu, 19 Jun 2008 16:25:09 -0500,
group: microsoft.public.exchange.admin
back
Re: LDIFDE to add an email address?
Thanks, Roan!
Unfortunately, now I am getting a different error:
Add error on line 1: No such attribute.
The server side error is "The parameter is incorrect"
0 entries modified successfully
An error has occured in the program
I know that the first line (dn: ) works because I cut/pasted it directly
from another file that I used successfully to add the original contact
record.
thanks,
Lorraine
"Roan Daley" wrote in message
news:174A64E6-1DEE-4E4E-B2D0-D1029F80B882@microsoft.com...
> dn: CN=name, OU=contacts,DC=domain, DC=com
> changetype: modify
> add:proxyAddress
> proxyAddress: SMTP:address2@domain.com
> -
>
>
> "pucsatch" wrote:
>
>> I'm using Exchange 2003.
>>
>> Here is what I've tried (sanitized for privacy):
>>
>> dn: CN=name, OU=contacts,DC=domain, DC=com
>> changetype: add
>> proxyAddress: SMTP:address2@domain.com
>> -
>>
>> Result:
>> "There is a syntax error in the input file. Failed on line 4. The last
>> token starts with 'S'.
>> 0 entries modified successfully.
>> An error has occured in the program"
>>
>>
>> "Roan Daley" wrote in message
>> news:308DB35A-3891-40A8-9168-26373490576D@microsoft.com...
>> > What version of exchange you are using?
>> >
>> > "pucsatch" wrote:
>> >
>> >> I am trying to use the LDIFDE utility to add an additional email
>> >> address
>> >> to
>> >> existing contact records but can't get the syntax right. Can anyone
>> >> provide
>> >> me with a working example?
>> >>
>> >> Thanks!!
>> >>
>> >>
>> >>
>>
>>
>>
date: Fri, 20 Jun 2008 10:27:52 -0500
author: pucsatch alias
Re: LDIFDE to add an email address?
Hey pucsatch..
Check this out :http://support.microsoft.com/kb/313823
it should actually be proxyAddresses it seem , my bad!
"pucsatch" wrote:
> Thanks, Roan!
>
> Unfortunately, now I am getting a different error:
>
> Add error on line 1: No such attribute.
> The server side error is "The parameter is incorrect"
> 0 entries modified successfully
> An error has occured in the program
>
> I know that the first line (dn: ) works because I cut/pasted it directly
> from another file that I used successfully to add the original contact
> record.
>
> thanks,
> Lorraine
> "Roan Daley" wrote in message
> news:174A64E6-1DEE-4E4E-B2D0-D1029F80B882@microsoft.com...
> > dn: CN=name, OU=contacts,DC=domain, DC=com
> > changetype: modify
> > add:proxyAddress
> > proxyAddress: SMTP:address2@domain.com
> > -
> >
> >
> > "pucsatch" wrote:
> >
> >> I'm using Exchange 2003.
> >>
> >> Here is what I've tried (sanitized for privacy):
> >>
> >> dn: CN=name, OU=contacts,DC=domain, DC=com
> >> changetype: add
> >> proxyAddress: SMTP:address2@domain.com
> >> -
> >>
> >> Result:
> >> "There is a syntax error in the input file. Failed on line 4. The last
> >> token starts with 'S'.
> >> 0 entries modified successfully.
> >> An error has occured in the program"
> >>
> >>
> >> "Roan Daley" wrote in message
> >> news:308DB35A-3891-40A8-9168-26373490576D@microsoft.com...
> >> > What version of exchange you are using?
> >> >
> >> > "pucsatch" wrote:
> >> >
> >> >> I am trying to use the LDIFDE utility to add an additional email
> >> >> address
> >> >> to
> >> >> existing contact records but can't get the syntax right. Can anyone
> >> >> provide
> >> >> me with a working example?
> >> >>
> >> >> Thanks!!
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
date: Fri, 20 Jun 2008 08:46:01 -0700
author: Roan Daley
|
|