cancel
Showing results for 
Search instead for 
Did you mean: 

Install PI 7.1 Error~

Former Member
0 Kudos

Dear Expert:

Got an error during the PI 7.1 installation .

the step Create Java User got an error CJS-30196 Role SAP_BC_JSF_COMMUNICATION is not assigned to user SAPJSF

Please Help~

Regards

Jack lee

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

JoelTrinidade
Active Contributor
0 Kudos

Hi jack,

The communication between the UME and the ABAP user management is performed with the SAPJSF user. After an installation, this user has the ABAP role SAP_BC_JSF_COMMUNICATION_RO, which provides read access from the UME to the ABAP user management. You can obtain write access by adding the role SAP_BC_JSF_COMMUNICATION. SAP recommends the role SAP_BC_JSF_COMMUNICATION_RO for this user. You can only configure the use of a directory service as the data source later. In this case, it is recommended that you use the database as the data source for user data during the installation

Administration of Users (UME with ABAP User Management as data source)

ABAP Users: transaction SU01

ABAP authorizations and roles: transaction PFCG

Java authorizations and roles (UME roles, security roles): Visual Administrator

and UME administration console. If you are using an SAP Enterprise Portal in this environment, the user administration is controlled using the portal.

joel

Former Member
0 Kudos

Hi Lee

Check the which role is assigned to the SAPJSF user in transaction SU01 of the abap stack. If the role is SAP_BC_JSF_COMMUNICATION_RO then J2EE administrator has READ ONLY access to the abap UME. To give change access, switch the role to SAP_BC_JSF_COMMUNICATION (without _RO on the end). You'll need to restart the J2EE instance after changing the SAPJSF role assignment.

The other option is to use transaction SU01 to lock/unlock the users.

Thanks,

Kumar.