Exchange
This topic has not yet been rated - Rate this topic

Missing AuthPackage Element in Autodiscover XML Response

Topic Last Modified: 2009-09-01

The Microsoft Exchange Analyzer tool sends an XML Autodiscover request to the remote Exchange 2007 Client Access server and analyzes the Autodiscover XML response. If there is no AuthPackage element present in the XML response received from Autodiscover, then the Exchange Remote Connectivity Analyzer displays the following error message:

"Missing AuthPackage element in Autodiscover XML Response"

This error typically occurs when the Server attribute is incorrectly set for the EXPR Outlook Provider. If the value of the attribute is set to anything but its default setting of NULL, then end users may report that they are prompted for credentials when connecting using Outlook Anywhere even though the Exchange proxy settings in Outlook 2007 have been configured for NT LAN Manager (NTLM) authentication.

EXPR is one of the Outlook providers that can be managed by using the cmdlets, Get-OutlookProvider and Set-OutlookProvider, in the Exchange Management Shell. The Server attribute for the OutlookProvider object should remain at its default setting of $null. You can check the value of the Server attribute by running the Get-OutlookProvider cmdlet (Get-OutlookProvider Identity | format-list).

For more information, including instructions for modifying the Server attribute, see Autodiscover Service Returns Unexpected Values for Outlook Anywhere Proxy Settings.

For more information about modifying the Outlook Providers in general, see, When, if and how do you modify Outlook Providers?

The Exchange Remote Connectivity Analyzer is a new tool with limited documentation at this time. In an effort to improve the documentation for each of the errors you might receive, we would like to solicit additional information from the community. Please use the Community Content section below to post additional reasons why you failed at this point. If you need technical assistance, please create a post in the appropriate Exchange TechNet forum or contact support.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Set-OutlookProvider EXPR -Server theServerName -CertPrincipalName msstd:*.coin.org
Set-OutlookProvider EXPR -Server theServerName -CertPrincipalName msstd:*.coin.org
  • 3/17/2011
  • Us3
Nicely helped
The error name wasn't very accessible but the content of this page recall me a mod we applied in our Exch2010 settings :

Set-OutlookProvider EXPR -Server theServerName -CertPrincipalName msstd:*.coin.org

And obliously it wasen't the best idea to set "theServerName".
By setting again the -Server proprety to $null the issue was solve smoothly