Windows Server 2019 webdav issue

Martijn Kools 76 Reputation points
2020-09-30T12:38:30.16+00:00

Hello,

We've migrated our Citrix environment from Windows Server 2016 to Windows Server 2019.
Some people have shortcuts to their Sharepoint documents on their desktop, which are accessed through WebDav e.g.

\intranet.domain.int\departments\TreatIWSbnl\Main\Datasheets1\Parameters%2012LT57.xls

This works fine in Windows Server 2016 and Excel just opens the document.

Now in Windows Server 2019, same shortcut when you try to open it says: 'The file cannot be found'.

However, when I remove the %20, which indicates a [space] and replace it by an actual space it works again. Now you would say just remove the %20 sure but there is an ERP system with thousands of entries pointing to documents on Sharepoint with %20 in it. And I wonder why it did work on 2016 and doesn't on 2019.

It has to be some issue with Webdav. Any idea?

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

3 answers

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2020-09-30T12:47:37.473+00:00

    Hi @Martijn Kools ,

    They're also actively answering in the dedicated IIS forum over here:
    https://forums.iis.net/

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

  2. Chelsea Wu 6,341 Reputation points Moderator
    2020-10-01T02:13:06.393+00:00

    What version of SharePoint are you currently using?

    It is highly discouraged to do an in-place upgrade for OS with SharePoint installed. The recommended way is to deploy the farm on Windows Server 2019, and then retire the older SharePoint servers by migration.

    It seems to be problem with URL resolution after OS update in Windows Server. Please create new shortcuts from your SharePoint documents and see if the new links work as expected.
    You may also check the System Event Viewer for potential error message on related issue.


    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. **


  3. sadomovalex 3,636 Reputation points
    2020-10-06T14:53:14.93+00:00

    not sure why it doesn't work on SP2019, but since you know that problem may be solved by replacing %20 by space you may try to use IIS rewrite module and replace %20 by spaces in WebDAV requests automatically. IIS rewrite module also affects WebDAV requests: Redirect Sharepoint WebDAV network locations from http to https.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.