Options

Employee Portal 2009: Communication Error(10114)

tech_navtech_nav Member Posts: 27
edited 2009-10-09 in Navision e-Commerce
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........

Comments

  • Options
    waynenlwaynenl Member Posts: 39
    Hi tech_nav,
    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. :lol:
    Hope to help you
Sign In or Register to comment.