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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Schedule is not happaning

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.

Labels (1)
25 Replies
Not applicable
Author

QlikView Distribution Service where to find this i can't see that in my QVMC

Colin-Albert
Partner - Champion
Partner - Champion

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.

Not applicable
Author

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

Colin-Albert
Partner - Champion
Partner - Champion

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.

Not applicable
Author

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

   ADMINsivaram.p
   USERsivasrava.p
Not applicable
Author

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;

: