Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Hi, @Krish2459_58
If I remember correctly schema looks like DOMAIN\username
So try:
ASIA\reddy
or
ASIA\reddy.reddy