Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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.
please check the picture.
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
Hi,
Check the server reference manual for QlikView Batch. This will give you more options than qv.exe does.
Bill
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?
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.
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
NTNAME | ACCESS |
qvadmin_dev | ADMIN |
this will not ask you for Username or password as it will first check the 1st level of security which is NTNAME.
Cheers!!!!
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!