Import Active Dicrectory's Mail Enabled Contacts?
- From: "Joshua Campbell" <j.campbell@xxxxxxxxxxxxx>
- Date: Thu, 1 Dec 2005 09:47:13 -0500
Following the link below, I was able to filter out all disabled accounts
when I am importing accounts from Active Directory for the "People" search.
http://support.microsoft.com/default.aspx?scid=kb;en-us;827754
However, we also have Mail Enabled Contacts for some of our locations that
do not attach to our network. I edited the above query a bit to import
these items like so:
(&(objectClass=contact)(|(mail=*OTHERSITE1.com)(mail=*OTHERSITE2.com)))
Sp, now the query/filter looks like this:
(&(objectCategory=person)(|(&(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))(&(objectClass=contact)(|(mail=*OTHERSITE1.com)(mail=*OTHERSITE2.com)))))
This query plus the one from the link worked well in Active Directory Users
and Groups and I was able to retrieve all the Mail Enabled Contacts, plus
all the active accounts in our domain.
However, when I put this filter into SPS, I got the following error when it
tries to import the Mail Enabled Contacts:
"The address could not be found, (0x8004400B - The user account name can not
be resolved within the Active Directory. You would need to verify whether
the user is a real user or just a temporary user object generated for some
application purpose. You might be able to refine the LDAP search filter to
avoid this error. )"
How can I import Mail Enabled Contacts?
Thanks.
.
- Follow-Ups:
- RE: Import Active Dicrectory's Mail Enabled Contacts?
- From: Wei-Dong XU [MSFT]
- RE: Import Active Dicrectory's Mail Enabled Contacts?
- Prev by Date: Re: _SITE Database in FULL RECOVERY MODE?
- Next by Date: Re: SQL Server 2005???
- Previous by thread: Changes to MySite during HTTP GET REQUEST
- Next by thread: RE: Import Active Dicrectory's Mail Enabled Contacts?
- Index(es):
Relevant Pages
|
Loading