EWS AutodiscoverUrl is not working properly(first request its working & 2nd , 3rd..request its not working) in Exchange Server 2010 SP2.

I am trying to validate the email address is valid or not using ews api, so i am passing the email and password of user to AutodiscoverUrl method, in first request i am able to get autodiscover URl and from 2nd or 3rd request autodiscoverurl failed with  the same user credentials(error says that Microsoft.Exchange.WebServices.Data.AutodiscoverLocalException: The Autodiscover service couldn't be located.) but after some time its working fine with the same credentials.

could you please us to fix the above problem.

Thanks in advance

Regards,

Prasad.

April 7th, 2015 5:08am

I'd suggest you enable tracing https://msdn.microsoft.com/en-us/library/office/dn495632%28v=exchg.150%29.aspx and then compare the trace of what does and doesn't work. Also if you already have an EWS connection you could use resolveName https://msdn.microsoft.com/en-us/library/office/gg274399(v=exchg.80).aspx instead of Autodiscover which you would be a much faster way to check an Email Address (if your not resolving the PrimarySMTPAddress make sure you prefix the address you want to check with 'smtp:' .

cheers
Glen

Free Windows Admin Tool Kit Click here and download it now
April 8th, 2015 12:50am

Thank you for your reply Glen,

i enabled the trace and observed the traces of working and not working AutodiscoverUrl request, difference is that for working request we are getting HTTP/1.1 200 OK response like below

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:05:58 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuhkSTqgdWxG3xPKGrpXe4DOtH8pFAiOTKIEzBi00Y/1OPwzMkBURkN7bMKU6YRNc0ieTQuOJJdSB+qL2pK167M0uQ6iXrG5eNsz8ybptSlU0NSXgCJ7Oc6QxW6kyW7zkgQ6RcrYoXxfsEwwhwF+s=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
</Trace>



for not working request we are getting HTTP/1.1 401 Unauthorized like below with same user credentials.

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="alcexchange.tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58
</Trace>



Problem:

we developed the one windows form for EWS configuration, in that user as to enter the email and password of the user to connect with Exchange using EWS. In first time user is able to configure the EWS but after configuration user want to change the mailbox details then we are getting the AutodiscoverUrl failed exception for 3 to 4 requests and again after 6 to 7 requests we are getting the successful response from AutodiscoverUrl.

we are getting this issue in both Exchange server 2010_SP2 and Exchange Server 2010_SP3 servers.

The same code is working fine in Exchange server 2013 and Office 365.Thanks in Advance,

for more details please find the full trace information for success and failed AutodiscoverUrl request in below two post


Regards,

Prasad.




April 13th, 2015 12:51am

Trace Info for Success AutodiscoverURL Request:

<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Determining which endpoints are enabled for host alcexchange.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:58Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://alcexchange.tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:05:58 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuhkSTqgdWxG3xPKGrpXe4DOtH8pFAiOTKIEzBi00Y/1OPwzMkBURkN7bMKU6YRNc0ieTQuOJJdSB+qL2pK167M0uQ6iXrG5eNsz8ybptSlU0NSXgCJ7Oc6QxW6kyW7zkgQ6RcrYoXxfsEwwhwF+s=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="AutodiscoverResponse" Tid="1" Time="2015-04-10 11:05:58Z" Version="15.00.0516.014">
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
      <a:Action s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettingsResponse</a:Action>
      <h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <h:MajorVersion>14</h:MajorVersion>
        <h:MinorVersion>3</h:MinorVersion>
        <h:MajorBuildNumber>123</h:MajorBuildNumber>
        <h:MinorBuildNumber>3</h:MinorBuildNumber>
        <h:Version>Exchange2010_SP2</h:Version>
      </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
      <GetUserSettingsResponseMessage xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
          <ErrorCode>NoError</ErrorCode>
          <ErrorMessage />
          <UserResponses>
            <UserResponse>
              <ErrorCode>NoError</ErrorCode>
              <ErrorMessage>No error.</ErrorMessage>
              <RedirectTarget i:nil="true" />
              <UserSettingErrors />
              <UserSettings>
                <UserSetting i:type="StringSetting">
                  <Name>InternalEwsUrl</Name>
                  <Value>https://alcexchange.tiger.hyd/EWS/Exchange.asmx</Value>
                </UserSetting>
                <UserSetting i:type="StringSetting">
                  <Name>ExternalEwsUrl</Name>
                  <Value>https://mail.tiger.hyd/ews/exchange.asmx</Value>
                </UserSetting>
              </UserSettings>
            </UserResponse>
          </UserResponses>
        </Response>
      </GetUserSettingsResponseMessage>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Determining which endpoints are enabled for host alcexchange.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:05Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:05Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:05Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="5" Time="2015-04-10 11:06:05Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://alcexchange.tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:06Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:05 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuf27gYn4umwol3dVjeCKqfNN/K2NUGV+DXW49kydrLvNBseGciacOuXDfn3VYE/8Jxad46qwj9QVKIiZiuiuZ0rWehS/deIRMXIkBK9Vn5LakN/gTdQnmRDAzt6x7m/r8ZdTuGgilOXmg1jq67Qg=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="AutodiscoverResponse" Tid="5" Time="2015-04-10 11:06:06Z" Version="15.00.0516.014">
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
      <a:Action s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettingsResponse</a:Action>
      <h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <h:MajorVersion>14</h:MajorVersion>
        <h:MinorVersion>3</h:MinorVersion>
        <h:MajorBuildNumber>123</h:MajorBuildNumber>
        <h:MinorBuildNumber>3</h:MinorBuildNumber>
        <h:Version>Exchange2010_SP2</h:Version>
      </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
      <GetUserSettingsResponseMessage xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
          <ErrorCode>NoError</ErrorCode>
          <ErrorMessage />
          <UserResponses>
            <UserResponse>
              <ErrorCode>NoError</ErrorCode>
              <ErrorMessage>No error.</ErrorMessage>
              <RedirectTarget i:nil="true" />
              <UserSettingErrors />
              <UserSettings>
                <UserSetting i:type="StringSetting">
                  <Name>InternalEwsUrl</Name>
                  <Value>https://alcexchange.tiger.hyd/EWS/Exchange.asmx</Value>
                </UserSetting>
                <UserSetting i:type="StringSetting">
                  <Name>ExternalEwsUrl</Name>
                  <Value>https://mail.tiger.hyd/ews/exchange.asmx</Value>
                </UserSetting>
              </UserSettings>
            </UserResponse>
          </UserResponses>
        </Response>
      </GetUserSettingsResponseMessage>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:06Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:06Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindFolder Traversal="Shallow">
        <m:FolderShape>
          <t:BaseShape>AllProperties</t:BaseShape>
        </m:FolderShape>
        <m:IndexedPageFolderView MaxEntriesReturned="100" Offset="0" BasePoint="Beginning" />
        <m:Restriction>
          <t:Contains ContainmentMode="Substring" ContainmentComparison="IgnoreCase">
            <t:FieldURI FieldURI="folder:DisplayName" />
            <t:Constant Value="NDR MailBox" />
          </t:Contains>
        </m:Restriction>
        <m:ParentFolderIds>
          <t:DistinguishedFolderId Id="msgfolderroot" />
        </m:ParentFolderIds>
      </m:FindFolder>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:08Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuBOIisuAkVNQN8SaM/9YtsP7y9GXTm2Eq28jM+3BM9VU/hgnn6lc+hKBAsyrCBxq2m9XEX0dwGpxmF9/5EQjBcITUYQDBFjJdCGU27Nvsg+G2EmS0J6lLNjsk/3GiBKPwFrLdebh/4ZgAe1oY5cg=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:08Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindFolderResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindFolderResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="1" TotalItemsInView="1" IncludesLastItemInRange="true">
              <t:Folders>
                <t:Folder>
                  <t:FolderId Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" ChangeKey="AQAAABQAAADAd0zAtB2wR5w0rFFvft1lAAAEFQ==" />
                  <t:ParentFolderId Id="AQMkAGY4NjExAGUxZS00NTE0LTRlYjQtODRhOS1mN2RjMDg0YTE0MzMAAC4AAAP9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAADEQAAAA==" ChangeKey="AQAAAA==" />
                  <t:DisplayName>NDR MailBox</t:DisplayName>
                  <t:TotalCount>0</t:TotalCount>
                  <t:ChildFolderCount>0</t:ChildFolderCount>
                  <t:EffectiveRights>
                    <t:CreateAssociated>true</t:CreateAssociated>
                    <t:CreateContents>true</t:CreateContents>
                    <t:CreateHierarchy>true</t:CreateHierarchy>
                    <t:Delete>true</t:Delete>
                    <t:Modify>true</t:Modify>
                    <t:Read>true</t:Read>
                    <t:ViewPrivateItems>true</t:ViewPrivateItems>
                  </t:EffectiveRights>
                  <t:UnreadCount>0</t:UnreadCount>
                </t:Folder>
              </t:Folders>
            </m:RootFolder>
          </m:FindFolderResponseMessage>
        </m:ResponseMessages>
      </m:FindFolderResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:08Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:08Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:GetInboxRules />
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARu85zwsaKXDa67Q/sjpsN7lB88FuPlhJEs3AwDu+EiZqHRMVkX0MtdrzyYZ32NUQ0EyVJU6L2yDOQZ5jk87PxszM75gDFnIWbkz5mnD/NRBdh4wywEOJgYpgIEqLxXq3OAmBbHxG91iC6k21NOtYQ=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetInboxRulesResponse ResponseClass="Success" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
        <ResponseCode>NoError</ResponseCode>
        <OutlookRuleBlobExists>true</OutlookRuleBlobExists>
        <InboxRules>
          <Rule xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
            <RuleId>AQAAAjgG/wM=</RuleId>
            <DisplayName>NDRRule</DisplayName>
            <Priority>1</Priority>
            <IsEnabled>true</IsEnabled>
            <Conditions>
              <ContainsSubjectOrBodyStrings>
                <String>Undeliverable</String>
              </ContainsSubjectOrBodyStrings>
            </Conditions>
            <Actions>
              <MoveToFolder>
                <FolderId ChangeKey="AQAAAA==" Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" />
              </MoveToFolder>
            </Actions>
          </Rule>
        </InboxRules>
      </GetInboxRulesResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindItem Traversal="Shallow">
        <m:ItemShape>
          <t:BaseShape>IdOnly</t:BaseShape>
        </m:ItemShape>
        <m:IndexedPageItemView MaxEntriesReturned="5" Offset="0" BasePoint="Beginning" />
        <m:ParentFolderIds>
          <t:DistinguishedFolderId Id="inbox" />
        </m:ParentFolderIds>
      </m:FindItem>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARu5UylR3BPma1V1jC2wT2lierJofUuJvB3aYcLJlU0FXCKRJzenW2QjG7d+lWBwe2KTvLoEWP6s/gwvTCea+jrG1HUB4Kgp8p7Cl3enoWAiOKYcCg3/NVXvM8NGw9/GgHh1vpy6Rlr6pDzpuM+LHk=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindItemResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="0" TotalItemsInView="0" IncludesLastItemInRange="true">
              <t:Items />
            </m:RootFolder>
          </m:FindItemResponseMessage>
        </m:ResponseMessages>
      </m:FindItemResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindItem Traversal="Shallow">
        <m:ItemShape>
          <t:BaseShape>AllProperties</t:BaseShape>
        </m:ItemShape>
        <m:IndexedPageItemView MaxEntriesReturned="2" Offset="0" BasePoint="Beginning" />
        <m:ParentFolderIds>
          <t:FolderId Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" ChangeKey="AQAAABQAAADAd0zAtB2wR5w0rFFvft1lAAAEFQ==" />
        </m:ParentFolderIds>
      </m:FindItem>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuxupeXeWHN9BKZZsj/bZcaubBr6SOkSrDa7KKwmvutxHjsdtY/+q4suArodimSiBzcOdo7Z4j7iaJysQneOG3aYQs8xAJMIMf3hwolAY06HdU6VoOzR1bc+A4Yo+vqPw46fOdAADTUFRwECHl3lU=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindItemResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="0" TotalItemsInView="0" IncludesLastItemInRange="true">
              <t:Items />
            </m:RootFolder>
          </m:FindItemResponseMessage>
        </m:ResponseMessages>
      </m:FindItemResponse>
    </s:Body>
  </s:Envelope>
</Trace>

Please help us to how to solve the above problem.

Thanks in Advance,

Regards,

Prasad.
Free Windows Admin Tool Kit Click here and download it now
April 13th, 2015 12:56am

Trace Info for Success AutodiscoverURL Request:

"<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Determining which endpoints are enabled for host alcexchange.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:58Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:58Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://alcexchange.tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:05:58 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuhkSTqgdWxG3xPKGrpXe4DOtH8pFAiOTKIEzBi00Y/1OPwzMkBURkN7bMKU6YRNc0ieTQuOJJdSB+qL2pK167M0uQ6iXrG5eNsz8ybptSlU0NSXgCJ7Oc6QxW6kyW7zkgQ6RcrYoXxfsEwwhwF+s=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="AutodiscoverResponse" Tid="1" Time="2015-04-10 11:05:58Z" Version="15.00.0516.014">
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
      <a:Action s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettingsResponse</a:Action>
      <h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <h:MajorVersion>14</h:MajorVersion>
        <h:MinorVersion>3</h:MinorVersion>
        <h:MajorBuildNumber>123</h:MajorBuildNumber>
        <h:MinorBuildNumber>3</h:MinorBuildNumber>
        <h:Version>Exchange2010_SP2</h:Version>
      </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
      <GetUserSettingsResponseMessage xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
          <ErrorCode>NoError</ErrorCode>
          <ErrorMessage />
          <UserResponses>
            <UserResponse>
              <ErrorCode>NoError</ErrorCode>
              <ErrorMessage>No error.</ErrorMessage>
              <RedirectTarget i:nil="true" />
              <UserSettingErrors />
              <UserSettings>
                <UserSetting i:type="StringSetting">
                  <Name>InternalEwsUrl</Name>
                  <Value>https://alcexchange.tiger.hyd/EWS/Exchange.asmx</Value>
                </UserSetting>
                <UserSetting i:type="StringSetting">
                  <Name>ExternalEwsUrl</Name>
                  <Value>https://mail.tiger.hyd/ews/exchange.asmx</Value>
                </UserSetting>
              </UserSettings>
            </UserResponse>
          </UserResponses>
        </Response>
      </GetUserSettingsResponseMessage>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:02Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:03Z">
Determining which endpoints are enabled for host alcexchange.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:05Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="5" Time="2015-04-10 11:06:05Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:05Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="5" Time="2015-04-10 11:06:05Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://alcexchange.tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:06Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:05 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuf27gYn4umwol3dVjeCKqfNN/K2NUGV+DXW49kydrLvNBseGciacOuXDfn3VYE/8Jxad46qwj9QVKIiZiuiuZ0rWehS/deIRMXIkBK9Vn5LakN/gTdQnmRDAzt6x7m/r8ZdTuGgilOXmg1jq67Qg=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="AutodiscoverResponse" Tid="5" Time="2015-04-10 11:06:06Z" Version="15.00.0516.014">
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
      <a:Action s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettingsResponse</a:Action>
      <h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <h:MajorVersion>14</h:MajorVersion>
        <h:MinorVersion>3</h:MinorVersion>
        <h:MajorBuildNumber>123</h:MajorBuildNumber>
        <h:MinorBuildNumber>3</h:MinorBuildNumber>
        <h:Version>Exchange2010_SP2</h:Version>
      </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
      <GetUserSettingsResponseMessage xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
          <ErrorCode>NoError</ErrorCode>
          <ErrorMessage />
          <UserResponses>
            <UserResponse>
              <ErrorCode>NoError</ErrorCode>
              <ErrorMessage>No error.</ErrorMessage>
              <RedirectTarget i:nil="true" />
              <UserSettingErrors />
              <UserSettings>
                <UserSetting i:type="StringSetting">
                  <Name>InternalEwsUrl</Name>
                  <Value>https://alcexchange.tiger.hyd/EWS/Exchange.asmx</Value>
                </UserSetting>
                <UserSetting i:type="StringSetting">
                  <Name>ExternalEwsUrl</Name>
                  <Value>https://mail.tiger.hyd/ews/exchange.asmx</Value>
                </UserSetting>
              </UserSettings>
            </UserResponse>
          </UserResponses>
        </Response>
      </GetUserSettingsResponseMessage>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:06Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:06Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindFolder Traversal="Shallow">
        <m:FolderShape>
          <t:BaseShape>AllProperties</t:BaseShape>
        </m:FolderShape>
        <m:IndexedPageFolderView MaxEntriesReturned="100" Offset="0" BasePoint="Beginning" />
        <m:Restriction>
          <t:Contains ContainmentMode="Substring" ContainmentComparison="IgnoreCase">
            <t:FieldURI FieldURI="folder:DisplayName" />
            <t:Constant Value="NDR MailBox" />
          </t:Contains>
        </m:Restriction>
        <m:ParentFolderIds>
          <t:DistinguishedFolderId Id="msgfolderroot" />
        </m:ParentFolderIds>
      </m:FindFolder>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:08Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuBOIisuAkVNQN8SaM/9YtsP7y9GXTm2Eq28jM+3BM9VU/hgnn6lc+hKBAsyrCBxq2m9XEX0dwGpxmF9/5EQjBcITUYQDBFjJdCGU27Nvsg+G2EmS0J6lLNjsk/3GiBKPwFrLdebh/4ZgAe1oY5cg=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:08Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindFolderResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindFolderResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="1" TotalItemsInView="1" IncludesLastItemInRange="true">
              <t:Folders>
                <t:Folder>
                  <t:FolderId Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" ChangeKey="AQAAABQAAADAd0zAtB2wR5w0rFFvft1lAAAEFQ==" />
                  <t:ParentFolderId Id="AQMkAGY4NjExAGUxZS00NTE0LTRlYjQtODRhOS1mN2RjMDg0YTE0MzMAAC4AAAP9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAADEQAAAA==" ChangeKey="AQAAAA==" />
                  <t:DisplayName>NDR MailBox</t:DisplayName>
                  <t:TotalCount>0</t:TotalCount>
                  <t:ChildFolderCount>0</t:ChildFolderCount>
                  <t:EffectiveRights>
                    <t:CreateAssociated>true</t:CreateAssociated>
                    <t:CreateContents>true</t:CreateContents>
                    <t:CreateHierarchy>true</t:CreateHierarchy>
                    <t:Delete>true</t:Delete>
                    <t:Modify>true</t:Modify>
                    <t:Read>true</t:Read>
                    <t:ViewPrivateItems>true</t:ViewPrivateItems>
                  </t:EffectiveRights>
                  <t:UnreadCount>0</t:UnreadCount>
                </t:Folder>
              </t:Folders>
            </m:RootFolder>
          </m:FindFolderResponseMessage>
        </m:ResponseMessages>
      </m:FindFolderResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:08Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:08Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:GetInboxRules />
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARu85zwsaKXDa67Q/sjpsN7lB88FuPlhJEs3AwDu+EiZqHRMVkX0MtdrzyYZ32NUQ0EyVJU6L2yDOQZ5jk87PxszM75gDFnIWbkz5mnD/NRBdh4wywEOJgYpgIEqLxXq3OAmBbHxG91iC6k21NOtYQ=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetInboxRulesResponse ResponseClass="Success" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
        <ResponseCode>NoError</ResponseCode>
        <OutlookRuleBlobExists>true</OutlookRuleBlobExists>
        <InboxRules>
          <Rule xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
            <RuleId>AQAAAjgG/wM=</RuleId>
            <DisplayName>NDRRule</DisplayName>
            <Priority>1</Priority>
            <IsEnabled>true</IsEnabled>
            <Conditions>
              <ContainsSubjectOrBodyStrings>
                <String>Undeliverable</String>
              </ContainsSubjectOrBodyStrings>
            </Conditions>
            <Actions>
              <MoveToFolder>
                <FolderId ChangeKey="AQAAAA==" Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" />
              </MoveToFolder>
            </Actions>
          </Rule>
        </InboxRules>
      </GetInboxRulesResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindItem Traversal="Shallow">
        <m:ItemShape>
          <t:BaseShape>IdOnly</t:BaseShape>
        </m:ItemShape>
        <m:IndexedPageItemView MaxEntriesReturned="5" Offset="0" BasePoint="Beginning" />
        <m:ParentFolderIds>
          <t:DistinguishedFolderId Id="inbox" />
        </m:ParentFolderIds>
      </m:FindItem>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARu5UylR3BPma1V1jC2wT2lierJofUuJvB3aYcLJlU0FXCKRJzenW2QjG7d+lWBwe2KTvLoEWP6s/gwvTCea+jrG1HUB4Kgp8p7Cl3enoWAiOKYcCg3/NVXvM8NGw9/GgHh1vpy6Rlr6pDzpuM+LHk=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindItemResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="0" TotalItemsInView="0" IncludesLastItemInRange="true">
              <t:Items />
            </m:RootFolder>
          </m:FindItemResponseMessage>
        </m:ResponseMessages>
      </m:FindItemResponse>
    </s:Body>
  </s:Envelope>
</Trace>
<Trace Tag="EwsRequestHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014
Accept-Encoding: gzip,deflate


</Trace>
<Trace Tag="EwsRequest" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
      <m:FindItem Traversal="Shallow">
        <m:ItemShape>
          <t:BaseShape>AllProperties</t:BaseShape>
        </m:ItemShape>
        <m:IndexedPageItemView MaxEntriesReturned="2" Offset="0" BasePoint="Beginning" />
        <m:ParentFolderIds>
          <t:FolderId Id="AAMkAGY4NjExZTFlLTQ1MTQtNGViNC04NGE5LWY3ZGMwODRhMTQzMwAuAAAAAAD9BtSlL90WRIQ0LSUYerVMAQCdJR4MstaNSZAAQC7l6xyHAAI4Bw8iAAA=" ChangeKey="AQAAABQAAADAd0zAtB2wR5w0rFFvft1lAAAEFQ==" />
        </m:ParentFolderIds>
      </m:FindItem>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="EwsResponseHttpHeaders" Tid="5" Time="2015-04-10 11:06:09Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:06:08 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuxupeXeWHN9BKZZsj/bZcaubBr6SOkSrDa7KKwmvutxHjsdtY/+q4suArodimSiBzcOdo7Z4j7iaJysQneOG3aYQs8xAJMIMf3hwolAY06HdU6VoOzR1bc+A4Yo+vqPw46fOdAADTUFRwECHl3lU=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET


</Trace>
<Trace Tag="EwsResponse" Tid="5" Time="2015-04-10 11:06:09Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
      <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="123" MinorBuildNumber="3" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
        <m:ResponseMessages>
          <m:FindItemResponseMessage ResponseClass="Success">
            <m:ResponseCode>NoError</m:ResponseCode>
            <m:RootFolder IndexedPagingOffset="0" TotalItemsInView="0" IncludesLastItemInRange="true">
              <t:Items />
            </m:RootFolder>
          </m:FindItemResponseMessage>
        </m:ResponseMessages>
      </m:FindItemResponse>
    </s:Body>
  </s:Envelope>
</Trace>"

Please help us to how to solve the above problem.

Thanks in Advance,

Regards,

Prasad.
April 13th, 2015 12:59am

Trace Info for Failed AutodiscoverURL Request:

<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Determining which endpoints are enabled for host alcexchange.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:34Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://alcexchange.tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="alcexchange.tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58


</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Determining which endpoints are enabled for host tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote server returned an error: (401) Unauthorized.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Host returned enabled endpoint flags: Legacy, Soap, WsSecurity
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
POST /autodiscover/autodiscover.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:34Z" Version="15.00.0516.014">
  <?xml version="1.0" encoding="utf-8"?>
  <soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
      <a:RequestedServerVersion>Exchange2010_SP2</a:RequestedServerVersion>
      <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action>
      <wsa:To>https://tiger.hyd/autodiscover/autodiscover.svc</wsa:To>
    </soap:Header>
    <soap:Body>
      <a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
        <a:Request>
          <a:Users>
            <a:User>
              <a:Mailbox>administrator@tiger.hyd</a:Mailbox>
            </a:User>
          </a:Users>
          <a:RequestedSettings>
            <a:Setting>InternalEwsUrl</a:Setting>
            <a:Setting>ExternalEwsUrl</a:Setting>
          </a:RequestedSettings>
        </a:Request>
      </a:GetUserSettingsRequestMessage>
    </soap:Body>
  </soap:Envelope>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58


</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Determining which endpoints are enabled for host autodiscover.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote name could not be resolved: 'autodiscover.tiger.hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No Autodiscover endpoints are available for host autodiscover.tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover redirection URL from http://autodiscover.tiger.hyd/autodiscover/autodiscover.xml.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote name could not be resolved: 'autodiscover.tiger.hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No Autodiscover redirection URL was returned.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover host from DNS SRV record for tiger.hyd.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
DnsQuery returned error error 'DNS name does not exist' error code 0x0000232B.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No appropriate SRV record was found.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No matching Autodiscover DNS SRV records were found.
</Trace>
<Trace Tag="AutodiscoverResponse" Tid="1" Time="2015-04-10 11:05:34Z">
Autodiscover service call failed with error 'The Autodiscover service couldn't be located.'. Will try legacy service
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Starting SCP lookup for domainName='tiger.hyd', root path=''
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Searching for SCP entries in LDAP://CN=Configuration,DC=tiger,DC=hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Scanning for SCP pointers Domain=tiger.hyd
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No SCP pointers found for 'Domain=tiger.hyd' in configPath='CN=Configuration,DC=tiger,DC=hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Scanning for SCP urls for the current computer Site=Default-First-Site-Name
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Adding (prio 1) 'https://ALCEXCHANGE.tiger.hyd/Autodiscover/Autodiscover.xml' for the 'Site=Default-First-Site-Name' from 'LDAP://CN=ALCEXCHANGE,CN=Autodiscover,CN=Protocols,CN=ALCEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=tiger,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=tiger,DC=hyd' to the top of the list (exact match)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to call Autodiscover for administrator@tiger.hyd on https://alcexchange.tiger.hyd/Autodiscover/Autodiscover.xml.
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
POST /Autodiscover/Autodiscover.xml HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:34Z" Version="15.00.0516.014">
  <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
    <Request>
      <EMailAddress>administrator@tiger.hyd</EMailAddress>
      <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
    </Request>
  </Autodiscover>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="alcexchange.tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58


</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
 failed: WebException (The remote server returned an error: (401) Unauthorized.)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to call Autodiscover for administrator@tiger.hyd on https://tiger.hyd/autodiscover/autodiscover.xml.
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
POST /autodiscover/autodiscover.xml HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverRequest" Tid="1" Time="2015-04-10 11:05:34Z" Version="15.00.0516.014">
  <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
    <Request>
      <EMailAddress>administrator@tiger.hyd</EMailAddress>
      <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
    </Request>
  </Autodiscover>
</Trace>
<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58


</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
 failed: WebException (The remote server returned an error: (401) Unauthorized.)
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to call Autodiscover for administrator@tiger.hyd on https://autodiscover.tiger.hyd/autodiscover/autodiscover.xml.
</Trace>
<Trace Tag="AutodiscoverRequestHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
POST /autodiscover/autodiscover.xml HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.0516.014


</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
 failed: WebException (The remote name could not be resolved: 'autodiscover.tiger.hyd')
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover redirection URL from http://autodiscover.tiger.hyd/autodiscover/autodiscover.xml.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote name could not be resolved: 'autodiscover.tiger.hyd'
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No Autodiscover redirection URL was returned.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover host from DNS SRV record for tiger.hyd.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
DnsQuery returned error error 'DNS name does not exist' error code 0x0000232B.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No appropriate SRV record was found.
</Trace>
<Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No matching Autodiscover DNS SRV records were found.
</Trace>

Please help us to how to solve the above problem.

Thanks in Advance,
Regards,
Prasad.

Free Windows Admin Tool Kit Click here and download it now
April 13th, 2015 1:05am

Thank you for your reply Glen,

i enabled the trace and observed the traces of working and not working AutodiscoverUrl request, difference is that for working request we are getting HTTP/1.1 200 OK response like below

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:05:58 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuhkSTqgdWxG3xPKGrpXe4DOtH8pFAiOTKIEzBi00Y/1OPwzMkBURkN7bMKU6YRNc0ieTQuOJJdSB+qL2pK167M0uQ6iXrG5eNsz8ybptSlU0NSXgCJ7Oc6QxW6kyW7zkgQ6RcrYoXxfsEwwhwF+s=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
</Trace>



for not working request we are getting HTTP/1.1 401 Unauthorized like below with same user credentials.

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="alcexchange.tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58
</Trace>



Problem:

we developed the one windows form for EWS configuration, in that user as to enter the email and password of the user to connect with Exchange using EWS. In first time user is able to configure the EWS but after configuration user want to change the mailbox details then we are getting the AutodiscoverUrl failed exception for 3 to 4 requests and again after 6 to 7 requests we are getting the successful response from AutodiscoverUrl.

we are getting this issue in both Exchange server 2010_SP2 and Exchange Server 2010_SP3 servers.

The same code is working fine in Exchange server 2013 and Office 365.Thanks in Advance,

for more details please find the full trace information for success and failed AutodiscoverUrl request in below two post


Regards,

Prasad.




April 13th, 2015 4:49am

Thank you for your reply Glen,

i enabled the trace and observed the traces of working and not working AutodiscoverUrl request, difference is that for working request we are getting HTTP/1.1 200 OK response like below

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:58Z">
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Persistent-Auth: false
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Date: Fri, 10 Apr 2015 11:05:58 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuhkSTqgdWxG3xPKGrpXe4DOtH8pFAiOTKIEzBi00Y/1OPwzMkBURkN7bMKU6YRNc0ieTQuOJJdSB+qL2pK167M0uQ6iXrG5eNsz8ybptSlU0NSXgCJ7Oc6QxW6kyW7zkgQ6RcrYoXxfsEwwhwF+s=
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
</Trace>



for not working request we are getting HTTP/1.1 401 Unauthorized like below with same user credentials.

<Trace Tag="AutodiscoverResponseHttpHeaders" Tid="1" Time="2015-04-10 11:05:34Z">
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: Negotiate,NTLM,Basic realm="alcexchange.tiger.hyd"
X-Powered-By: ASP.NET
Date: Fri, 10 Apr 2015 11:05:13 GMT
Content-Length: 58
</Trace>



Problem:

we developed the one windows form for EWS configuration, in that user as to enter the email and password of the user to connect with Exchange using EWS. In first time user is able to configure the EWS but after configuration user want to change the mailbox details then we are getting the AutodiscoverUrl failed exception for 3 to 4 requests and again after 6 to 7 requests we are getting the successful response from AutodiscoverUrl.

we are getting this issue in both Exchange server 2010_SP2 and Exchange Server 2010_SP3 servers.

The same code is working fine in Exchange server 2013 and Office 365.Thanks in Advance,

for more details please find the full trace information for success and failed AutodiscoverUrl request in below two post


Regards,

Prasad.




Free Windows Admin Tool Kit Click here and download it now
April 13th, 2015 4:49am

It look to me like you have DNS issues eg

</Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
 failed: WebException (The remote name could not be resolved: 'autodiscover.tiger.hyd')
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover redirection URL from http://autodiscover.tiger.hyd/autodiscover/autodiscover.xml.
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Request error: The remote name could not be resolved: 'autodiscover.tiger.hyd'
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No Autodiscover redirection URL was returned.
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
Trying to get Autodiscover host from DNS SRV record for tiger.hyd.
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
DnsQuery returned error error 'DNS name does not exist' error code 0x0000232B.
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No appropriate SRV record was found.
< /Trace>
< Trace Tag="AutodiscoverConfiguration" Tid="1" Time="2015-04-10 11:05:34Z">
No matching Autodiscover DNS SRV records were found.
< /Trace>

I guess this is for development and your using a domain that won't be routable eg tiger.hyd so I would say the problem is your DNS request aren't always going to a DNS server that knows how to resolve that tiger.hyd domain. I would check how DNS is configured in your development environment you could use a Host File for testing as well as a workaround. If your developing applications that are going to run against live environments then its better that your dev environment mirror as close as possible to the production environments eg you can even use Office365 for testing (if you have a MSDN licence then you should be able to get a free development tenant).

Cheers
Glen

April 14th, 2015 1:04am

Thank you for your reply Glen,

After entering the domain IP in Host file also its not working, entry in host file is like below

10.96.10.131 Alcexchange.tiger.hyd

Do we need to do any DNS configuration changes?

Could you please help us to solve the above problem.

Thanks in advance,

Regards,

Prasad

Free Windows Admin Tool Kit Click here and download it now
April 16th, 2015 12:25am

If you look at the error message its trying to resolve

autodiscover.tiger.hyd

The other entry will be important when you come to use EWS, you shouldn't really have use a host file if you have DNS configured correctly.

Glen

April 16th, 2015 1:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics