synchronize document library from sharepoint server 2019 on premise

Ware 21 Reputation points
2021-06-22T08:44:57.643+00:00

We are using sharepoint 2019 on premise.
We want to shynchronize a Document library from our sharepoint server in a local folder. we are using one drive for business (office 2013)

We get this error, but we can access the library from the website correctly...

We use https in our sharepoint folder

108018-image.png

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,971 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JoyZ 18,066 Reputation points
    2021-06-23T01:59:35.823+00:00

    @Ware ,

    This issue occurs if one of the following registry values is configured as follows:

    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\SignIn
    Name: SignInOptions
    Type: DWORD
    Value: 3

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Common\SignIn
    Name: SignInOptions
    Type: DWORD
    Value: 3

    SignInOptions=3 restricts you from signing in to SharePoint or SharePoint Online by using either a Microsoft or an organizational ID.

    To resolve this issue, follow these steps:

    1. Start Registry Editor,locate and then click the following subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\SignIn
    2. Locate and then double-click the following value: SignInOptions
    3. In the Value Data box, type 0, and then click OK, exit Registry Editor.

    NoteIf the SignInOptionsvalue is located under the \Policieshive, it may have been created by Group Policy. In this situation, your administrator must modify the policy to change this setting.

    More information for your reference:

    https://video2.skills-academy.com/en-us/sharepoint/troubleshoot/sync/onedrive-for-business-sync-returns-error


    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.


  2. Ware 21 Reputation points
    2021-06-30T06:24:53.077+00:00

    The problem was related with the sharepoint https certificate.
    The url revocation path was incorrect, so onedrive couldnt check if the certificate had been revoked.

    thanks!


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.