
I am getting timeout error when running a fetchxml query from power pages. Is there any setting I need to look into to avoid the timeout limit? The query is trying to fetch huge number of records.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Request timed out.
Source Error:
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Hi @satram ,
Have you tested your fetchXml in XRMToolbox if it is working there?
Can you try to limit your fetchXml to few records to validate if there are not any error in it?
Are you using any joins in your fetchXml?
Thanks,
Saud
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.