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: 

help me in resolving "No authority for the node from characteristic"

Former Member
0 Kudos

Hello Friends

I am trying to implement hierarchy on ocostcenter.

i am able to create analsys authorization .but when i am trying to create hierarchy ,i am able to select the hierarchy name,

when selecting the node from the push button i get the error message

"<b>No authority for the node from characteristic

0PROFIT_CTR, hierarchy 1000hirarchy (00000000,)"</b>

Please help me in resolving this proble.

Thanks

Ram

6 REPLIES 6

Former Member
0 Kudos

Hi.

Run the SU53 after getting this error, which will give you the missing authorisation and then search for the role for that missing object and get that role assigned to your user.

Regards

Rajesh

0 Kudos

Hello Rajesh

thanks for the reply.

SU53 shows sucessful authorization.

Ram

0 Kudos

Ram,

Try running ST01, set an authorization trace and then run your specified transaction code.

After the failure return to ST01, turn off the trace and hit Analyze. Then check analyze authorization trace and give your User ID and any other relevant criteria.

Look for return codes on the left which are not 0, these should indicate possible issues with authorizations.

Regards

Ashley

0 Kudos

Thankyou

Former Member
0 Kudos

There is also another way to analyze authorization errors specific to BI.

1) Run RSECADMIN (Management of Analysis Authorizations)

2) Display the "Analysis" tab

3) Run "Error Logs"

4) Run "Configure Log Recording"

5) Run "Add User", Enter the test user, and Save

6) Retest with the test user

7) Search by "Executing User" and UTC time stamp

😎 Display Error Log

9) Update Display after selecting all Presentation Options

10) Look for the error

0 Kudos

Thankyou Rajesh and Ashley

.