1

Can anyone please tell me what this error isenter image description here

After running the report for long time, I got the above error in reporting server. We have also increased the space in the Reporting server.

When I run the stored procedure of the report in SSMS it took just 33 seconds. Can I know how to fix this problem

Benzi
  • 398
  • 6
  • 14
Akhira
  • 203
  • 2
  • 5
  • 16

1 Answers1

0

Try to increase the "time out".

Steps to achieve this method:

  1. Enter to data sets folder.
  2. Choose your data set.
  3. Go to the "Time out" field and increase the value.

enter image description here

for more documentation Setting Time-out Values for Report and Shared Dataset Processing

Benzi
  • 398
  • 6
  • 14
  • Hi Benzi, I tried adding 30 and 60 different Time out seconds, I still see the same error. – Akhira Mar 27 '20 at 10:26
  • Hi Benzi, I have put some max number 999999 and the report loaded quickly on my local machine but this is not working on the report server. I changed under the properties on the server. I still get the same error. Can I know what could be the problem. – Akhira Mar 28 '20 at 19:56