Forum Discussion
Can not load the data
Hi all,
Can anybody help me out, when I am trying to load a data entity using OData, the data is being loaded for about 30-40 minutes and at last, this error message is being displayed and no data is loaded in the project, what should I do?
Please help!
2 Replies
- daxCommunity Support
Hi deeksha ,
According to your description, it seems to be related to the time out problem, so I think you could try to use below M code to modify tome out to see whether it work or not.
OData.Feed("http://some.url/service.svc/", null, [Timeout=#duration(0, 0, 59, 0)])Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- deekshaHelper II
Sorry for the late reply, but where I have to write this? while getting the data? like my data address is https://xxx-devxxxxx.sandbox.ax.dynamics.com/data
so should I write like this to get the data?
https://xxx-xxxxxos.sandbox.ax.dynamics.com/data,null,[timeout=#duration(0,0,59,0)]