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: 
Not applicable

Section Access, Why does IE plugin ask for User Id and Password?

Hi,

I'm trying to implement section access, so I started with a simple test. I added this to my script:

Section access;

LOAD * INLINE [

    ACCESS, NTNAME, NTDOMAINSID, DEPT

    ADMIN, ADMINISTRATOR, S-1-5-21-2518613620-4148480402-4009401311, DEPT1

    ADMIN, HKL, S-1-5-21-2518613620-4148480402-4009401311, DEPT2

];

SECTION application;

LOAD * INLINE [

    DEPT, VALUE

    DEPT1, VAL1

    DEPT2, VAL2

];

And I set the "Initial datareduction based on section access" option in the document settings.

Now when I open the document as Administrator on the server, I only get the row with the DEPT1, VAL1 values. Just as I expected.

Opening the document with the IE plugin as domain user hkl, IE prompts me for a User ID and Password. I tried domain\username format instead of just username, and I tried lowercase, uppercase and the case QV returns with iouser(). None of this helps.

It seems to me QV does not try to authenticate me (FMD\hkl) against the domainserver at all, but that's strange as we use LDAP for authenticating all the time in QV...

Anyone any ideas?

2 Replies
Miguel_Angel_Baeyens

Hi,

The DOMAIN\USERNAME form is required, check this thread or this other thread on the subject.

Hope that helps.

Miguel

Not applicable
Author

Hi Miguel,

I tried:

HKL

hkl

FMD\hkl (osuser() shows me this way)

FMD\HKL

It does not make any difference.

Regards, Huddie