Reputation: 534
I have installed Worklight Server 6.1 over Libery Profile, the database i am using is MySql. I have imported the required databases wrklght and wlreports. I am trying to deploy authentication project, i have changed the DB settings in worklight.properties file and i added wl.db.factProcessingInterval=100 in order to generate the report for each minute. But when i am running the app, it shows
Table 'wrklght.proc_report' doesn't exist {prepstmnt 250489235 SELECT MAX(t0.PROC_TIMESTAMP) FROM PROC_REPORT t0} [code=1146, state=42S02]
[ERROR ] FWLSE0182E: Notification analytics data was not processed due to an exception [project AdapterBasedAuth]
Table 'wrklght.notification_proc_report' doesn't exist {prepstmnt 1989504497 SELECT MAX(t0.PROC_TIMESTAMP) FROM NOTIFICATION_PROC_REPORT t0} [code=1146, state=42S02]
But the proc_report and notification_proc_report tables are available in the wrklght databse.
Upvotes: 0
Views: 127
Reputation: 2132
It seems that those tables do not exist or are not configured correctly. Can you please verify you have configured your MySql databases by following the instructions below:
After the configuration and setup has been completed can you tell us if the error persists
Upvotes: 1