Skip to content Skip to sidebar Skip to footer

Error On Birt Report Analytics: Ibm Worklight

I am trying to generate BIRT report on IBM Worklight for an Android device. For this I am following instructions given in the following article: Worklight: Generate analytics data

Solution 1:

Have you made sure to also update initOptions.js (in yourProject\apps\yourApp\common\js folder) and change connectOnStartup from "false" to "true"?

Otherwise, the application will not connect to the Worklight Server and no logging to the database (to the app_activity_report table) will take place.

Post a Comment for "Error On Birt Report Analytics: Ibm Worklight"