cancel
Showing results for 
Search instead for 
Did you mean: 

what's the role is acceptable for http://xiserver:8000/sap/xi/engine?type

Former Member
0 Kudos

when i try to use soap sender for a scenario, i got the following erros.

Transmitting the message to endpoint http://hpxiserver:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 401 : Unauthorized.

so could any one can tell me what's the role is acceptable for http://xiserver:8000/sap/xi/engine?type=entry

accturally, i used my id and pw to set the scenario, it is a admin with all necessary profiles....

thanks !!

Jeff

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

For calling webservice , use service user 'xiappluser' and it password. It will work.

Ranjeet Singh.

stefan_grube
Active Contributor
0 Kudos

You user needs the role SAP_XI_APPL_SERV_USER

Hope that helps

Stefan

Former Member
0 Kudos

Hi,

check the user role SAP_BC_AI_LANDSCAPE_DB_RFC

According to SAP,

"Each J2EE-based component of an XI landscape has an exchange profile access client installed, where JCo RFC connection data for the central exchange profile is maintained. The connection data for the exchange profile is stored in the J2EE secure store of the component. The user specified in the connection data should have the ABAP user role SAP_BC_AI_LANDSCAPE_DB_RFC on the Integration Server."

For more information, check the following link,

http://help.sap.com/saphelp_nw04/helpdata/en/5e/f85141196ff423e10000000a155106/content.htm

Also check

go to RWB->ADMINISTRATION->RWB->port check the port there. As you mention in your link the port showing Abap stack port. It will be j2ee port like 5<sid>000.

Former Member
0 Kudos

can any one help me on this ?