Forum Discussion
deeksha
6 years agoHelper II
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 a...
dax
6 years agoCommunity 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 Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- deeksha6 years agoHelper 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)]