Forum Discussion

deeksha's avatar
deeksha
Helper II
6 years ago

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

  • dax's avatar
    dax
    Community 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.