Hi,
My Employee Portal is working fine with the web parts and reports. But when i attach a report that takes some time to load, i am getting following error in Employee Portal:
Communication error (10114): No reply received from Back End System (Time Out).
The report runs slow even in nav classic. Is there any way to increase the time out period???
I don't want to redevelop the report to make it run faster.
Plz help........
0
Comments
In your site path, open the web.config, find in <appsettings> (in the bottom)
<add key="MessageTimeOut" value="120" />
<add key="WaitForReplyTimeOut" value="60" />
Modify it, maybe it works.
Hope to help you