Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion
Champion

Unauthorize user have access to document

Hi ,

I have section access in an application. and one user who dont have access can access the application .

user dont have access to IE version where as have on Ajax version.

what might be the reason.

we have added security based on NTNAME and user is not added into any of group.

i have checked with other unauthorized(2-3) users also . they dont have access.

my application is on windows 2008 R2.


Thanks

Sunil


Sunil Chauhan
Labels (2)
7 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

This would mean there is an issue with section access.

Bill

Bill - Principal Technical Support Engineer at Qlik
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.
forte
Partner - Creator
Partner - Creator

Hi Bill :

You should confirm section access is working properly. When you are signed as an user who has no entry on document's section access , you just don't see this document on Access Point.

Try to change NTNAME for USER in order to do tests.

SunilChauhan
Champion
Champion
Author

it happening for only one user other do not have access.

same section access is working good on other server with qlikview 10.

here we are using Qlikview 11 and windows 2008 R2  and qlikview server 11

Code is like below

Section access;

Load upper(Access) as Access,

upper(NTName) as NTName,

upper(Field) as upper

from path;

section access

Load

upper(NTName) as NTname

SH01

SH02

from path;

here NTName and entries are like below

Access,NTName,Field

Amin,domain\group1,*

user,domain\group2,level1

i ahve checked  intial data reduction based on section access and strict exclusion.

i have distributed to all authenticated users. but checked prohibit ananymous.

thanks

Sunil

Sunil Chauhan
qlikpahadi07
Specialist
Specialist

Hi,

if it's working with QV 10 then it should work in version 11. might be a Bug could you confirm your QV SR? (Service level)?

SunilChauhan
Champion
Champion
Author

Thanks.

We are using Qlikview 11 SR6

Sunil Chauhan
Bill_Britt
Former Employee
Former Employee

Are you using the same service account on both machines?

Bill

Bill - Principal Technical Support Engineer at Qlik
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.
SunilChauhan
Champion
Champion
Author

Thanks.yes we have same service account running on both the servers.

Sunil Chauhan