|
Home > Archive > Microsoft Content Management Server > October 2004 > email notificaiton
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
email notificaiton
|
|
|
| Hi!
I'm getting the following error while use the code at:
http://weblogs.asp.net/stefan_gossn...ve/2003/12/21/4
4
902.aspx
"The specified domain either does not exist or could not
be contacted"
What is the correct way to put the user and domain in the
User string. Is it username/domain, domain/username.
Thanks,
Joey...
| |
| Stefan [MSFT] 2004-10-08, 5:48 pm |
| Hi Joey,
it is only the username without domain as the domain will be identified
using the LDAP string which needs to be adjusted to your specific format:
LDAP:// CN=Users,DC=europe,DC=corp,DC=company,DC
=com
I assume you did not set this LDAP string correct.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Joey" <anonymous@discussions.microsoft.com> wrote in message
news:2e0901c4ad6d$f52d1730$a601280a@phx.gbl...
> Hi!
>
> I'm getting the following error while use the code at:
> http://weblogs.asp.net/stefan_gossn...ve/2003/12/21/4
> 4
> 902.aspx
>
> "The specified domain either does not exist or could not
> be contacted"
>
> What is the correct way to put the user and domain in the
> User string. Is it username/domain, domain/username.
>
> Thanks,
>
> Joey...
|
|
|
|
|