Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT

Unable to start collector in analytics module of Qlik Enterprise Manager when changing the database

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
Steve_Nguyen
Support
Support

Unable to start collector in analytics module of Qlik Enterprise Manager when changing the database

Last Update:

Mar 13, 2024 10:15:36 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 13, 2024 10:42:49 AM

Changing the Qlik Enterprise Manager (QEM) repository connection to a database which already has the QEM schema applied leads to unexpected results, such as the start collector or purger functions being greyed out.

Example:

  • The Qlik Enterprise Manager repository connection has been changed from database to database B.
  • Later, the Qlik Enterprise Manager repository connection was changed back from database to database A, meaning the database already had the QEM schema.

 

Resolution

sqlite editor and knowledge on how to use it is required for this change, such as the DB Browser for SQLite: https://sqlitebrowser.org/

To successfully change to a database which already has the QEM schema:

  1. Before you begin, take a backup of:
     ~Attunity\Enterprise Manager\data\Java\GlobalRepository.sqlite
  2. In the Qlik Enterprise Manager settings, set the repository connection to the database with the schema already included
  3. Set the username and password, save, and test the connection
    Do not click Initialize
  4. Stop the Qlik Enterprise Manager service
  5. Next, we use a SQLite editor (such as DB Browser for SQLite) to open:
    ~Attunity\Enterprise Manager\data\Java\GlobalRepository.sqlite
  6. In the SQLite editor:
    1. Click Browse Data
    2. Open the Table dropdown and select Objects

      sqlite editor objects.png

    3. Locate and AnalyticsConfiguration 
    4. Click on the json column 
    5. Find the key verifiedConnection 
    6. Change "verifiedConnection": false, to "verifiedConnection": true,

      globalrepositorysqlite.png

    7. Apply the change and write the settings
  7. Start the Qlik Enterprise Manager service
  8. Log back into the Qlik Enterprise Manager, go to Analytics, and review if start collector and start purger are once again available.

 

Environment

Qlik Enterprise Manager 

Labels (1)
Version history
Last update:
‎2024-03-13 10:15 AM
Updated by: