
Contributor
2022-08-23
05:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Section Access
Hi when i am using the employee id in the section access syntax it is working, but when I use ad group name it is saying my access is denied. How can we write the ad group syntax in the section access
THIS IS WORKING
Section Access;
SA_TABLE:
Load * Inline
[
ACCESS, USERID ,
USER, xxxx\432xxxx
ADMIN, xxxx\432xxxx
];
Section Application;
THIS IS NOT WORKING
Section Access;
SA_TABLE:
Load * Inline
[
ACCESS, ADGROUP ,
User, XXXX.ADROOT.XXXX\LEADERSHIP-VIEWER-S-D\
User, XXXX.ADROOT.XXXX\ADMIN-VIEWER-S-D\
];
Section Application;
Please advise
566 Views
3 Replies


MVP
2022-08-23
05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ADGROUP is not a Section Access keyword, I believe. Did you perhaps mean to use GROUP or USERID?
563 Views

Creator
2022-08-23
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kindly use the ADgroup within userID
Lakshminarayanan J
To help users find verified answers, please don't forget to use the "Accept as Solution" button
To help users find verified answers, please don't forget to use the "Accept as Solution" button
561 Views

Contributor
2022-08-23
05:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Its not working unfortunately . still showing access denied
558 Views
