SharePoint Designer is unable to retrieive data source details when adding a datasource

Eric Shen 21 Reputation points
2021-01-22T01:03:04.37+00:00

I want to create a Wiki page that shows some content from a SharePoint Online list. I am using SharePoint Designer to customize the Wiki page. I added an Empty Data View and after I added a data source, the data source detail windows is blank and it has a message: Server was unable to process request --> Specified method is not supported

59313-capture.jpg

Steps to reproduce:

  1. Create a Wiki Page Library (through add an app)
  2. Edit the page in SharePoint Designer
  3. Under the Home tab, click Advanced Mode
  4. In the .aspx file, click between the two Zone Template tags
  5. Under the Insert tab -> Data View -> Empty Data View
  6. In the .aspx file, click between the Data Source tags
  7. Under the Insert tab -> Data Source -> Select the SharePoint list to display
  8. In the Data Source Details window on the right, click on the DataView 1... link. Click OK to close the Data Source Properties window

I also get the same error when I click the Refresh data source link at the bottom of the Data Source Window or the Refresh Data button under the Data View Tools Options tab

Has anybody seen this before or have successfully added a SharePoint list view to a web page using SharePoint designer?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,946 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Echo Du_MSFT 17,196 Reputation points
    2021-01-22T07:01:50.267+00:00

    Hello @Eric Shen ,

    I can reproduce your issue in my environment.

    59477-7.png

    Please follow steps to perform the workaround:

    1) Click INSERT tab >> Data View >> select the specific list directly.

    59504-8.png

    2) On the OPTIONS tab, click Data Source Details to display this list's data details.

    59457-9.png

    59450-10.png

    Thanks,
    Echo Du

    ==============

    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.

    1 person found this answer helpful.
    0 comments No comments

  2. Eric Shen 21 Reputation points
    2021-01-22T01:12:57.787+00:00

    I've also cleared the SharePoint designer cache by following these steps...

    Clear cache (This is only applicable if the SharePoint Desinger is not a fresh install)

    a) On the local computer, browse to the following folder:

    C:\Users\<username>\AppData\Local\Microsoft\WebsiteCache

    b) Delete all the files and folders that are present.

    c) On the local computer, browse to the following folder:

    C:\Users\<username>\AppData\Roaming\Microsoft\SharePoint Designer\ProxyAssemblyCache

    d) Delete all the files and folders that are present.

    e) On the local computer, browse to the following folder:

    C:\Users\<username>\AppData\Roaming\Microsoft\Web Server Extensions\Cache

    f) Delete all the files and folders that are present.

    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.