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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

Consolo Error in QVW

Hi expert!

I have a qvw that have secction access(hiden script), and manualy works OK, but if i try to run in the qmc I have the attached error.

The user that run the qmc, is add in the secction acces

What could be the problem?

Thanks

Fernando K.

Labels (1)
4 Replies
Josh_Berg_Support

Fernando,

Can you try commenting out the section access and see if the task will reload successfully from the QMC?  If the task reloads successfully without section access, then at least you can narrow down the source of the issue.  Please try commenting out section access and let us know if the task completes.

Thanks,
Josh

Qlik Support

To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
fkeuroglian
Partner - Master
Partner - Master
Author

Josh, how are you?

Yes, run ok without the secction acces

 

 

Brett_Bleess
Former Employee
Former Employee

Fernando, the most likely issue is the Section Access record for the service account not being correct.  I am going to give you a few links below that will give you some further places to read through things to see if you can figure out what is not quite right.  In general, you want to be sure the service account record uses no value in any reduction fields in your Section Access table, just FYI, but there is a caveat in doing this, you will not be able to use the service account to open the app via QVS and the AccessPoint if you have Strict Exclusion set in the Document Properties.  If you can provide some further details on the record for the service account, I might be able to give you further info, but hopefully the links below may help too:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm

https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766

On the latter, there are some further post links at the bottom of that post, just FYI.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
marcus_sommer

I would move the section access part from the hidden script into the normal script - now you will see it better where the load breaks and you may also get an useful error-message, for example if the service-account user is added within the section access but don't have access to source where the tables / include-script for it is stored.

Could a "classical" load-error been ruled out that it would be useful to uncomment the section access; statement to load the table into the UI to check that the data there are really the expected ones.

ps: you may apply the above suggestions within a copy of the application.

- Marcus