Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

Hi All,

I have an application with Section access. I have fields Access, NTNAME ,I have set an auto reload [scheduler]  to it on server, when reloading the application I am getting an error field not found, is it because of section access,  when application is  reloading do I need to provide any user ID

Regards

John

7 Replies
t_chetirbok
Creator III
Creator III

Hi!

your section access need to look like

SECTION ACCESS;

LOAD * INLINE [

    ACCESS,  NTNAME

    ADMIN,  root

    ADMIN,  x.yyy

    ADMIN,  t.chetirbok

   ];

Section Application;

Anonymous
Not applicable
Author

What is your SA script??

Which field not found??

Anonymous
Not applicable
Author

HI,

You need to add your server's NTNAME (with Access ADMIN) in the section access.

Kind regards

swuehl
MVP
MVP

Have a look at the document log to see which field can't be found or the location in script where the error occurs.

You don't need to provide a USERID, but take care that you are always having access to credentials to open the QVW, to prevent getting locked out, hence an additional USERID / PASSWORD might be a good idea.

Not applicable
Author

Thanks Stephen, So your saying that , even we have section access in the application, when the time of application auto reload it will not give  a prompt for user id, only I need User id when the application in access point. is my understanding is correct?

Regards

John

PradeepReddy
Specialist II
Specialist II

you have to provide the ADMIN ID and Password,

QMC-->Documents--> Select the Application-->Reload Tab--> Section Access(Bottom)

If u already provided this info, see the log for the error message

swuehl
MVP
MVP

The QV service account on the server needs to be able to open the document for reloading, so this account should be part of your section access table, too.

But I don't think this will result in a 'field not found', if this account is not added to section access, so I think you are experiencing a different issue.