cancel
Showing results for 
Search instead for 
Did you mean: 

Stopping/Starting channels externally

Former Member
0 Kudos

Hi,

I am able to run an http request to get the status of channels, but with the same user I am not able to start/stop a channel.

The channel is set as controlled externally and this is the error that I get:

<ErrorInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://<host>:<port>/AdapterFramework/channelAdmin/ChannelAdmin.xsd">

<Exception>java.lang.SecurityException</Exception>

<Description>

The authenticated user has insufficient privileges to start and stop channels.

</Description>

</ErrorInformation>

User is administartor, has SAP_ALL, what am I missing here and how to I accomplish it?

Please be detailed if you can as I'm just starting my way with SAP.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

Hi,

You need roles: xi_af_channel_admin_display, xi_af_channel_admin_modify

check this link:

http://help.sap.com/saphelp_nw73/helpdata/en/4b/a2862d182b63a3e10000000a42189c/content.htm?frameset=...

Regards,

Praveen Gujjeti

Former Member
0 Kudos

Can't find where to add this, I have a 710 system as far as I can tell.

I went to http://<host>:<port>/useradmin, searched for the user, and under Assigned Roles I couldn't find these roles.

Not under Available Roles and not under Assigned Roles.

How exactly do I add them?

former_member184720
Active Contributor
0 Kudos

Hi Nivo - Below blog should address your issue -

Former Member
0 Kudos

Excellent guide! Many thanks!!

Answers (0)