Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am facing below error while I am created section access on my qvw with NTNAME.
when I am created section access without NTNAME the qvw file opened but when I put NTNAME then below error is coming.
Thanks
Prashant
Prashant,
Not sure why but working fine for me:
SECTION Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTNAME
ADMIN, QVADMIN, 12345, asaini
USER, QVUSER, 12345, asaini
];
NTNAME I'm using here as my domain name .
Thanks,
AS
In the script check for
DomainName\Username this are correct for name that you are are accessing the QVW on the system.
Regards
Anand
In addition, this message can pop up whenever the data is reduced to nothing and strict exclusion has been enabled. But I don't think you're testing data reduction already.
Care to post your Section Access script?
Peter
Make sure your name or the user name from which you are trying to open QVW is included in section access of application.
your section access credential may be wrong,or there must be something wrong to implement security,find a file in attachment to implement section access
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTNAME
ADMIN, QVADMIN, 12345, Prashantm-PC
USER, QVUSER, 12345, Prashantm-PC
];
Section Application;
Thanks
Prashant
Prashant,
Not sure why but working fine for me:
SECTION Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTNAME
ADMIN, QVADMIN, 12345, asaini
USER, QVUSER, 12345, asaini
];
NTNAME I'm using here as my domain name .
Thanks,
AS
Remove USERID and PASSWORD columns (you can do with just the NTNAME and ACCESS fields), and add a windows account name to what looks like just a domainname in the NTNAME field.
As Anand said before, NTNAME should contain two pieces of AD information in the format domainname\accountname. If you omit the domainname, QlikView will use the local domain instead.
Peter
Hi Amit,
I am also did same thing but still is not working ..
Do the needful.
Thanks
Prashant
Could you please with Prashantm as NTNAME
Thanks
AS