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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Judicael
Partner - Contributor III
Partner - Contributor III

Section Access doaesn't work.

Hello,

I create a file admin user and user file:

Admin User Profile : ONLY INTERNAL ADMIN.

ACCESS;NTNAME
'ADMIN';'demo_qlikview' (account create in qmc)
'ADMIN';'HOSTNAME\jdoe'
'ADMIN';'DOMAIN_NAME\user1'
'ADMIN';'HOSTNAME\user2'
'ADMIN';'HOSTNAME\QVAdmin'
'ADMIN';'NT AUTHORITY\Authenticated Users'
'ADMIN';'AUTORITE NT\Utilisateurs authentifiés'
'ADMIN';'HOSTNAME\qservice'
'ADMIN';'INTERNAL\SA_SCHEDULER'
'USER';'user999'
'USER';'user202'

 

Users Profile : Users use login on an extranet composed (LASTNAME + ' ' + FIRSTNAME)

 

ACCESS;NTNAME
'USER';'CHRISTOPHE PAUL'
'USER';'ROY HERVE'

I create a user on QMC to access to the document for the test but when i reload the task and open document I want to see the user that I use to connect to the Web portal like demo_qlikview but I see only 'NT AUTHORITY\Authenticated Users'

I want to see demo_qlikview  as NTNAME. When I use a text object : OSUSER() I see demo_qlikview.

 

My script;

 


STAR IS *;

SECTION ACCESS;
LOAD
ACCESS,
UPPER(NTNAME) AS NTNAME,
UPPER(DPO_PROCESS_REDUCTION) AS REDUCTION
FROM $(vFolderQvd)Securite_Final.qvd(qvd);

SECTION APPLICATION;

 


TAB:
LOAD
NTNAME,
VALIDATOR,
EXECUTIVE,
INITATOR
FROM $(vFolderQvd)PROFILES_USERS_FINALE.qvd (qvd);

 

Is the 'ADMIN';'NT AUTHORITY\Authenticated Users' is needed for the reload task ?

 

Thanks for your help.

 

Regards.

Labels (1)
1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Cédric, below is the Help link to Section Access in case you have not reviewed things there:

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

I think the issue may actually be related to the following Article post though:

Using QVD file in Section Access load

Hopefully the latter will do the trick for you.

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.

View solution in original post

2 Replies
Judicael
Partner - Contributor III
Partner - Contributor III
Author

IS the NTERNAL\SA_SCHEDULER' is needed ?

'ADMIN';'INTERNAL\SA_SCHEDULER'

Brett_Bleess
Former Employee
Former Employee

Cédric, below is the Help link to Section Access in case you have not reviewed things there:

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

I think the issue may actually be related to the following Article post though:

Using QVD file in Section Access load

Hopefully the latter will do the trick for you.

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.