QlikView tasks can be shown as "unrunnable" in the QlikView Management Console overview, and the Publisher status may read "Cluster Down".
Environment:
QlikView all versions
Cause:
The Management Service and Distribution Service may not be in sync due to communication timeouts.
Resolution:
Resolution is to improve communication between the two services which is likely environmental.
As a possible workaround, setting ForceReadNotificationMilliseconds will force more frequent communication attempts. See The QlikView Management Console displays “Cluster down” and the status of all tasks is listed as “Un... for another possible variations of the issue and additional solutions.
Workaround:
Modify the QVDistributionService.exe.config and force the Management Service and Distribution Service to communicate more often.
- The file is located in: C:\Program Files\QlikView\Distribution Service
- Locate:
<add key="ForceReadNotificationMilliseconds" value="20000"/>
- Lower the value.
- If the line does not exist, add it below the section below:
<!-- ************ QlikView Engine and Distribution Settings ************ -->