Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Kellerassel
Contributor III
Contributor III

Error 403 when reloading published app.

My users get a 403 error message when they reload a published app using a reload button.

However: The script is executed, the new data is available. But still the error pops up. 

error_message.png

I assume this happens when Qlik Sense tries to save the app, because after closing and reopening the app the previously loaded data is gone. It probably is a Security Rules issue.

I'm using this security rule:

(((resource.resourcetype="App" and resource.stream.HasPrivilege("read") 
and resource.app.name = "Export Orders"
) or
(resource.resourcetype="App.Object" and resource.app.stream.HasPrivilege("read") and resource.objectType = "app_appscript"
and resource.app.name = "Export Orders")))

 

 

Bildschirmfoto 2024-06-07 um 14.20.54.png

 

It has the privilege to "Update" which I assume is required to save the app, so the problem has to be somewhere with the resources.

Any help would be greatly appreciated. 

Labels (1)
3 Replies
Frank_S
Support
Support

The error appears to be a Qlik Cloud error. 

If so, then it looks like the user(s) may not have role permissions in Qlik Cloud to perform the reload operation.

Qlik Sense rules do not migrate up to Qlik Cloud.

 

Please check out this recent community post regarding user management and roles topic.

 

https://community.qlik.com/t5/Move-to-SaaS/Qlik-Sense-to-Cloud-migration-tool-User-roles-and-rules/m...

 

Check the following to familiarize with App Reloading Access and limitations:
Space permissions and user entitlement

 

Kind regards...

 

 

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Kellerassel
Contributor III
Contributor III
Author

I'm sorry for the misunderstanding. I'm using Qlik Sense Enterprise not Qlik Cloud. 

Frank_S
Support
Support

Ok thanks...check out this article.

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-for-Windows-How-to-allow-task-rel...

 

Also recheck this page as well:

https://help.qlik.com/en-US/sense-admin/August2022/Subsystems/DeployAdministerQSE/Content/Sense_Depl...

 

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!