Hopefully someone knows the answer to this one.
I am running a LDAP query on a Exchange 2000 server as below:
Sorry for the cryptic content...my boss insists.
Anyway I get a referral back from the query.
The exact error message is:
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
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