Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
dbonilla
Contributor III
Contributor III

Section access with ntname

I trying to deploy an app with section access, but I'm having different behavior when opening in server.

I configured a file with : ACCESS,NTNAME,PASSWORD

when I open with my desktop client qlik it recognize my ntusername, but when opening on server it requests userid, but I did not have this field in my access file.

How could I fix this.?

5 Replies
agni_gold
Specialist III
Specialist III

Can you please post your section access script?

cristiand
Contributor III
Contributor III

Hello.

Have you included the domain name in the NTNAME field?

Are your server credentials based on NT?
When using section access with NTNAME you need to include the PC name in that field

For example, you should have this two lines/"users":
PERSONALPC\JOSE
SERVERNAME\JOSE


Depending on your implementation you don't need to include Password field. If the user is already logged into the server using NT credentials you should avoid it.

For example, you can use the following code:

SECTION ACCESS;

LOAD

  ACCESS,

  NTNAME,

  FIELD2REDUCE,

FROM SectionAccess.qvd (qvd);

SECTION APPLICATION;

Cristian Dorbesi
marcus_sommer

PASSWORD belonged to USERID and not to NTNAME (which didn't need a password then the authentication is in this case NTNAME). Have also a look here: Section Access.

- Marcus

dbonilla
Contributor III
Contributor III
Author

Thank you all,

I did just as you recommended, I left out password in section access and it works perfectly on the server.

dbonilla
Contributor III
Contributor III
Author

Now look like this

SECTION Access;
 
LOAD ACCESS,
NTNAME,
EJECUTIVO
FROM  tbl.xls