cancel
Showing results for 
Search instead for 
Did you mean: 

Error during CreateABAPUser Task

mubarakshabna_asmi
Participant
0 Kudos

All:

I keeping getting the following error:

_________________________________________

putNextEntry failed storing

Exception from Add operation:com.sap.idm.ic.ToPassException: Password is not long enough (minimum length: 6 characters)

Exception from Modify operation:com.sap.idm.ic.ToPassException: No matching user found

___________________________

It seems obvious that the min character requirement for the password is not met. But the password I give is eight characters long.

The passord policy tab of the identity store did not have entries for min and max password length. I have tried giving 6 and 10 and 8 and 10; still keep getting the error.

Any help is much appreciated.

Thanks

S.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

S

what is the scenario, where it is asking you this user/password ?

bhudev

mubarakshabna_asmi
Participant
0 Kudos

I have setup the CreateABAPUser task in the Workflow interface. I have setup the following attributes:

ACCOUNT<rep name>

MSKEYVALUE

MX_FIRSTNAME

MX_LASTNAME

MX_PASSWORD

I fill in the password in the WF Interface.

Thanks

Shabna

Former Member
0 Kudos

Did you enable Password Provisioining on that Identity Store?

Go to the Identitiy Store and go to the Password Policy tab.

mubarakshabna_asmi
Participant
0 Kudos

Yes, the password provisioning was missing. The CreateABAPTask is successful now, but I still do not see the userid in the ABAP backend system.

What am I missing?

Former Member
0 Kudos

in which client you are checking ?

mubarakshabna_asmi
Participant
0 Kudos

I have connected only one client and thats where I am checking.

mubarakshabna_asmi
Participant
0 Kudos

I do not understand it but the following worked:

In the CreateABAPUser pass in the job, logonuid was mapped to TEMPACCOUNT<repname, but in the attributes tab I am giving ACCOUNT<repname>. I changed the logonid to ACCOUNT<repname> and it worked.

Now onto provisioning roles. I had created the user without any roles.

Thanks

Shabna

Former Member
0 Kudos

hi shabnam

can you tell me how you solved this problem

for me logonuid was already mapped to %ACCOUNT%$rep.$NAME%% and when i try to save using workflow it says. its saved. but system log says above error.

however its not updated in ABAP system...

appreciate if you could share your experience.

regards

mubarakshabna_asmi
Participant
0 Kudos

Jaichan,

What error are you getting. Can you copy the exact error text here.

Thanks

S.

Former Member
0 Kudos

hi shabnam

here is the error list.

Date;Type;"Dispatcher";Job ID;"Additional info";"Text"

2009.06.09 19:11:24;Error;"sap-idm";1602;"";"Exception from Mod operation:User WORK3 does not exist

Internal error: FM SUSR_USER_READ, exception: 1

Inconsistency with address"

2009.06.09 19:11:24;Error;"sap-idm";1602;"";"Exception from Add operation:ToCustom.addEntry failed for entry work3 - Exception:com.sap.idm.ic.ToPassException: Password is not long enough (minimum length: 6 characters)"

2009.06.09 19:11:24;Error;"sap-idm";1602;"";"Failed storing work3"

2009.06.09 19:11:23;Error;"sap-idm";1602;"";"Exception initializing Triple DES - Exception:java.lang.ArrayIndexOutOfBoundsException: -1"

I tried to create user work3 from Workflow.

Can you please tell me steps to do for creating User from IDM at ABAP.

regards

Former Member
0 Kudos

Hi Experts,

Somehow the error is solved. But the user created in Identity store is not created in ABAP system why.

My CreateABAP user Task initiated status is OK now. and no error in system log and job log.

however User is not created in ABAP system.

Anything is missing?

I checked with attribute logonid is set to %ACCOUNT%$rep.$NAME%%.

can you guide me how to debug now for this.

do i need to execute UpdateABAPuser job after saving CreateABAPUser?? please confirm.

regards

mubarakshabna_asmi
Participant
0 Kudos

Jaichan,

Please check if the provisioning is turned off for the dispatcher.

S.

Answers (0)