Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikAngel
Partner - Creator
Partner - Creator

Section access

Hi,

I have restricted my app with section access..

APP IS NOT OPENING ON ACCESS POINT BUT THE APP NAME IS SHOWING  ON ACCESS POINT..

WHAT WILL BE THE ISSUE

Regards,

Mayuri

1 Solution

Accepted Solutions
prashantbaste
Partner - Creator II
Partner - Creator II

Hi Mayuri

Please check below points -

1. Your CSV has field name NTNAME & your script has only NAME - use NTNAME only. You can use script as

SECTION Access;

LOAD NTNAME,

     ACCESS

FROM

(txt, codepage is 1252, embedded labels, delimiter is ',', msq);

SECTION Application;

2. Also make sure of correct (no spelling mistakes/extra spaces/ forward/backward slash etc) domain name & username in Section Access file.

3. In Document Settings -> Opening Tab -> Tick ✓ to 'Initial data reduction based on Section Access' & 'Strict exclusion' below it.


4. Reload & save your application. Copy application on server again & then check on access point.


5. Also make sure about assignment of CALs


Hope this will be helpful for you.


--

Reagards,

Prashant P Baste

View solution in original post

16 Replies
MK_QSL
MVP
MVP

What type of Section Access you have used? I mean ID, PASSWORD or NTNAME?

Do the user who is trying to open on Access Point has got access ?

manojkulkarni
Partner - Specialist II
Partner - Specialist II

What error message are you getting ? Chances might be that CAL is not allocated.

QlikAngel
Partner - Creator
Partner - Creator
Author

Hi,

i have used NTNAME & ACCESS

Nopes user is not able to access that app but it should not shown to him on access point if the access has been restricted for him.

QlikAngel
Partner - Creator
Partner - Creator
Author

this is the app & section access file

martinpohl
Partner - Master
Partner - Master

you need to load NAME as NTNAME

Regards

PrashantSangle

Hi,

Do you assign cal to that user???

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
sundarakumar
Specialist II
Specialist II

R u expecting to hide the app from access point when the use is not having access?

MK_QSL
MVP
MVP

TRY LIKE THIS IN EXCEL/CSV FILE

  

ACCESSNTNAME
ADMINAEPL\SERVERNAME
USERAEPL\AVISHKAR
USERAEPL\ABCD
USERAEPL\XYZ
USERAEPL\MNO
martinpohl
Partner - Master
Partner - Master

to hide an application on access point based on ntname from section access is an option you can activate in document properties.

This is done in the example and could word.

The problem (see below) is that section access don't uses NTNAME, so there are no values to compare.

Regards