QWP timeout issue? Ben Bimber  2010-08-30 15:48
Status: Closed
 
hi josh,

i just checked in a change to the trunk. see animal_history.js, ~line 525. that code loads a QWP. if you have a copy of the EHR data, load the page 'animal history', then run the hematology report on r95061. hopefully you have a recent enough DB dump to have that report in there correctly.

when that report times out, it's actually called successCallback instead of errorCallback. If you look at the console in firebug, you can either throw a breakpoint or watch the console. it will log a message when it either runs successCallback or errorCallback.