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: 
Not applicable

How to avoid lser login prompting in windows scheduler

Hi,

I want few QV documents to add in the windows scheduler. But these documenta are having user access restrictions. How to avoid the user login prompting while we run the document in the windows scheduler?

Any suggestions highly appreciated.

--Arun

1 Solution

Accepted Solutions
Not applicable
Author

Create a additional entry in your section access for reload like the example below.

put the serial of your qlikview install in serial for this entry . for others you can use *;

Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, SERIAL

ADMIN, *, *, 2179 4227 3255 5122

USER, USER1, ABC,*

];

Thanks

Tariq

View solution in original post

2 Replies
Not applicable
Author

Create a additional entry in your section access for reload like the example below.

put the serial of your qlikview install in serial for this entry . for others you can use *;

Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, SERIAL

ADMIN, *, *, 2179 4227 3255 5122

USER, USER1, ABC,*

];

Thanks

Tariq

Not applicable
Author

Thanks Tariq, This works..

--Arun