Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: RE: How to create an email account on Exchange server using ASP, ADSI?


Message #1 by xuejunca@y... on Mon, 5 Nov 2001 21:55:47
Thanks. I tried ADSIEdit and the MDN string is the one I used. I do not 

know what is wrong with it. I keep getting error saying "One or more 

argument is invalid."

Anyone else knows this better? Thanks a lot.



Jacky Zhang





> I believe your HomeMDB value is slightly wrong. If your AD domain is

> "itads.itdev.lab", shouldn't it be:

> 

> "CN=Mailbox Store (ITEXCHANGE), " & _

> "CN=First Storage Group, " & _

> "CN=InformationStore, " & _

> "CN=ITEXCHANGE, " & _

> "CN=Servers, " & _

> "CN=First Administrative Group, " & _

> "CN=Administrative Groups, " & _

> "CN=Corel IT, " & _

> "CN=Microsoft Exchange, " & _

> "CN=Services, " & _

> "CN=Configuration, " & _

> "DC=itads, " & _

> "DC=itdev, " & _

> "DC=lab"

> 

> Your best bet is to install the Windows 2000 Support tools and use

> ADSIEdit to find the correct LDAP path.

> 

> <Siegfried />


  Return to Index