Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have one issue in my application whenever run the jobs running through batch file in the script execution part showing
Security Alert - Unauthorized Statement.
In this showing Override Security, Execute Statement, daily I am running jobs manually.
Can anybody give the solution please.
find the attachment.
Regards,
Khasim.
IF you have windows in your server you can schedule this jobs in windows scheduler and execute automatically
Pls refer this post Windows Task Schedular
HTH
Vikas
Hi
Open the document and go to the script editor. Click on the Settings tab near the bottom of the page. In that box, check the option checkbox "Can Execute External Programs".
In your command line in the batch file, add the /NoSecurity switch like:
... qv.exe /NoSecurity /r abc.qvw
HTH
Jonathan