cancel
Showing results for 
Search instead for 
Did you mean: 

Component monitoring 403 fornidden error

Former Member
0 Kudos

Hi ,

In the runtime workbench when i try to send a test message from component monitoring with my user account i get a 403 forbidden error . But when i use other user credentials it goes through and other users doesn't have this problem. So i suspect that its some issue with my privileges or something, How can i debug this issue.

Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sudheer

error code 403 stands for Forbidden

This code indicates that the resource cannot be accessed, regardless of any authentication credentials. For example, this happens if a directory or file is unreadable due to file permissions.

for more details on error code follow the link

http://www.web-cache.com/Writings/http-status-codes.html

Check whether you have given the right credentials. If you are very sure that you have given right credentials then your problem will be solved by restarting J2EE engine

steps to restart J2EE engine

1) run transaction SMICM

2) then in the tab administration => J2EE instance(local) =>send soft shutdown with restart

by this java engine will restart and will be up in 5-10 minutes and your problem will be solved

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Former Member
0 Kudos

Refer this blog : /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Thanks

Farooq.

Former Member
0 Kudos

Tried everything mentioned above , but nothing solved the problem. The problem seems to be only with my user , all the other users hae no trouble using test message function. Even for my account this is a new behaviour. it used to work fine untill recently. Any other ideas ?

Former Member
0 Kudos

Hi,

Check if you are also getting HTTP 401 Error. Check in default trace for more specific Error Information.

Note 821026 - AdapterEngine messaging URL returns HTTP 401 under high load

When we faced this scenario , we have seen some meesages failing with 401 and some failing with 403.

So Make changes according to the note...

Award points if helpful.

Thanks,

Tanuj

iaki_vila
Active Contributor
0 Kudos

Hi,

Check that your user has this roles:

SAP_XI_APPL_SERV_USER

SAP_XI_CONFIGURATOR_J2EE

SAP_XI_CONTENT_ORGANIZER_J2EE

SAP_XI_RWB_SERV_USER

Regards.

justin_santhanam
Active Contributor
0 Kudos

Sudheer,

You almost debugged everything and found the cause too... Final step try to compare your roles with other users and see what is missing.

raj.