cancel
Showing results for 
Search instead for 
Did you mean: 

import user - error

BogdanRadziejow
Explorer
0 Kudos

Hi,

I try doing user import in PI, <host>/useradmin -> import:

[User]

uid=xjamesbond

password=qaz123

last_name=Rambo

first_name=John

email_address=john.rDOTnyt.com

language=en

accessibility=0

and I get:

Error: broken User data foundError: while trying to invoke the method com.sap.security.core.persistence.IPrincipalDatabag.getUniqueID() of an object loaded from field com.sap.security.core.imp.AbstractPrincipal.mPrincipalDatabag of an object loaded from local variable 'this'

uniquename=xjamesbond

uid=xjamesbond

accessibility=0

status=FAILED

last_name=Rambo

language=en

email_address=john.rDOTnyt.com

first_name=John

I use SAP NetWeaver Process Integration 7.1 Including Enhancement Package 1.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

looks like you dont have permission to create users at the backend ABAP side

In useradmin click on configuration -> ABAP System under UME RFC Destination

make sure you have the UMEBackendConnection set

login to nwa and check the UMEBackendConnection is working or not.

BogdanRadziejow
Explorer
0 Kudos

In useradmin on configuration -> ABAP System under UME RFC Destination

I have have the UMEBackendConnection set.

on PI java I use 'myuser'admin user, on PI abap I use user 'myuser' with SAP_ALL. On both stacks I use the same user with all admin role/group.

"login to nwa and check the UMEBackendConnection is working or not."

- how I can check this?

Edited by: Bogdan Radziejowski on Sep 22, 2010 4:16 PM

Former Member
0 Kudos

Hi

http://hostname :port/nwa

Click on Configuration Management

Clck on destinations. you will see the UMEBackendConnection RFC conection

Check the user what it is using. If it is sapjsf.

Check it has the role

SAP_BC_JSF_COMMUNICATION (change)

if you have role

SAP_BC_JSF_COMMUNICATION_RO (read only) delete it and add the above role save it

if still not working restart both abap and java

You need to restart the ABAP and JAVA. I have tried the same in my test box and it worked after restarting the ABAP and JAVA

i was able to import the user

under configuration make sure the UME RFC Destination for Changes: value is set to UMEBackendConnection

BogdanRadziejow
Explorer
0 Kudos

1. http://hostname :port/nwa 2.Click on Configuration Management 3.Click on destinations. you will see the UMEBackendConnection RFC conection

- in here if I click "Ping Destination" I get:

"Successfully connected to system ABC as user SAPJSF"

user SAPJSF have only ABAP role SAP_BC_JSF_COMMUNICATION.

restart doesn't help.

Edited by: Bogdan Radziejowski on Sep 22, 2010 5:48 PM

Former Member
0 Kudos

under configuration make sure the UME RFC Destination for Changes: value is set to UMEBackendConnection

and validated the Configuration

Copy and paste the below in import and try again (change attherate to @)

[User]

uid=xjamesbond

password=qaz123

last_name=Rambo

first_name=John

email_address=john.r(attherate)DOTnyt.com

language=en

accessibility=0

Former Member
0 Kudos

In you screen shot i dont see the UME RFC Destination for Changes set . Please set that to the UMEBackendConnection

and save it

BogdanRadziejow
Explorer
0 Kudos

it is doesn't must set, because I administration of 4 other PI, and this value is empty

Former Member
0 Kudos

If that value is not set. You cant create,modify and delete performed on ABAP master data

Are you able to create a new user from Identity management?

BogdanRadziejow
Explorer
0 Kudos

If that value is not set. You cant create,modify and delete performed on ABAP master data

- not

Are you able to create a new user from Identity management?

- yes, serious!