Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access - Reload Issues on QMC

Hi,

I'm trying to implement a section access. It works when reload is done on my desktop, but fails when the reload is done via QMC.

My section access code is as follows (QVADMIN is the account that runs the Qlikview distribution service):

Section Access;

SECURITY:

LOAD * INLINE [

   ACCESS, NTNAME, ANCESTOR_EMP_ID

  ADMIN, XXXX\QVADMIN,

  ADMIN, XXXX\USER1,

];

Section Application;

On QMC, I have not checked the Section Access checkbox:

QMC.jpg

Am I doing something wrong? How can I fix this?

6 Replies
SunilChauhan
Champion
Champion

have you distributed your app to users while creating schedule task for job.

if not then do using distribute Tab in ur screen shot.

hope this helps

Sunil Chauhan
Not applicable
Author

Yes, I have distributed to users in the scheduled task. However, it doesn't even reach the distribution stage as it fails in the reload stage.

This is the error I get:

Error: Document open call failed. The document might require username and password.

(2014-03-18 10:48:20) Information: Attempted to load the document without data.

(2014-03-18 10:48:20) Error: The document failed to open.

amit_saini
Master III
Master III

Hi ,

You don't have to checked section  access box , but yes in distribution tab user settings should be like this:

If still this is not working for you than i will suggest you to give access to the user through distribution tab and check if it is working fine or not.

Thanks,

AS

Not applicable
Author

I'm actually using the 'Distribute to Folder' option instead. Does that matter?

amit_saini
Master III
Master III

Hi,

I'm not sure about 'Distribute to Folder' option, but yes what i suggested you is working fine for me in all my application on access point.

Thanks,

AS

qlikpahadi07
Specialist
Specialist

Hi,

I suggest you to do some RND like :


1. Create a Demo TEST APP implement your Section Access same as you did 


2. well you can try by simple Domain name like mentioned below :

SECURITY:

LOAD * INLINE [

  ACCESS, NTNAME

  ADMIN, QVADMIN

  ADMIN, USER1

];

Section Application;

3. Be careful that QVADMIN is mentioned properly and having Admin rights as you have given.

4. then just create a Simple reload in QMC and check it's working or not?