List SVC page issue

sns 9,246 Reputation points
2020-10-09T04:49:10.227+00:00

SharePoint 2010 Site Collection
User wants to take advantage of connections using the _vti_bin/listdata.svc
On that site, when you hit this page, you get a response that says: This page can’t be displayed
On other sites on the same web application, the listdata.svc page works fine.
Is there some feature which prevents this page from displaying?
Issue does not seem authentication related because I tested both with my admin account with the same results

Please help.

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

3 answers

Sort by: Most helpful
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-10-09T05:14:42.677+00:00

    Mostly these kind of errors can cause if the lists have lookup columns / person fields or any customization to the lists. This can also happen if the columns have invalid characters will also cause problems to the list service, more information you can find from below articles.

    https://faouzighodbane.wordpress.com/tag/we-encountred-an-error-while-trying-to-connect/
    https://learn.microsoft.com/en-us/archive/blogs/victorbutuza/why-would-listdata-svc-return-an-error
    http://www.lucacostante.com/item/19-problem-resolved-when-call-listdata-svc-and-filter-by-fields-with-space-into-its-display-name.html

    Thanks & Regards,


  2. Amos Wu-MSFT 4,051 Reputation points
    2020-10-09T06:05:02.627+00:00

    I suggest you to use the Network tab in developer tool or other packet capture tool(like fidder) to capture the request,then you could get the detailed error message.
    31038-image.png
    31059-image.png


  3. sns 9,246 Reputation points
    2020-10-09T10:03:47.55+00:00

    31128-capture.png

    Hi Amos Wu,

    Below is the network tab, what could be the wrong

    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.