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: 
apurvkolte
Contributor II
Contributor II

Where does Qlikview save authorization information

We have some Qlikview dashboards and their authorization is saved on QMC --> User Documents --> Authorization --> All Authenticated Users.

Does Qlikview store this information is a separate file somewhere on the server, like XML ?

2 Solutions

Accepted Solutions
PadmaPriya
Support
Support

Hello @apurvkolte 

 

Please refer to below article:

QlikView Security – Authentication, Authorization, Types of Securities

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Server/Content/QV_Server/QlikView-Server/Q...

 

 

Thanks,

Padma Priya

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you are running QlikView in NTFS mode (the default), those permissions are set in the Windows File Permissions --ACL. 

If you are running QlikView in DMS mode, the permissions are stored in the dashboard.meta file associated with each qvw.

-Rob

View solution in original post

6 Replies
PadmaPriya
Support
Support

Hello @apurvkolte 

 

Please refer to below article:

QlikView Security – Authentication, Authorization, Types of Securities

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Server/Content/QV_Server/QlikView-Server/Q...

 

 

Thanks,

Padma Priya

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you are running QlikView in NTFS mode (the default), those permissions are set in the Windows File Permissions --ACL. 

If you are running QlikView in DMS mode, the permissions are stored in the dashboard.meta file associated with each qvw.

-Rob

apurvkolte
Contributor II
Contributor II
Author

Thans for this information, is there a way to read and update this out of Qlikview from either a C# or Java based application ?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

NTFS mode?  You can use the icacls command or other windows tool/api. 

You may also be able to do something with the QMS API. 

-Rob

apurvkolte
Contributor II
Contributor II
Author

Sorry for not clearing before, we are using dashboard.meta. Can we use icacls or QMS API with meta files ?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Only QMS API for DMS mode.