Report time out error

  • Hi,

    i am executing the report and it is taking 2 hrs and throwing error "Timed out".

    i checked running all the data set queries individually in the back end and it is taking max 1 min for a dataset.

    is there any way we can get the time taken by eaach dataset individually during the execution of the report?

  • How many datasets do you have, and what is the complexity of the report query and report layout. Many times the performance of a report can be assisted, by moving as much of the query to the database as you can, which may include firing a stored proc to populate a table, that you then query against locally. The more complex the report is, the longer it will take to render also.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply