Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview server won't load a document with Section Access (reissue)

Hi folks,

I inserted the service account which is running the "QV Distribution Service" in section access as an ADMIN. It's a local administrator on the server machine, so I defined the section access table on the server side in QMC as follows:

qv_server_section_access.JPG

Unfortunately the job is still failing (log says: Error: Document open call failed. The document might require username and password).

So what am I doing wrong?

Greetings

2 Replies
Not applicable
Author

Hm, so it's not possible to load a document with section access via QlikView Server?

Not applicable
Author

This is how I call the section access table in my document:

Section Access;

LOAD

     ACCESS,

     NTNAME    

FROM

[http://myqlikserver:12345/QMS/AuthTable]

(html, utf8, embedded labels, table is my_section_access_table);

Section Application;

So any Idea what is going wrong?