Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
renjithpl
Specialist
Specialist

IE asks NTNAME and Password

Dear All,

My section access does not have password,

it uses

SECTION Access;
LOAD
ACCESS, NTNAME, USER_GROUP
Resident SECURITY_USER_MAP;

SECTION Application;

The issue is when ever the user clicks on the qvw link, it asks for Ntname and password of that system.

How to resolve this, the user does not want to enter the Ntname and password everytime he opens the application.

Thanks in advance.

Ranjit

1 Solution

Accepted Solutions
renjithpl
Specialist
Specialist
Author

I have included PASSWORD field and put *

It works fine.!!

eg:

SECTION Access;
LOAD * INLINE [
ACCESS, NTNAME, USER_GROUP, PASSWORD

USER, USER1, ALL, *

USER, USER2, 002, *
];

SECTION Application;

Thanks all for the response!

View solution in original post

3 Replies
Not applicable

Hi,

Perhaps the experts might suggest better, but have you tried experimenting with DMS authorization instead.

(It is found under QMC>System>Setup>QlikView Server-QVS--Security tab--Authorization

Hope that helps.

Regards,

-Khaled

Bill_Britt
Former Employee
Former Employee

Make sure the AccessPoint is in the intranet zone in IE. That way IE should pass your NT login to QVS.

Take a look at this: http://support.microsoft.com/kb/174360?wa=wsignin1.0

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.
renjithpl
Specialist
Specialist
Author

I have included PASSWORD field and put *

It works fine.!!

eg:

SECTION Access;
LOAD * INLINE [
ACCESS, NTNAME, USER_GROUP, PASSWORD

USER, USER1, ALL, *

USER, USER2, 002, *
];

SECTION Application;

Thanks all for the response!