Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. READ MORE

Tasks in the Qlik Sense Management Console don't update to show the correct status after an upgrade

100% helpful (2/2)
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Tasks in the Qlik Sense Management Console don't update to show the correct status after an upgrade

Last Update:

Mar 6, 2024 3:08:44 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 29, 2021 6:44:47 AM

Executing tasks or modifying tasks (changing owner, renaming an app) in the Qlik Sense Management Console and refreshing the page does not update the correct task status. Issue affects Content Admin and Deployment Admin roles.

The behaviour began after an upgrade of Qlik Sense Enterprise on Windows. 

Fix version:

This issue can be mitigated beginning with August 2021 by enabling the QMCCachingSupport Security Rule.

Solution for August 2023 and above:

Enable QmcTaskTableCacheDisabled.

To do so:

  1. Navigate to C:\Program Files\Qlik\Sense\CapabilityService\
  2. Locate and open the capabilities.json
  3. Modify or add the QmcTaskTableCacheDisabled flag for these values to true

    {"contentHash":"CONTENTHASHHERE","originalClassName":"FeatureToggle","flag":"QmcTaskTableCacheDisabled","enabled":true}

    Where CONTENTHASHHERE matches the number in all other features listed in the capabilities.json.

    Example:

    QmcTaskTableCacheDisabled.png

    This will disable the caching on the tasks table only, leaving the overall QMC Cache intact to gain performance. If you had previously set QmcCacheEnabled, QmcDirtyChecking, QmcExtendedCaching to false, please set it to true again.

  4. Restart the Qlik Sense services

Workaround for earlier versions:

Upgrade to the latest Service Release and disable the caching functionality

To do so:

  1. Navigate to C:\Program Files\Qlik\Sense\CapabilityService\
  2. Locate and open the capabilities.json
  3. Modify the flag for these values to false
    • QmcCacheEnabled
    • QmcDirtyChecking
    • QmcExtendedCaching
  4. Restart the Qlik Sense services

NOTE: Make sure to use lower case when setting values to true or false as capabilities.json file is case sensitive.

Should the issue persist after applying the workaround/fix, contact Qlik Support.

Internal Investigation ID(s): 

QB-2096
QB-5168
QB-7655
QB-17238

 

Environment

Qlik Sense Enterprise on Windows 

Labels (1)
Comments
steeefan
Luminary
Luminary

You need to replace the value "CONTENTHASHHERE" in the configuration string with the actual value of your specific content hash, starting with 9fdb92:

{"contentHash":"CONTENTHASHHERE","originalClassName":"FeatureToggle","flag":"QmcTaskTableCacheDisabled","enabled":true}

steeefan_0-1721294924356.png

 

krmvacar
Creator II
Creator II

Hi @steeefan ,

I did what you said and then restarted the services, but it didn't work.

krmvacar_0-1721297277956.png

 

steeefan
Luminary
Luminary

Can't say for sure and can't replicate, I'm not yet on May 2024.

Version history
Last update:
‎2024-03-06 03:08 AM
Updated by: