1

Yesterday I noticed that my error logs show:

" 404 Not Found /autodiscover/autodiscover.xml: 893 Time(s) "

How should I fix it? Any ideas?

ineedsomehelp
  • 11
  • 1
  • 1
  • 4
  • 2
    You will have to check if the autodiscover path is set correctly from Exchange.. What version of Exchange are you using ? – StefanGrech May 20 '16 at 09:31
  • I really don't know what version of Exchange we use. Where can I find that? I don't have any ideas how to fix it... Is it something critical? – ineedsomehelp May 24 '16 at 07:21
  • Not enough information. You need to include version of Exchange to begin with. Also whether it is full product or SBS. What logs are you looking at to see that error? Do you have more than one server? Does the Autodiscover virtual directory exist in IIS manager? – Sembee May 20 '16 at 18:02

1 Answers1

1

First of all this error is not critical, more just for informative purposes. In order to fix this you should understand why this error occurs. Exchange does monitoring of its own. The Endpoint /autodiscover/autodiscover.xml provides any client with the ability to fetch the needed configuration like ports and encryption. The name resolves to domainname.tld/autodiscover/autodiscover.xml if this is not reachable by the Exchange it will throw this error. You might want to check your IIS in order if the Exchange server can reach it via localhost.

Hupfauer
  • 181
  • 1
  • 1
  • 10