Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 QlikAngel
		
			QlikAngel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 prashantbaste
		
			prashantbaste
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			manojkulkarni
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What error message are you getting ? Chances might be that CAL is not allocated.
 QlikAngel
		
			QlikAngel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			QlikAngel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		this is the app & section access file
 
					
				
		
 martinpohl
		
			martinpohl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you need to load NAME as NTNAME
Regards
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Do you assign cal to that user???
Regards,
 
					
				
		
 sundarakumar
		
			sundarakumar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		R u expecting to hide the app from access point when the use is not having access?
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		TRY LIKE THIS IN EXCEL/CSV FILE
| ACCESS | NTNAME | 
| ADMIN | AEPL\SERVERNAME | 
| USER | AEPL\AVISHKAR | 
| USER | AEPL\ABCD | 
| USER | AEPL\XYZ | 
| USER | AEPL\MNO | 
 
					
				
		
 martinpohl
		
			martinpohl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
