Hi Michael,
FA applications do periodically execute a couple of jobs to (not only) further process imported log data. These jobs are defined in the applications
DCML file and displayed under the Data Management section of the
Application Detail page. By default the
Update Request Status job is executed every 10 minutes and does process incoming request.log files which results in data stored in the REQUEST table of your FA database. The job consumes this data and as a result creates new data in the REQUEST_STATUS, REQUEST_AMF, REQUEST_PARAMS and REQUEST_URL tables which are the ones that are queried by most of the reports in FA.
You can also manually start a job by clicking on the
Execute Now button. And you can change how often a job is executed by clicking on the
Job Detail button and altering the
cron pattern. However, you have to keep in mind that this can have a negative effect on the performance of your system.
To get a better feeling how things are going it can be very helpful to observer/tail the FADC log file (typically located at C:\FusionAnalytics\Server\logs\fusionanalytics-datacollector.log)
Regards,
Bernd