Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I just created a 5 node cluster with Feb 2024 (Patch Latest 8 )release but all the tasks are failing what can be the reason for the same? Please help.
Hi @ritgupta,
Suggest you start by reviewing the script logs of the failed reload tasks to identify errors or warning related to the task failures. Refer to article How to find the Script (Reload) logs in Qlik Sense Enterprise on Windows for details.
Best Regards
Check if you are able to reload a task manually by clicking the reload in the script editor.
Do you see an error message?
There are also other log to examine than the script logs. This can be a place to start: https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...
Hi @ritgupta,
Suggest you start by reviewing the script logs of the failed reload tasks to identify errors or warning related to the task failures. Refer to article How to find the Script (Reload) logs in Qlik Sense Enterprise on Windows for details.
Best Regards
You should try to find some script logs to pinpoint where the problem is.
Without those logs my best bet is on network/firewall issue. You might be running task that reads data that is not available on all the nodes.
Try creating a script that runs without any qvd or data source dependency. Does that script fail as well.
Example script that you could try:
load * inline [
Name
Vegar
Ritgupta];
@ritgupta As the other mentioned, it is best to find the script log if available.
But, if the task are failing and there is not an option to download the log from the failed task, then that mean the application did not even start to reload and the problem is somewhere else.
Are all of your task failing or specific ones?
Maybe look into the Load Balancing rules and make sure that the node that is attempting run the task as access to the application
Creating load balancing rules | Qlik Sense for administrators Help
Thank you All for great advice and suggestions,
All of the tasks are failing and logs are not getting generated, what should I do in that case?
Check if you are able to reload a task manually by clicking the reload in the script editor.
Do you see an error message?
There are also other log to examine than the script logs. This can be a place to start: https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...