Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Timeout Issue with RetrieveMultipleRequest in CRM 2016

(0) ShareShare
ReportReport
Posted on by 65

Hello Experts,

In my case timeout issue happened with RetrieveMultipleRequest class, so I replaced with FetchXMLToQueryExpressionRequest class. Now it is working as expected.

(https://msdn.microsoft.com/en-in/library/microsoft.crm.sdk.messages.fetchxmltoqueryexpressionrequest.aspx)

var conversionRequest = new FetchXmlToQueryExpressionRequest
{
    FetchXml = fetchXml
};

var conversionResponse =
    (FetchXmlToQueryExpressionResponse)_serviceProxy.Execute(conversionRequest);

Any other suggestions will be greatly appreciated !!

Thanks,

Shekar

*This post is locked for comments

  • Indra Sheker Profile Picture
    Indra Sheker 65 on at
    RE: Timeout Issue with RetrieveMultipleRequest in CRM 2016

    Hi Abhishek,

    If timeout value update is for online then what would be the recommended value.

    Thanks,

    Indrasheker

  • Indra Sheker Profile Picture
    Indra Sheker 65 on at
    RE: Timeout Issue with RetrieveMultipleRequest in CRM 2016

    Hi Alex,

    Though we are following either way to fetch the data from CRM, we must use the paging as we have the restriction to 5k.

    Thanks,

    Shekar

  • abhishek_255 Profile Picture
    abhishek_255 1,612 on at
    RE: Timeout Issue with RetrieveMultipleRequest in CRM 2016

    Hi,

    You can update timeout value.

    _serviceProxy.Timeout = new TimeSpan(h, m, s);

    Best Regards,

    Abhishek

  • Suggested answer
    ashlega Profile Picture
    ashlega 34,477 on at
    RE: Timeout Issue with RetrieveMultipleRequest in CRM 2016

    Hi,

     you might try using paging with your query expression:

    msdn.microsoft.com/.../gg327917.aspx

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,399 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans