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: 

No Authorization to Create TR from CTS

surya_appala
Active Participant
0 Kudos

Hi Experts,

We are facing an issue in PI system, where user is getting error, "No Authorization to create TR of type Work Bench Request" in PI system.

User is logging in to PI system --> Integration Builder --> Tools --> Open CTS --> Create TR and then it is throwing error.

We have a reference user who is able to create TR. When compared the access from back end (ABAP) system, all PI roles are assigned. From portal end also all portal roles are assigned. We are unable to catch what is missing. Any help please.

It says that this authorization is contained in delivered standard authorization s_cts_project. This object is not available in back end system. Looking for your inputs. Thanks.

Regards,

Surya

14 REPLIES 14

former_member202642
Participant
0 Kudos

Hi Surya,

Please check if you have the required role to create a CTS transport.

Regards,

Aamir

0 Kudos

Yes Aamir, User has required role to create CTS Transport.

0 Kudos

Hi Surya,

Then check if the Parameter that is needed to enable a CTS transport is maintained or not under

Exchange Profile.

Regards,

Aamir

0 Kudos

Thanks Aamir,

But the problem here is only with one user. Other users are able to create TR

Not able to identify whats wrong with this user alone ...

Regards,

Surya

0 Kudos

Hi Surya,

What are the roles assigned to that particular user?

Please check.

Regards,

Aamir

0 Kudos

User has got Admin role. Reference user also has the same set of roles.

0 Kudos

Check for roles as “SAP_CTS_PLUS” And “Z_CTS_PLUS_ADDITIONAL”

Regards,

Aamir

0 Kudos

Hi Surya.

Have you added the authorization object " S_CTS_PROJECT" ?

Regards

SS

0 Kudos

Hi Sriram,

Object s_cts_project itself is not available in System.

Regards,

Surya

0 Kudos

Surya Appala wrote:

Hi Sriram,

Object s_cts_project itself is not available in System.

Regards,

Surya

Hi,

if you copoy the affected user, is the copy then able to create the transport?

In fact, s_cts_project does not exist and is no authorizaiton object.... You have written yourself in your initial statement:

quote

It says that this authorization is contained in delivered standard authorization s_cts_project.
unquote


1st: its called 'S_CTS_PROJEC' and not 'S_CTS_PROJECT'

2nd: as you have written: S_CTS_PROJEC is an authorization. It is not an authorization object, but an authorization for object S_TRANSPRT.

So in case its really an authroization issue (pls refer to Nitesh's reply reg. ST01) try with full auth for s_transprt....

b.rgds,Bernhard

0 Kudos

Hi

Thanks for your reply. Affected user is already having same s_transprt object same as reference user. From ST01 trace also nothing found. We are clueless about this issue.

Regards,

Surya

0 Kudos

have you checked the user buffer (SU56) to see that is up to date and actually contains the authorisation?

0 Kudos

Hello Surya,

if ST01 shows, htat no authroization check is failing, the approach through assignming authorizations is useless.

Rather assign debug authroization to the user-ID. Then debug the application. You will for sure find out then, what is causing that message to appear...(you can let the user sit next to you, so that he sees, that you don't misuse his ID...

b.rgds, Bernhard

niteshgupta87
Active Participant
0 Kudos

Hi Surya,

Try to set up a ST01 trace in the system and you will know what is the missing. Accordingly you can take actions

Regards