Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
cguariente2
Contributor
Contributor

Falha no reload do Qvw com Section Access

Pessoal, bom dia

Quando utilizo o Section Access em um arquivo qvw no server ocorre falha no agendamento do arquivo, sem o comando funciona corretamente.

Gostaria de saber se existe algum tipo de configuração especifica para utilização do Section Access com o Server do Qlikview.

Muito Obrigado

Comando utilizado:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, ADMIN, 632013

];

Section Application;

Labels (1)
1 Solution

Accepted Solutions
cguariente2
Contributor
Contributor
Author

Thank you for the tip I will set up and test .

View solution in original post

2 Replies
Bill_Britt
Former Employee
Former Employee

You have to add the service account in your section access table. Using NTname like this

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,NTNAME

    ADMIN, ADMIN, 632013,

     ADMIN, , ,Serviceaccountname

];

Section Application;


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.
cguariente2
Contributor
Contributor
Author

Thank you for the tip I will set up and test .