Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Support Team,
We would like to raise this issue we encountered in our PROD environment. Upon completion of synching the report, no data was showing on the sheets of the report, even in the task success. Also on the logs, it shows that reports fetch data. I attached the script we deploy.
Please have a quick response on this. It was a blocker for our users.
Thank you.
Hi @RA06
There is a log in ProgramData\Qlik\Sense\Log\Script for the time the task was executed automatically?
The ServiceAccount security rule should give access to the 'sa*' user to do all actions in both hub and qmc, is this rule active?
Let us know if this works for you.
Thanks,
Padma Priya
Qlik Support
Hello @RA06,
To me, This seems to be related to section access, please check if in some other section of your script is a “section access“ and “section application” instructions.
Take a look to the following link
hope this helps,
help users find answers! Don't forget to mark a solution that worked for you & to smash the like button! 🙂
Hi Priya,
Please see the feedbacks below:
-Can you elaborate on this. Are you referring on this?
Also this for the qmc?
There is a log in ProgramData\Qlik\Sense\Log\Script for the time the task was executed automatically?- Yes, scripts are available, and they also state that they are finished with no errors.
The ServiceAccount security rule should give access to the 'sa*' user to do all actions in both hub and qmc, is this rule active?
- YesPlease help us resolve this. This problem has already occurred three times. We just do a workaround to rename the qvd and reload all the data again.
Thank you so much for your help.
Hi @RafaelBarrios,
Currently, we don't have this “section access“ and “section application” in any of our scripts.
Any other recommendation?
Thank you.
I have same issue and only for 1 app... did anyone found solution?
Can you add exit script after the first store part and check the app and the qvd?
Ok, I will try. I have 3 store statements so I will try 3 exits after each STORE.
The IF statement in the beginning of the script is checking if CTR_NO_LOW_RISK_TXN_REPORTABLE_EXPORTED_MAIN_.qvd exists, but the script beneath is referring to CTR_NO_LOW_RISK_TXN_REPORTABLE_EXPORTED_MAIN.qvd. It could be that the IF statement never becomes true and therfore the app ends up empty.