
Symptom
You are getting below error message when executing a command line,
Msg 10353, Level 14, State 10:
Server ‘SID’, Procedure ‘sp_configure’, Line 1357:
You must have any of the following role(s) to execute this command/procedure:
‘sso_role’ . Please contact a user with the appropriate role for help.
(return status = 1)
Solution
Additional role needed in order to successfully execute the command line. In our case, we are able to log in using “sapsso” user (more powerful user id) and assign the role “sso_role” to our user id. The command that we use to assign the role as per,
grant role sso_role to itsiti



