Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm writing the following command line:
"C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1 /NoSecurity E:\Produccion\Admisiones_Reporte.qvw
This is working perfect without section access, but when I have the application with SA in the server, appears two pop ups looking for userId and password.
I want yo know if I can pass this by parameter.
Thanks.
Did you try using the column SERIAL in the section access table??
ACCESS = 'ADMIN'
USERID = *
PASSWORD = *
SERIAL = 1111 1111 1111 1111
ACCESS = 'USER'
USERID = 'USER1'
PASSWORD = 'PASS1'
SERIAL = *
and so on...
Rgds
Yes, y have that in the section access, but when i'm in the production server and write the command line, the applicattion tells me to pass the user and passwors. I´m looking for a way to pass the userid and password as parameter. Do you understand?
Thanks
Hi, did you solved the problem ? if yes, may you describe how can i do it ?
thx a lot, bye.
Hi,
I solved this problem in this thread. The thing is that you need to include the Windows (NTNAME) account running the batch file with ADMIN ACCESS in the section access so it can run properly.
Hope that helps.
Miguel