Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all,
if am trying to scheduling my qvw it is failing
if i reload manually it is reloading my i know the reason

i don't have publisher license is that the issue.
QlikView Distribution Service where to find this i can't see that in my QVMC
The QDS logs are visible when you select show details on the QMC Status screen, or look in this folder.
C:\programdata\qliktech\qlikview distribution service\1
C:\ programdata is a hidden folder.
There will be separate folders for each day with the logs in the respective folder.
The logs are retained for 30 days.
Tell me one thing is it possible to schedule the qvw file with the section Access
if yes
how to do it tell me please my company is using 10 version
If your application has section access, then the QDS service account must be included in the list of users with full permission to the app and all data. If not, the reload will fail as the QDS service cannot open the app.
i got ur point Albert
how to add QDS Service account
i want to add in qvmc
i am implementing the section access from excel file with user and ntname
admin,username
user, username
ACESS NTNAME
| ADMIN | sivaram.p | |
| USER | sivasrava.p |
i got anser
Section Access;
SA:
LOAD * INLINE [
ACCESS, NTNAME, SID
ADMIN, QVAdmin,
];
CONCATENATE(SA)
LOAD [ACCESS],
NTNAME,
SID
FROM
(ooxml, embedded labels, table is SECTIONMASTER);
Section Application;
: