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

Section Acess

Hi Friends,

I have developed one application with section access and deployed that application into server (Without Publisher).

I have scheduled the extractor and application daily at 12AM. Extractor was running successfully but my application was failing. I saw the logs about failing , In the log file i got a message like : Require UserName and Password. I had given NTNAME and Password what i have specified in the section access part. Again it was throwing an error like Bad UserName and Password.

Can anyone help me , Thanks in Advance

Jana

40 Replies
janardhan
Creator
Creator
Author

Hi Bill,

May i know what will be the password for SERVICEACCOUNT, where i need to find

deepakqlikview_123
Specialist
Specialist

You have to set password in section application tab, and there you are able to set password for each user.

Thanks

Bill_Britt
Former Employee
Former Employee

If you use my example you don't need the password. Publisher will be able to run the application.

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.
janardhan
Creator
Creator
Author

Hi Bill,

thanks for ur reply, but we r not having publisher.

Not applicable

Hi,

There is no password in section access by  using NTNAME. The pasword field is NTDOMAINSID.

Bill_Britt
Former Employee
Former Employee

Hi,

OK, I should have said Distribution Service.

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

Hi Ashfaq Mahammed

i want to load NTNAME and pwd from excel and acess at acesspoint

ashfaq_haseeb
Champion III
Champion III

Hi,

With NTLM no need to give password at excel.

Regards

ASHFAQ

SunilChauhan
Champion
Champion

make every thing in upper

Load

upper(ACCESS) as ACCESS

upper(NTNAME) as NTNAME,

upper(TEST) as TEST;

LOAD * INLINE [

    ACCESS, NTNAME, TEST

    ADMIN, SERVICEACCOUNT, *

    USER, USER1, RED

    USER, USER2, WHITE

];

Section Application;

and also if you are using TEST aoutside section access then there also

you could use

Upper(TEST ) as TEST

Sunil Chauhan
Not applicable

i want to load data from excel .that data is  username and password is used as login at acesspoint of my qvw