Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vireshkolagimat
Creator III
Creator III

Section access using NTNAME

Dear Community,

I am trying to implement section access using NTNAME like below. If i try to open it, it will not ask username and passward and straight away it is opening the QVW file.

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME, %DIVISION

    admin, domain\ADMINISTRATOR,

    admin, domain\USERNAME,

    user, domain\QVACCOUNTS1, ABC OU

];

Section Application;


LOAD * INLINE [

    Division, %DIVISION

    ABC OU, ABC OU

    MLZ OU, MLZ OU

];


If i used username and password method instead of NTNAME it will ask me the user name and password and data reduction is also happening.


Please let me why the QVW file is not asking the username and password in the first method.


Thank you.


Regards,

Viresh

1 Reply
vishsaggi
Champion III
Champion III

So what is the issue here? If you use NTNAME it means it is picking up using Windows Authentication like Active Directory credentials. So you do not need user name and password unless explicitly mentioned in your SECTION ACCESS script.