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: 
spsrk_84
Creator III
Creator III

Section access without prompting userid&password

Guys,

We are integarating dotnet with qlikview (i.e) the userid and password entered in the dot net screen will be applied to Qlikview file

i have managed that by selecting the option DMS Authorization but for that userid the corresponding data has to be reduced as we dont have

the Publisher license i am using Section access inside the file so its asking for the userid and password again .I dont want this to happen

i tried the following code

LOAD * INLINE [
USERID,PASSWORD,SERIAL, NTNAME, NTDOMAINSID, ACCESS
*, 247282, S-1-5-21-1178368992-402679808-390482200 , USER
*, 258729, S-1-5-21-1178368992-402679808-390482200 , USER

];



but this code is also not working as it's asking for userid and password again .Please let me know how can i achieve this

2 Replies
martinpohl
Partner - Master
Partner - Master

You did not declare the NTNAME. Why using the serial?

Make an inline table with the fields ACCESS, NTNAME

and define the NTNAME should have access to the file.

But rember to include the domain before (e.g. domain\user)

Regards

erichshiino
Partner - Master
Partner - Master

I can not identify exactly all the values you are including in those fields.

May be this post can help you:

http://community.qlik.com/forums/t/44486.aspx