Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
henriquejstv
Contributor II
Contributor II

Task Failed

Ola, estamos com o qlik em Cluster na versão 14.97.7
O erro que esta acontecendo é na hora de Recarregar a Aplicação, algumas Task estão sempre dando Failed acusando o mesmo erro, porem ao executar manualmente pelo HUB ele recarrega normal, e a estrotura das outras Tasks tem o mesmo trecho de código aonde aparesenta falha, alguem tem alguma ideia de oque pode ser e como prosseguir com esse problema?
 
Log:
20230626T060010.714-0300 0003 Set v_caminho_base = 'lib://PRODUCAO/'
20230626T060010.714-0300 Error: $(MUST_INCLUDE failed: C:\Qlik\Sense\Projetos\Marketway\includes\1.variaveis\datas.qvs
20230626T060010.714-0300 $(MUST_INCLUDE failed: C:\Qlik\Sense\Projetos\Marketway\includes\1.variaveis\datas.qvs
20230626T060010.714-0300 Execution Failed
20230626T060010.717-0300 Execution finished.

Desenvolvedor Qlik por acaso, amante de BI e de programação
Labels (2)
1 Solution

Accepted Solutions
henriquejstv
Contributor II
Contributor II
Author

Good morning, after a lot of effort we discovered the problem, there was a
failure in the configuration of a node, where it is executing an ETL task
on the server with less resources, thus blocking the processes.
Desenvolvedor Qlik por acaso, amante de BI e de programação

View solution in original post

3 Replies
Albert_Candelario
Former Employee
Former Employee

Hello @henriquejstv ,

Is your environment a multi node or single node? How is the call made?

Have you tried something similar to the below?

$(Must_Include=lib://DataFiles/abc.txt); 

Cheers,

Albert

Please, remember to mark the thread as solved once getting the correct answer
henriquejstv
Contributor II
Contributor II
Author

Good morning, after a lot of effort we discovered the problem, there was a
failure in the configuration of a node, where it is executing an ETL task
on the server with less resources, thus blocking the processes.
Desenvolvedor Qlik por acaso, amante de BI e de programação
Albert_Candelario
Former Employee
Former Employee

Great, thanks for sharing!

Please, remember to mark the thread as solved once getting the correct answer