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: 
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 ?

Labels (1)
2 Solutions

Accepted Solutions
PadmaPriya
Former Employee
Former Employee

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
MVP
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
Former Employee
Former Employee

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
MVP
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
MVP
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
MVP
MVP

Only QMS API for DMS mode.