Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Referral

Status
Not open for further replies.

Meldric

MIS
Sep 5, 2001
139
US
Hopefully someone knows the answer to this one.

I am running a LDAP query on a Exchange 2000 server as below:

Code:
set oUserObj = GetObject("LDAP://CN=RogerE,CN=Recipients,OU=SomeCompany,O=FullTitle ofSomeCompany,DC=Exchange")

Sorry for the cryptic content...my boss insists.

Anyway I get a referral back from the query.

The exact error message is:

Code:
A referral was returned from the server

Code:  8007202B
Source:  (null)

I have looked on Microsoft's site and found reference to referrals. Basically the server is saying that it doesn't have the information, but it knows who does. The problem is I do not know which server has the information and do not know how to get access to the "referral" from the error message.

Anyone have any ideas on how to go about this?

Roger
 
What is the goal? An address list? Dan
Microsoft Exchange Support @ Microsoft
 
I need detailed information such as when the user last checked email, who last logged in to a box. Information I cannot seem to find in the AD Global catalog.

Roger
 
You can turn up auditing on the server. This is in the security policy. All auditing is disabled by default to keep the logs clean. Dan
Microsoft Exchange Support @ Microsoft
 
Dan
What I don't understand is this information is available in System Manager, but not in the Global Catalog? Why would I need to enable auditing if the information is already out there somewhere?

Roger
 
This is stored in the store not AD. Dan
Microsoft Exchange Support @ Microsoft
 
Any way to access the store without turning on auditing?

Thank you Dan for being so patient with me and answering all my questions.

Roger
 
Look under mailbox resources in ESM and see if that has what you need. Dan
Microsoft Exchange Support @ Microsoft
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top