Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Thu, 19 Jun 2008 16:25:09 -0500,    group: microsoft.public.exchange.admin        back       


LDIFDE to add an email address?   
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: Thu, 19 Jun 2008 16:25:09 -0500   author:   pucsatch alias

Re: LDIFDE to add an email address?   
Post what you've done.
-- 
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"pucsatch" <pucsatch@news.postalias> wrote in message 
news:uw4D1Ll0IHA.524@TK2MSFTNGP05.phx.gbl...
>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: Thu, 19 Jun 2008 16:48:45 -0700   author:   Ed Crowley [MVP]

RE: LDIFDE to add an email address?   
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 05:59:01 -0700   author:   Roan Daley

Re: LDIFDE to add an email address?   
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 09:26:40 -0500   author:   pucsatch alias

Re: LDIFDE to add an email address?   
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 07:52:01 -0700   author:   Roan Daley

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?   
"pucsatch" <pucsatch@news.postalias> ha scritto nel messaggio 
news:eeft1ou0IHA.2084@TK2MSFTNGP06.phx.gbl...

> 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.

The attribute name should be "proxyAddresses", plural.


Massimo
date: Fri, 20 Jun 2008 17:40:00 +0200   author:   Massimo

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

Re: LDIFDE to add an email address?   
I fixed the attribute error by changing add:proxyAddress to 
add:proxyAddresses

this added the secondary email address I needed it to.  Thanks so much for 
your help!!!

"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:53:21 -0500   author:   pucsatch alias

Re: LDIFDE to add an email address?   
Cool.. Good stuff....

"pucsatch" wrote:

> I fixed the attribute error by changing add:proxyAddress to 
> add:proxyAddresses
> 
> this added the secondary email address I needed it to.  Thanks so much for 
> your help!!!
> 
> "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 09:02:01 -0700   author:   Roan Daley

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us