Force a Data Reload

To manually reload data in the Qlik Management Console (QMC):

  1. On the navigation bar on the left side of the console in the QMC, select the page that you want to reload data on, such as Tasks.

  2. Select the application to reload data for.

  3. Select Start to trigger a data reload and to load the new dataCompleted.

If you are an administrator, you can also access the following endpoint from the machine where SyncApp and TA are installed (TA and syncapp is recommended to be installed in same machine in order to use this endpoint):

http://localhost:8080/loadDataToAnalytics?clientId=<clientId>

If you need to use a different port than 8080, specify the port into application-run.properties under folder “C:\Program Files (x86)\TRICENTIS\Tosca Server\TASync\” by adding parameter server.port=<port number> , then the endpoint will be:

http://localhost:<server.port>/loadDataToAnalytics?clientId=<clientId>