Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
wenkew186
Creator
Creator

reload bat inpout log name

Hi all,

   how can i reload a regional access rights's qvw automantic by bat file. don't need input logid and logname.

thanks,

kevin.

17 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

There is an example of how to reload a QVW from the command line in this discussion Reload from web access (first reply). Put that in a .BAT file and if needed, schedule it to run at an appropriate time with Windows Task Scheduler.

Best

Peter

wenkew186
Creator
Creator
Author

thank you sir,

   i means my QVW have set a section access. but if i reload by bat script ,it will have a winodw for need i input logID and password,  i don't want input it. if have some mehord?

thanks.

wenkew186
Creator
Creator
Author

please check the picture.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Sorry.

QlikView security and Section Access cannot be circumvented, except by providing correct user credentials that allow you to reload a document.

You must have Role=ADMIN for this, or the document security setting "Allow User Reload" must be enabled for this to work.

Also, as of now there aren't any command line switches that allow you to pass username and password on the command line.

Good luck,

Peter

Bill_Britt
Former Employee
Former Employee

Hi,

Check the server reference manual for QlikView Batch. This will give you more options than qv.exe does.

Bill

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.
wenkew186
Creator
Creator
Author

thanks sir,

      oh, no command. it maybe impossible.

but Reload setting in QVS just allow one time everyday, if i have to reload twice in one day and it is must automantic, how to operation?


wenkew186
Creator
Creator
Author

thank you sir,

     server reference manual maybe don't mentioned about reload QVW by bat. and i have a qvw must  relaod  automantic twice one day . i don't know how to solve.

qlikpahadi07
Specialist
Specialist

Hi,

here is what you need

you have section access just add the Domain user which you used to login the machine with NTNAME and Admin role and run the batch file.

example

NTNAMEACCESS
qvadmin_devADMIN

this will not ask you for Username or password as it will first check the 1st level of security which is NTNAME.

Cheers!!!!

wenkew186
Creator
Creator
Author


Sir,

  your means if is add the server machine name to section access of qv script ? i don't understand well. Can you give me a sample? thank y ou very much!