BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.

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 accountAble to view jobs in monitoring tab with Service accountUnable to view jobs in scheduling tabUnable to view jobs in scheduling tab

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
mohammad_umair
SAS Employee

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

SAS Help Center: Using a Group-Managed Service Account

View solution in original post

1 REPLY 1
mohammad_umair
SAS Employee

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

SAS Help Center: Using a Group-Managed Service Account