Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Problem:
User logged in under AD group cannot gain access to the document.
the following error appears: "Access denied. server has no user CAL for this account"
QVS settings:
Scenario:
here's the code
//Domain ID
LET vNTDOMAINID = 'S-1-5-21-4212263732-3897499842-205464733';
tmpSectionAccess:
CrossTable(Document, Access, 3)
LOAD NTNAME,
ACCESS,
'$(vNTDOMAINID)' AS NTDOMAINSID,
FROM
[User Access.xlsx]
(ooxml, embedded labels, table is Blad1)
;
Section Access;
NoConcatenate
LOAD
UPPER(ACCESS) AS ACCESS,
UPPER(NTNAME) AS NTNAME,
UPPER(NTDOMAINSID) AS NTDOMAINSID
RESIDENT tmpSectionAccess
WHERE Document = '$(vDocument)';
Section Application;
DROP TABLE tmpSectionAccess;
User Access.xlsx
NTNAME | ACCESS | A |
DOMAIN\admin | ADMIN | x |
DOMAIN\Qlikview | ADMIN | x |
DOMAIN\Disney land | USER | X |
Any Idea's?
Thanks in advance,
Dror
drorsvr
Although we can assign a Named CAL to a group account on QEMC interface.
I don't think QlikTech will let it work.
If it works, all users belong to that group could just use only one Named CAL.
Check in server-->licenses-->UserCAL this username is available or not,If this user is not available in that list remove one of the assigned user in that CAL list
Named CAL should be assigned to username account, not group account.
Jerson,
Does it mean that i cannot allocate AD group on a Name CAL. I have dozen of users but only 12 CALS.
What's weird is that, user is authenticated, see the all the documents on which his group is authorized .As soon as it try to open the document, he's greeted with the ACCESS DENIED error.
does space in the username account or group account could make a different?
I have a session set to 5 min. Can another from the same group log in, consuming the same User CAL or is there an quarantine time of 24hr?
Dror
sreenivas,
The user CAL exist in the User CAL list. however, i don't see any activity logged under (Last used) to the group.
drorsvr
Although we can assign a Named CAL to a group account on QEMC interface.
I don't think QlikTech will let it work.
If it works, all users belong to that group could just use only one Named CAL.
Jerson,
I understand. Is there no way around it? I have 12 named CAL's and 30 hungry users...
Dror
Buy more licenses or move to session Cals. You can't assign a CAL to a Group and if you could if each time a new user tried to open a document it would kick off the current user.
Bill