REST, ListData.svc, 404 Not found

Dear Colleagues,

I have problem while accessing to Sharepoint list with REST URL.

I have two lists on one site.

The first list is old and the second list I made just now.

The structure of these lists is very simple.

All rihts there.

If I access to old list "HTTP 404 Not found" appear.

ULS logs, succesfull scenario

ULS logs, unsuccesfull scenario

Please help.

Windows Server 2008 R2 SP1+

SQL Server 2008 R2+

Sharepoint 2010 SP2+

all on one server

UPDATE:

Maybe the same trouble:

https://social.technet.microsoft.com/Forums/en-US/87d6dc7b-0cc4-4b9e-9987-ef753054c704/error-occoured-while-retriving-from-vtibinlistdatasvcissuelist?forum=sharepointgeneral

July 31st, 2015 8:09am

Hi,

In successful scenario, you might used the site collection administrator or Farm administrator account.

In unsuccessful scenario, I hope you are trying to create app or web part through code , When other user , trying to access the app or web part it returns the HTTP 404.

Try to enable the anonymous access on your site or List and ask the rest of user to access the same.

Check for how to enable the anonymous access on the list or library.

Enable the anonymous access on list / library - 1

Enable the anonymous access on list / library

July 31st, 2015 2:04pm

Hi,
thanks for your answer but I solved this problem
I had
url
http://sp.domain.lan/sites/testlab2/Lists/dictcab/AllItems.aspx
appropriate REST
http://sp.domain.lan/sites/testlab2/_vti_bin/ListData.svc/dictdab

I rename in SPD to:
url
http://sp.domain.lan/sites/testlab2/Lists/DictCab/AllItems.aspx
appropriate REST
http://sp.domain.lan/sites/testlab2/_vti_bin/ListData.svc/DictCab

And it worked.
Bingo )))

July 31st, 2015 2:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics