- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have configured a Group Managed Service Account in a race image.
I scheduled a job as User A and am able to monitor it as User B.
While scheduling as User A I did select the Group Managed Service Account in the Run As field.
However, I'm unable to see the scheduled job so that I can reschedule/edit it as User B.
I followed steps listed in below link to configure Group Managed Service Account
SAS Help Center: Group-Managed Service Account: Configure
I've attached screenshots (as User B) for your reference below.
Is there any step I've missed?
Able to view jobs in monitoring tab with Service account
Unable to view jobs in scheduling tab
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I was able to resolve this issue by adding below rules
Rule1
ObjectURI: /jobExecution/jobRequests/*
PrincipalType: Group
Principal: Custom Group Name
Permission: Create, Read,Update Delete
Rule2
ObjectURI: /jobExecution/jobRequests/*/
PrincipalType: Group
Principal: Custom Group Name
Permission: Create, Read,Update Delete
References
SAS Help Center: Access to Functionality: URI Reference - Job Management Section - Schedule Jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I was able to resolve this issue by adding below rules
Rule1
ObjectURI: /jobExecution/jobRequests/*
PrincipalType: Group
Principal: Custom Group Name
Permission: Create, Read,Update Delete
Rule2
ObjectURI: /jobExecution/jobRequests/*/
PrincipalType: Group
Principal: Custom Group Name
Permission: Create, Read,Update Delete
References
SAS Help Center: Access to Functionality: URI Reference - Job Management Section - Schedule Jobs