|
 |
 |
 |
 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms
of Use |
Trademarks
When you use Outlook with an Exchange 2007 mailbox, you cannot connect to Exchange 2007, and you receive an error messageWhen you start Outlook and you use a profile for a Microsoft Exchange Server 2007 mailbox, you cannot connect to Exchange 2007, and you receive the following error message:
Your Exchange Server administrator has blocked the version of Outlook that you are using. Contact your administrator for assistance.
Or
Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. Microsoft Exchange is not available. Either there are network problems or the Exchange server is down for maintenance.
This behavior occurs when one or more of the following
conditions are true:
- You do not have an existing public folder tree.
- MAPI is disabled for your mailbox.
- Encryption is required for the Exchange
connection.
- Cached Exchange Mode is required for your
mailbox.
- RPC/HTTP mode is disabled for your mailbox.
- Your version of Outlook is specifically blocked by Exchange
2007.
To resolve this behavior, use one or more of the following methods, as appropriate for your situation.
Note You may need to restart the information store to apply any changes in any of the methods listed below.
Method 1: Create an Exchange 2007 public folder treeIf you do not have an existing public folder tree and you are
trying to connect with a Microsoft Office Outlook 2003 or earlier client, you
cannot access an Exchange 2007 mailbox. This problem may occur when you delete
the last existing public folder store. Create an Exchange 2007 public
folder store. To do this, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Console.
- Expand Server Configuration, and then
click Mailbox.
- Right-click the storage group that you want to modify, and
then click New Public Folder Database.
- Create the public folder database by using the New Public
Folder Database wizard.
If you are using an Outlook 2003 client or an earlier verison of an Outlook client,
you must restart the Microsoft Exchange Information Store service before you
can connect to Exchange 2007. Method 2: Enable MAPI for your mailbox or use a different method to connect to Exchange 2007Determine whether MAPI is disabled for your mailbox. To do this,
follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Get-CasMailbox MailboxName | FL mapienabled If this command returns False, MAPI is disabled for your mailbox.
If MAPI is disabled for your mailbox, use one of the following
methods:
- Enable MAPI for your mailbox. To enable MAPI for your
mailbox, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Set-CasMailbox MailboxName -mapienabled:$true
- Connect to Exchange 2007 by using one of the following
methods:
- Create an e-mail account in Outlook that uses the Post
Office Protocol (POP 3) server type.
- Create an e-mail account in Outlook that uses the
Internet Message Access Protocol (IMAP) server type.
- Use the Outlook Web Access (OWA) Web client.
Method 3: Enable encryption for the Exchange 2007 connection- Determine whether an encrypted connection is required for
your mailbox. To do this, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Get-MailboxServer ServerName | FL MAPIEncryptionRequired If this command returns True, you must connect to Exchange 2007 by using an encrypted
profile.
- Enable encryption for the Exchange 2007 connection. To do
this, follow these steps:
- Click Start, click
Run, type control, and then click
OK.
- Double-click Mail, and then click
Show Profiles.
- Select your profile, and then click
Properties.
- Click E-mail Accounts, select
View or Change Existing E-mail Accounts, and then click
Next.
- Select the Exchange account, and then click
Change.
- Click More Settings, and then click
the Security tab.
- Click to select the Encrypt data between
Microsoft Office Outlook and Microsoft Exchange Server check
box.
- Click OK, click Next,
click Finish, and then click
Close.
Method 4: Enable Cached Exchange Mode for your mailbox, or disable the requirement for your mailbox to use Cached Exchange Mode- Determine whether Cached Exchange Mode is required for your
mailbox. To do this, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Get-CasMailbox MailboxName | FL MAPIBlockOutlookNonCachedMode If this command returns True, you must connect to Exchange 2007 by using Cached Exchange
Mode.
- Enable Cached Exchange Mode for your mailbox, or disable
the requirement for a mailbox to connect to Exchange 2007 by using Cached
Exchange Mode.
- Enable Cached Exchange Mode for your mailbox. To do
this, follow these steps:
- Click Start, click
Run, type control, and then click
OK.
- Double-click Mail, and then click
Show Profiles.
- Select your profile, and then click
Properties.
- Click E-mail Accounts, select
View or Change Existing E-mail Accounts, and then click
Next.
- Select the Exchange account, and then click
Change.
- Click to select the Use Cached Exchange
Mode check box.
- Click Next, click
Finish, and then click Close.
- Disable the requirement for a mailbox to connect to
Exchange 2007 by using Cached Exchange Mode. To do this, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Set-CasMailbox MailboxName -MAPIBlockOutlookNonCachedMode:$false
Method 5: Enable RPC/HTTP mode for your mailbox- Determine whether RPC/HTTP mode is disabled for your
mailbox. To do this, follow these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Get-CasMailbox MailboxName | FL MAPIBlockOutlookRpcHttp If this command returns True, you cannot connect to Exchange 2007 by using
RPC/HTTP.
- Enable RPC/HTTP mode for your mailbox. To do this, follow
these steps:
- Click Start, click All
Programs, click Microsoft Exchange Server 2007, and
then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Set-CasMailbox MailboxName -MAPIBlockOutlookRpcHttp:$false
Method 6: Unblock your version of Outlook in Exchange 2007Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756
(http://kbalertz.com/Feedback.aspx?kbNumber=322756/
)
How to back up and restore the registry in Windows A version of Outlook can be blocked in Exchange
2007 in one of the following two ways:
Article ID: 924625 - Last Review: September 20, 2011 - Revision: 5.0 APPLIES TO- Microsoft Office Outlook 2007
- Microsoft Office Outlook 2003
- Microsoft Outlook 2002 Standard Edition
- Microsoft Outlook 2000 Standard Edition
| kbtshoot kbexpertiseinter kbprb KB924625 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
|
 |
 |
 |
 |
 |
 |
 |
| |