Focal Point
Timeout Error on Today Page.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1461084022/m/5997001006

March 11, 2011, 04:06 PM
malapejohn
Timeout Error on Today Page.
Hi

I am working with the pmf_manufacturing database .
When on the Today page I receive the following error.

p_blocks is undefined

When I refresh the dashboard I will get a "TIMEOUT for semaphore_run:sema and a number attached
I am trying to get to the admininstrator dashboard to hit the resync button because I have changed the connection string on the adapter via the reporting server web console.

Can anyone shed some light on this one?

Merci / Thank you in advance.



Environment LocalMachine
PMF Version: 5.2.3 HF 1
WF Version 7702
RDBMS MSSQL Express 2008
March 11, 2011, 04:19 PM
malapejohn
An update.

I set the Alternatime Time Summary to Y in the Manage Tab , no more errors.

I suspected this only when I tried running the Rolling 5 Period report and it produced an error on gettime period.
I changed the value and re-ran the Administrator's Dashboard , re-sync and works fine

Merci.

John.
March 15, 2011, 01:35 PM
Moogle
Hi John,

We have run into this issue at my client, and it has been explained to us as a timeout on an AJAX request.

The PMF product team has recommended a change to one of the javascript library files to prevent this from happening. The file is called pmf_lib.js and it is found in the mainstreet application folder. This is the original setting from within the file:

var ajax_timeout = 30000 ;

This is the new setting:

var ajax_timeout = 60000 ;

Cheers,

Joey


-WebFOCUS 8.2.01 on Windows
March 15, 2011, 02:20 PM
Bob Jude Ferrante
Changing the AJAX timeout is simply a workaround to a bad performing app environment.

The real way to get this fixed is to review the performance of the installed configuration and get its performance up.

No AJAX query should take more than 2-3 seconds. If yours are running 30, that's not good; it means some part of the environment on which PMF is running needs to be optimized for better realtime performance.

For more info, please see the PMF Installation and Configuration Guide, which has a whole set of practices on getting your environment tuned for best performance.

A slow environment means a slow PMF. PMF is designed to run fast but as in any performance situation, you need to assess hardware, network and other components and eliminate your bottlenecks. Your users aren't going to be happy if screens take 30+ seconds to refresh.

thanks


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

March 16, 2011, 02:00 PM
malapejohn
I suspected that my local machine was the issue. Now that is confirmed.


JB thanks for the info on the Ajax and js file. Good to know.

Comme toujours Merci Bob.

John.
March 16, 2011, 02:09 PM
Bob Jude Ferrante
In PMF 5.2.3 and onward, the AJAX timeout setting is a standard setting. You don't have to modify a file.

This gives you a way to change the default without changing a file.


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!