Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

Hi,

We have a batch file which contains QVD creation applications and the Final Logistics application having section access.

Using Version 9 sr2. During the batch processing it keeps asking for the Username only. We have this abtch file Scheduled to run daily after working hours, but due to the username it doesn't run.

So is there a way we can enter username in the batch file or anywhere in the on reload script which will automatically take the Username and reload the final application.

Help needed its really urgent.......

Thanks

1 Reply
Not applicable
Author

Use SERIAL field in section access, like this:

LOAD * INLINE [

ACCESS, USERID, PASSWORD, SERIAL

ADMIN, *, *,   XXXX XXXX XXXX XXXX

USER, user1, password1,*

];

Use the serial number of the Qlikview license of the machine that runs reload.