error occoured while retriving from _vti_bin/listdata.svc/IssueList

Environment : SharePoint online

Trying to access List data using ListData.svc Service in the browser.

Not able to get the XML, instead error occoured while processing.

Other list instead of IssueList are working fine and rendering the xml. The Problem is only this IssueList .

This list currently has approx 3000 Items.

Please suggest what are the solution to retrive data of this list from jquery

January 21st, 2015 5:27am

Hi You should use rest API something like this http://<sitecollectionURL>/_api/lists/getbytitle('<yourlisttitle>')/items? Don't use <> this and search for odata with SharePoint 2013
Free Windows Admin Tool Kit Click here and download it now
January 21st, 2015 6:09am

Hi You should use rest API something like this http://<sitecollectionURL>/_api/lists/getbytitle('<yourlisttitle>')/items? Don't use <> this and search for odata with SharePoint 2013
January 21st, 2015 6:09am

Here you go.

Please check below

https://msdn.microsoft.com/en-us/library/office/dn292552(v=office.15).aspx

Free Windows Admin Tool Kit Click here and download it now
January 21st, 2015 6:24am

Hello Team,

sorry for late reply, However I have already mentioned in initial post that I am using REST and all other list are working fine. 

but this issues is about only one specific LIST. so how to debug that what is the issue with that list.

What are the scenarios that list does not render data over REST, this is specific when your LIST is on Office 365 and not on on-prem.

This issues stands unresolved as of now !!

Thanks

Labhesh

February 6th, 2015 9:00am

Hi Labhesh,

Can you provide the exact title of the

Free Windows Admin Tool Kit Click here and download it now
February 6th, 2015 9:04am

"IssueList"

This is custom

February 8th, 2015 11:18pm

Hi Labhesh,

I was thinking it may be the list title issue. However, if the title is "IssueList" it should work with listdata.svc. Perhaps you can check what error is thrown by using the fiddler. Perhaps you may be aware of this, but here are some rules while working with lists and fields using listdata.svc:

1. Preserve casing, remove spaces and keep the first letter of each individual word as Capital. For example a field with display name "home aDdress" will be "HomeADdress".
2. If a special character like dot is in field name or List name it is to be treated like space i.e. if field name is "Add.ress" the REST equivalent will be "AddRess" 

see this for more information:
http://www.sharepointnadeem.com/2012/06/field-names-in-rest-query-are-case.html

Thanks,

Nadeem

Free Windows Admin Tool Kit Click here and download it now
February 9th, 2015 6:34am

Hi Nadeem,

Thanks for your input, however casing and spelling is correct and no extra space.

It is very simple call like:

http:s://<siteName>/_vti_bin/ListData.svc/HolidayList   ( Is working

http:s://<siteName>/_vti_bin/ListData.svc/IssueList   ( Is NOT working)  and no identification as why this is not working? Infect this list name is same as shown while quering ListData.svc.

Do not know how to debug further for this type of problem.

Have raised a ticket with Microsoft, awaiting response.

Thanks

Labhesh

February 16th, 2015 2:17am

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

Other recent topics Other recent topics