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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch File Problem

Dear All,

I have a problem when in refreshing my application file.

I have created usser acccess in application file.

When i am trying to refresh through batch file it asks me for password and then only it proceeds with refresh activity.

So my batch file job gets stuck

any suggestions please how i can avoid this.

Thanks in advance.

Regards

raj

5 Replies
johnan
Creator III
Creator III

Do you use Session Access in your QV?

Anonymous
Not applicable
Author

Raj,
Add SERIAL feild to your section access, and use the serail number of the QV license of the machine that runs reload. Do not use USERID and PASSWORD in that entry.

amars
Specialist
Specialist

Try using SERIAL like this

SERIAL, ACCESS, USERID, PASSWORD, GROUP

Serial ID, ADMIN, *, *, AdminGROUP

The Serial ID that you will of the machine on which you are running the batch file. But since you will use * for userid & password it will not ask for user id & password while normally opening the file. But to restrict other's access directly you put user ID & password for other Serial's (Other than the machine on which you are running the batch).

Regards

Amar

Not applicable
Author

Thanks a lot for your kind help!!!!!!!!!!!!!!!!

Not applicable
Author

Thanks alot for your kind help........