Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need to automatically reload a .qvw file from batch, so I use "/r" param, now the problem is that this file has section access and when I run the batch I will be prompted for username and password.
Does anyone knows how to give username and password from batch file? something like:
qv.exe /r /u admin /p password file.qvw
thank you
Carlo A. Babini
Hi Carlo,
There's a complete explanation on how to get that working in this thread. Basically, you need to add the user the task is running under to a section access table. You will find sample working code in that thread.
Hope that helps.
Miguel
Hi Carlo,
There's a complete explanation on how to get that working in this thread. Basically, you need to add the user the task is running under to a section access table. You will find sample working code in that thread.
Hope that helps.
Miguel
Thank you very much Miguel, I am sure that this will solve my problem.
Thanks
Carlo A. Babini