Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization issue track in Java stack

Former Member

Dear all,

I am new to NWA environment , i want to know if there are authorization error occurs at j2ee side

( i.e all roles in Usermanagement in NWA are not assigned to particula user )

How do we track the possible authorization issue.

Like we can track all authorization issues of ABAP side in SU53 .

I understand there must be a transaction where we can track possible aithorization issues occured at Java side.

Please let me know ASAP.

Thanks in advance.

Regards,

RR

1 ACCEPTED SOLUTION

Former Member

Hi RR,

you can track possible authorization issues occured at Java side on the link http://<hostname>:5<instanceNumber>00/nwa/log

regards

Weiss

8 REPLIES 8

Former Member

Hi RR,

you can track possible authorization issues occured at Java side on the link http://<hostname>:5<instanceNumber>00/nwa/log

regards

Weiss

0 Kudos

Jerry,

What if i need to track authorization issue for particular use at particular date.

Example :- xyz User reported issue yesterday.

Do i need to check all logs from yesterday ?

0 Kudos

hi,

this query you can filter the user you want to see.

1 - Select the button "Show View Properties"

2 - In box "Filter by Content" > "Select Filter" and enter the user.

so you can see all the user logs by date

regards

0 Kudos

In our case , User is getting error for particular Alert Inbox area in PI 7.1 as

" 403 forbidden : You are not authorized to view requested resource "

But i am not getting these logs tracked under Nwa/ Administration / Logs

is there any other way , may be from any trsaction we can track the issue /

Edited by: BASISRR on Jul 17, 2009 9:39 PM

0 Kudos

" 403 forbidden : You are not authorized to view requested resource "

Your user does not have permission to query

0 Kudos

Jerry,

Unfortunately we are not getting any logs for this user. when User gets this error.

Is there any other way-out

Regards,

RR

Former Member

RR,

Have you found a resolution to this problem?

Rgds,

Derek

0 Kudos

No but i have added all j2ee access to user and it worked for me.

Still i could not come across anything which clearly states where to check J2ee authorization logs.