Forum Discussion
SC Orchestrator 2022 web api not showing runbooks
- Oct 12, 2023
So I did actually find the issue. Run the following 3 commands for the Orchestrator database:
Taken from the this https://learn.microsoft.com/en-us/answers/questions/1374240/system-center-orchestrator-2022-web-api-and-consol:
GRANT EXECUTE ON object::[Microsoft.SystemCenter.Orchestrator].[GetSecurityToken] TO [Microsoft.SystemCenter.Orchestrator.Operators]
GRANT SELECT ON object::[Microsoft.SystemCenter.Orchestrator.Internal].[Settings] TO [Microsoft.SystemCenter.Orchestrator.Operators]
GRANT SELECT ON object::[Microsoft.SystemCenter.Orchestrator.Internal].[AuthorizationCache] TO [Microsoft.SystemCenter.Orchestrator.Admins]
So I did actually find the issue. Run the following 3 commands for the Orchestrator database:
Taken from the this https://learn.microsoft.com/en-us/answers/questions/1374240/system-center-orchestrator-2022-web-api-and-consol:
GRANT EXECUTE ON object::[Microsoft.SystemCenter.Orchestrator].[GetSecurityToken] TO [Microsoft.SystemCenter.Orchestrator.Operators]
GRANT SELECT ON object::[Microsoft.SystemCenter.Orchestrator.Internal].[Settings] TO [Microsoft.SystemCenter.Orchestrator.Operators]
GRANT SELECT ON object::[Microsoft.SystemCenter.Orchestrator.Internal].[AuthorizationCache] TO [Microsoft.SystemCenter.Orchestrator.Admins]