rappen / FetchXMLBuilder

FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
https://fetchxmlbuilder.com/
GNU General Public License v3.0
135 stars 56 forks source link

Time out Issues Since Upgrade #861

Closed MarcRohde closed 6 months ago

MarcRohde commented 1 year ago

I have noticed since updated to the latest version of FetchXML that I'm getting consistent timeout issues.


System.Net.WebException:
The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.
System
- System.Net.HttpWebRequest.GetResponse()
- System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)

<fetch top="10">
  <entity name="mserp_ecoresreleasedproductv2entity" />
</fetch>

rappen commented 1 year ago

I see more and more issue with connection too... 🫤 Do you know how long time it tasks between Execute and the error message shows up?

MarcRohde commented 1 year ago

I see more and more issue with connection too... 🫤 Do you know how long time it tasks between Execute and the error message shows up?

I would guess it is 30 seconds or less. It has started to happen every time I make an attempt to execute a query.

rappen commented 1 year ago

Thanks. Do you know if mserp_ecoresreleasedproductv2entity is a virtual entity?

MarcRohde commented 1 year ago

Yes, it is a virtual entity with Dynamics Finance and Operations.

rappen commented 1 year ago

I know virtual takes longer time... I can't really find issues on my side, sorry. Any ideas? Or is it just "the platform issues"...

rappen commented 6 months ago

I believe there is nothing to do about this issue. Please reopen if you have more info!