Microsoft KB Archive/924203: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 50: Line 50:
We got a netmon when attempting to create a new mailbox from the XP Workstation, the filter for the mailbox stores is as follows:<br />
We got a netmon when attempting to create a new mailbox from the XP Workstation, the filter for the mailbox stores is as follows:<br />
<br />
<br />
(&amp;(!(msExchRestore=TRUE))(&amp;(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=)))<br />
(&(!(msExchRestore=TRUE))(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=)))<br />
<br />
<br />
In the netmon we get a success on the search result, but nothing returned.<br />
In the netmon we get a success on the search result, but nothing returned.<br />
<br />
<br />
I had the customer use LDP to perform a search with the above filter, we added the *:<br />
I had the customer use LDP to perform a search with the above filter, we added the *:<br />
(&amp;(!(msExchRestore=TRUE))(&amp;(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))<br />
(&(!(msExchRestore=TRUE))(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))<br />
<br />
<br />
We got 0 mailbox stores returned.<br />
We got 0 mailbox stores returned.<br />
Line 64: Line 64:
<br />
<br />
I had the customer run the following search in LDP (connnecting to a Windows 2003 DC):<br />
I had the customer run the following search in LDP (connnecting to a Windows 2003 DC):<br />
(&amp;(&amp;(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))<br />
(&(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))<br />
<br />
<br />
This was successful and enumerated all the mailbox stores.<br />
This was successful and enumerated all the mailbox stores.<br />

Latest revision as of 13:18, 21 July 2020

Knowledge Base


Article ID: 924203

Article Last Modified on 10/6/2006



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



Source: Microsoft Support

RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION IN RESPONSE TO EMERGING OR UNIQUE TOPICS, AND MAY BE UPDATED AS NEW INFORMATION BECOMES AVAILABLE.

SYMPTOMS

We got a netmon when attempting to create a new mailbox from the XP Workstation, the filter for the mailbox stores is as follows:

(&(!(msExchRestore=TRUE))(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=)))

In the netmon we get a success on the search result, but nothing returned.

I had the customer use LDP to perform a search with the above filter, we added the *:
(&(!(msExchRestore=TRUE))(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))

We got 0 mailbox stores returned.

I had the customer use LDP and connect with the same credentials, we were able to browse the AD tree and view all the mailbox and PF stores, so it is not a permissions issue.

I then checked the schema for msExchRestore attribute it did not exist, it won't until you run Exchange 2003 forestprep.

I had the customer run the following search in LDP (connnecting to a Windows 2003 DC):
(&(&(objectCategory=msExchPrivateMDB)(legacyExchangeDN=/O=Org Name/OU=Site Name/cn=*)))

This was successful and enumerated all the mailbox stores.

Customer has three options at this point, point ADUC to the Windows 2000 DC to create users, create users on the Exchange server or run Exchange 2003 Forestprep.

RESOLUTION

Customer has the following setup.

Exchange 2000 SP3 with August 2004 Roll-up
Windows 2003 DCs, 1 Windows 2000 DC
XP Workstation with Admin tools and Exchange 2003 ESM (Exchange System Manager)
Exchange 2003 Forestprep has not been run (verified the heuristic value on the CN=Microsoft Exchange Object in AD. Exchange 2000 = 2, Exchange 2003 = 6.)

When the customer attempts to create a new mailbox enabled user, he gets to the Window to create the mailbox, he can see the various servers in the drop down box, but the Mailbox Store: drop down is blank.

If the customer points ADUC (Active Directory Users and Computers) to the 1 remaining Windows 2000 DC, the customer sees the Mailbox Store drop down list and can create the mailbox.

Also, customer is able to succesfully create a new mailbox on the Exchange 2000 Server.

DISCLAIMER

MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE FOR ANY PURPOSE. THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED HEREIN AT ANY TIME.

For more information on the terms of use, click on the link below:
http://support.microsoft.com/tou/


Additional query words: empty, blank, New Object - User, Create an Exchange Mailbox

REFERENCES

Keywords: kbprb kbtshoot kbrapidpub KB924203