EP Report Timeout Issue

Hi,

I am getting this error while trying to launch “Actual vs Budget” report in EP AX 2012 R3.

Microsoft dynamics ax enterprise portal: the request timed out. please try to resubmit the request.

Any idea??

Thanks & Regards,

Dhananjay Verma

Hi,

Check this Link https://technet.microsoft.com/en-us/library/aa569637.aspx

Good Luck and let me know if it helps.

Tilak.

Hi,

I had the same issue and solved it by altering the page_load method in the code behind of the particular webcontrol: protected void Page_Load(object sender, EventArgs e) { ScriptManager scripts = ScriptManager.GetCurrent(this.Page); if (scripts != null) { scripts.AsyncPostBackTimeout = 600; } } This will set the Ajax postback timeout to 600 seconds instead of 90.0.

Tilak.

Hi,

I am getting Time Out error while searching the Project Id in look-up “Project List Page” report in EP AX 2012 R2.

Error: Microsoft dynamics ax enterprise portal: the request timed out. please try to resubmit the request