Microsoft KB Archive/174352: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 43: Line 43:
<div class="notice_section">
<div class="notice_section">


IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information on how to do this, view the &quot;Restoring the Registry&quot; online Help topic in Regedit.exe or the &quot;Restoring a Registry Key&quot; online Help topic in Regedt32.exe.
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information on how to do this, view the "Restoring the Registry" online Help topic in Regedit.exe or the "Restoring a Registry Key" online Help topic in Regedt32.exe.


</div>
</div>
Line 50: Line 50:
== SUMMARY ==
== SUMMARY ==


When troubleshooting the Web Access components, it is sometimes helpful to receive a more detailed error message from the server. For example, the error message, &quot;Failed to get Inbox,&quot; does not help you understand why you failed to get the Inbox.
When troubleshooting the Web Access components, it is sometimes helpful to receive a more detailed error message from the server. For example, the error message, "Failed to get Inbox," does not help you understand why you failed to get the Inbox.


</div>
</div>
Line 61: Line 61:
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.<br />
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.<br />
<br />
<br />
For information about how to edit the registry, view the &quot;Changing Keys And Values&quot; online Help topic in Registry Editor (Regedit.exe) or the &quot;Add and Delete Information in the Registry&quot; and &quot;Edit Registry Data&quot; online Help topics in Regedt32.exe. Note that you should back up the registry before you edit it.<br />
For information about how to edit the registry, view the "Changing Keys And Values" online Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Regedt32.exe. Note that you should back up the registry before you edit it.<br />
<br />
<br />


Line 71: Line 71:
                         </pre>
                         </pre>
<p>NOTE: The above registry key is one path; it has been wrapped for readability.</p></li>
<p>NOTE: The above registry key is one path; it has been wrapped for readability.</p></li>
<li>On the Edit menu, click Add Value. In the Value Name box, enter &quot;Debug&quot;.</li>
<li>On the Edit menu, click Add Value. In the Value Name box, enter "Debug".</li>
<li>Set the Data Type to DWORD and click OK.</li>
<li>Set the Data Type to DWORD and click OK.</li>
<li>In the Data box, enter &quot;1&quot;. Click the Hex radio button, and click OK.</li></ol>
<li>In the Data box, enter "1". Click the Hex radio button, and click OK.</li></ol>


This will enable the Exchange Server computer to return a more detailed error message to the browser such as:
This will enable the Exchange Server computer to return a more detailed error message to the browser such as:
Line 97: Line 97:
[[../167003|167003]] XWEB: Troubleshooting Active Server Components<br />
[[../167003|167003]] XWEB: Troubleshooting Active Server Components<br />
<br />
<br />
[[../173470|173470]] XCLN: Troubleshooting &quot;Failed to get Inbox&quot; Error Message
[[../173470|173470]] XCLN: Troubleshooting "Failed to get Inbox" Error Message





Latest revision as of 11:07, 21 July 2020

Knowledge Base


XWEB: How to Improve Error Messages for T'shooting Web Access

Article ID: 174352

Article Last Modified on 10/28/2006



APPLIES TO

  • Microsoft Outlook Web Access 5.5
  • Microsoft Exchange Active Server Components 5.0



This article was previously published under Q174352

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information on how to do this, view the "Restoring the Registry" online Help topic in Regedit.exe or the "Restoring a Registry Key" online Help topic in Regedt32.exe.

SUMMARY

When troubleshooting the Web Access components, it is sometimes helpful to receive a more detailed error message from the server. For example, the error message, "Failed to get Inbox," does not help you understand why you failed to get the Inbox.

MORE INFORMATION

Adding the following registry entry to the Exchange Server computer will return a more detailed error to the browser.

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

For information about how to edit the registry, view the "Changing Keys And Values" online Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Regedt32.exe. Note that you should back up the registry before you edit it.

  1. Start Registry Editor (Regedt32.exe).
  2. Find the following registry key

       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeWEB
       \Parameters
                            

    NOTE: The above registry key is one path; it has been wrapped for readability.

  3. On the Edit menu, click Add Value. In the Value Name box, enter "Debug".
  4. Set the Data Type to DWORD and click OK.
  5. In the Data box, enter "1". Click the Hex radio button, and click OK.

This will enable the Exchange Server computer to return a more detailed error message to the browser such as:

Failed to get Inbox
The information store could not be opened. [MAPI 1.0 -
[MAPI_E_LOGON_FAILED(80040111)]]
/exchange/USA/LogonFrm.asp

You can then research the MAPI error indicated by the error number returned in the error message, in this example, 80040111:

Constant: MAPI_E_LOGON_FAILED
Description: This error code results when the EMS server refuses to
let a MAPI client log on.

For additional information, please see the following articles in the Microsoft Knowledge Base:

167003 XWEB: Troubleshooting Active Server Components

173470 XCLN: Troubleshooting "Failed to get Inbox" Error Message


Keywords: kbhowto KB174352