Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to place the UserID/PWD in command line using section access

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.

4 Replies
hector
Specialist
Specialist

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

Not applicable
Author

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

Not applicable
Author

Hi, did you solved the problem ? if yes, may you describe how can i do it ?

thx a lot, bye.

Miguel_Angel_Baeyens

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