cancel
Showing results for 
Search instead for 
Did you mean: 

test of principal propagation

Former Member
0 Kudos

Hi!

I am about to implement principal propagation for RFC --> to --> File scenario.

Unfortunately when I set the principal propagation flag in IR:Configuration no messages will be send to SAP XI.

Meanwhile I defined the the users,interface and namespace in sxmb_moni in Business system A.

Furthermore I cannot see any user in "assigned user" in IR:Configuration

Questions

Are there some possibilites to test the function of principal propagation?

Do I need to assign a user in IR:Configuration (assigned users)?

With which user should I execute the following actions?

send action from busines system

retrieve the message in SAP XI

Thank you very much!

regards

Holger

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

As far as I understand, File receiver does not support Principal Propagation.

Regards,

Prateek

Former Member
0 Kudos

Hi!

Many thanks!

So what would you recommend to avoid this error?

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: Unauthorized: J2EE AE rejected user. Reason: Principal propagation is not active, but technical IS service user was not used (J2EE_ADMIN).</SAP:AdditionalText>

Thank you very much!

regards

prateek
Active Contributor
0 Kudos

First you will have to modify your end to end scenario. What is the need of propagation of user for receiver file system?

Your error shows that the communicating user does not have enough authorization.

Regards,

Prateek

Former Member
0 Kudos

Hi!

A also don't see any advantage of usage of principal propagation.

But, I would like to get my RFC to File scenario working.

The error I facing can be found in last section part "Call of Adapter"

Error exception return from pipeline processing!</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: Unauthorized: J2EE AE rejected user. Reason: Principal propagation is not active, but technical IS service user was not used (J2EE_ADMIN).</SAP:AdditionalText>

The J2EE_ADMIN on business system A has all the possible roles (such as "SAP_XI.." and "SAP_SLD...")

Questions:

How can I track this error?

(username, etc)

prateek
Active Contributor
0 Kudos

In the sender RFC communication channel, if you have checked the Principal Propagation option, then uncheck it.

Regards,

Prateek

Former Member
0 Kudos

Hi!

I don't check this option.

You mean probably sender determination???