Exchange Web Services replies with version Exchange 2015

Gerrit Deike 21 Reputation points
2020-12-02T15:50:02.677+00:00

Hi!

I just came across a very interesting situation and hope someone here can help me fix it. I installed an Exchange Server 2016 to migrate vom SBS 2011. Everything fine there. All the mailboxes have been moved to the new server, but the old one hasn't been uninstalled yet. A co-worker is configuring an achriving software that accesses the Exchange Server using EWS. He can connect and sees the mailboxes, but can not archive them. This ist the Error he gets in his logs:


2020/12/01 10:24:11 138 [014] [i] [TryAutodiscover] ErrorCode: NoError
2020/12/01 10:24:11 138 [014] [i] [TryAutodiscover] resolved
2020/12/01 10:24:11 138 [014] [i] [GetUserSettings] autodiscover completed
2020/12/01 10:24:11 142 [014] [i] [USRSETTING.Dump] EwsSupportedSchemas : Exchange2007, Exchange2007_SP1, Exchange2010, Exchange2010_SP1, Exchange2010_SP2, Exchange2013, Exchange2013_SP1, Exchange2015
2020/12/01 10:24:11 144 [014] [i] [GetBestExchangeVersion] request highest version in Exchange2007, Exchange2007_SP1, Exchange2010, Exchange2010_SP1, Exchange2010_SP2, Exchange2013, Exchange2013_SP1, Exchange2015
2020/12/01 10:24:11 144 [014] [i] [GetBestExchangeVersion] highest EWS version for XcService@<Customer Domain>: Exchange2015
....
2020/12/01 10:24:11 994 [014] [F] [EWSLOG] msg : Exchange Server doesn't support the requested version.
2020/12/01 10:24:11 994 [014] [F] [EWSLOG] src : ELOxc
2020/12/01 10:24:11 994 [014] [F] [EWSLOG] type: Microsoft.Exchange.WebServices.Data.ServiceVersionException
2020/12/01 10:24:11 994 [014] [e] [LogonService] administrative exchange login failed


Can someone pleeeeezzzz explain to me how an Exchange Server 2016 can reply as an Exchange Server 2015? (Btw. it is the newest CU!)

I've been working with Exchange as an MCT/MCSE for over twenty years and never seen anything like this. Does anyone here have a solution?

Thanks in advance for your support.

Best Regards,

Gerrit

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,367 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Eric Yin-MSFT 4,386 Reputation points
    2020-12-03T08:09:47.327+00:00

    Hi,

    Our forum focus on on-premise Exchange issues. It seems your question is more about the “achriving software that accesses the Exchange Server using EWS”, have you met any issues about EWS? Such as free busy look up, calendar sharing, mail tips and OOO?
    I suppose you should ask for support from the software first, or go to Development forum since it’s related to Exchange.WebServices.Managed.Api.
    Thanks for your understanding.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Gerrit Deike 21 Reputation points
    2020-12-03T16:44:27.997+00:00

    Hello EricYin-MSFT,

    my question IS about EWS, not about the archiving software. After all it is EWS that is saying that it is version Exchange 2015 NOT the archiving software. That is why I'm asking here. (BTW. The support of the archiving software said to ask Microsoft, so "Did that, bin there." ;) )

    The software uses autodiscover to access EWS. That part works fine, but then somehow EWS responds as Exchange 2015. How can that be? Where could I check to see what exactly EWS is sending back to the other software?

    Best Regards,

    Gerrit


  3. Andy David - MVP 142.3K Reputation points MVP
    2020-12-03T19:47:39.71+00:00

    Whats interesting about that is it appears to be expected? or normal? or something .lol

    https://github.com/EmilTholin/node-exchange-autodiscover/blob/master/README.md

    0 comments No comments