Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Krish2459_58
Creator II
Creator II

section access error

Hi, 

I have use the below code for section access.

 

Property: Load
"Property ref",
Property_Flag,
upper("group ref prop") as GROUP

FROM [$(varQVDPath_MRI)Property.qvd]
(qvd)where $(v_Client);

Section Access;

LOAD * INLINE [

ACCESS, USERID,GROUP
ADMIN, REDDY.REDDY,ACC,
ADMIN, NA\SVC_QS_SYSTEMPROD,*,
ADMIN, INTERNAL\SA_REPOSITORY,*,
ADMIN, INTERNAL\SA_SCHEDULER,*

];

Section Application;

exit Script;

osuser()
UserDirectory=ASIA; UserId=reddy.reddy

 

but I got the error like below.

 

Krish2459_58_0-1741599073009.png

 

Labels (1)
2 Replies
theoat
Partner - Specialist
Partner - Specialist

Hello,

Can you verify that the account you are using for the recharge has administrative rights?
Additionally, can you check if REDDY.REDDY is correct?

More informations here : Section Access error Access was denied after reloa... - Qlik Community - 2482058

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

BPiotrowski
Partner - Contributor III
Partner - Contributor III

Hi, @Krish2459_58 

If I remember correctly schema looks like DOMAIN\username

So try:

ASIA\reddy

or

ASIA\reddy.reddy