cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating user in Java(ep) system

Former Member
0 Kudos

Hi,

I am using sap IDM 7.1 sp3 .I am trying to provision users created in SAP IDM to SAP EP . The job is triggered whenever a business role is assigned to a user present in IDM. But following exception occur after "Create Java user" job is executed.

putNextEntry failed storingSPML.SAPUSER.test-sap12

Exception from Add operation:com.sap.idm.ic.ToPassException: Exception when creating user :(No text available)

Exception from Modify operation:com.sap.idm.ic.ToPassException: SPML exception: Unexpected error when processing modify request Unsupported ID found null

Accepted Solutions (0)

Answers (2)

Answers (2)

ivan_petrov
Active Participant
0 Kudos

Hi Nilakantha,

Did you assign the pass to SAP repository?

Did you checked your repository connection settings?

Best Regards,

Ivan

ivan_petrov
Active Participant
0 Kudos

Hi Nilakantha,

According the error you have posted you are trying to provision user with ID = null

So may be you are setting the wrong MSKEYVALUE, you should look carefully.

Best Regards,

Ivan

Former Member
0 Kudos

Hi Ivan

I am attaching the log below for the MSKEYVALUE and the corresponding value. I am unable to analyze the error. This error is coming while the job CreateJavaUser runs during provisioning of User to EP.

ErrorputNextEntry failed storingSPML.SAPUSER.testsap13
Exception from Add operation:com.sap.idm.ic.ToPassException: Exception when creating user :(No text available)
Exception from Modify operation:com.sap.idm.ic.ToPassException: SPML exception: Unexpected error when processing modify request Unsupported ID found null
SAP_CHANGENUMBER188371
MXREF_MX_ROLE5792
MX_PASSWORDd472590738707c5b3662df5e7fc17c44
MXREF_MX_PRIVILEGE3976|24568|24560
TEMPACCOUNTUMEDEVtestsap13
TEMPACCOUNTEPDEVtestsap13
MX_ENTRYTYPEMX_PERSON
MX_AUTOPRIVILEGE24561|24621|24562
DISPLAYNAMEep,
MX_LASTNAMEep
MX_AUTOROLE5792
ACCOUNTUMEDEVtestsap13
MSKEY24632
MSKEYVALUEtestsap13
MX_ENCRYPTED_PASSWORD{DES3}1:bcf7c7b9a01523a5
ErrorputNextEntry failed storingSPML.SAPUSER.testsap13
Exception from Add operation:com.sap.idm.ic.ToPassException: Exception when creating user :(No text available)
Exception from Modify operation:com.sap.idm.ic.ToPassException: SPML exception: Unexpected error when processing modify request Unsupported ID found null
SAP_CHANGENUMBER188371
MXREF_MX_ROLE5792
MX_PASSWORDd472590738707c5b3662df5e7fc17c44
MXREF_MX_PRIVILEGE3976|24568|24560
TEMPACCOUNTUMEDEVtestsap13
TEMPACCOUNTEPDEVtestsap13
MX_ENTRYTYPEMX_PERSON
MX_AUTOPRIVILEGE24561|24621|24562
DISPLAYNAMEep,
MX_LASTNAMEep
MX_AUTOROLE5792
ACCOUNTUMEDEVtestsap13
MSKEY24632
MSKEYVALUEtestsap13
MX_ENCRYPTED_PASSWORD{DES3}1:bcf7c7b9a01523a5
ErrorputNextEntry failed storingSPML.SAPUSER.testsap13
Exception from Add operation:com.sap.idm.ic.ToPassException: Exception when creating user :(No text available)
Exception from Modify operation:com.sap.idm.ic.ToPassException: SPML exception: Unexpected error when processing modify request Unsupported ID found null
SAP_CHANGENUMBER188371
MXREF_MX_ROLE5792
MX_PASSWORDd472590738707c5b3662df5e7fc17c44
MXREF_MX_PRIVILEGE3976|24568|24560
TEMPACCOUNTUMEDEVtestsap13
TEMPACCOUNTEPDEVtestsap13
MX_ENTRYTYPEMX_PERSON
MX_AUTOPRIVILEGE24561|24621|24562
DISPLAYNAMEep,
MX_LASTNAMEep
MX_AUTOROLE5792
ACCOUNTUMEDEVtestsap13
MSKEY24632
MSKEYVALUEtestsap13
MX_ENCRYPTED_PASSWORD{DES3}1:bcf7c7b9a01523a5

Regards,

Nilakanth

ivan_petrov
Active Participant
0 Kudos

Hi Nilakanth,

I don't know how this pass works, but because you didn't specify the "changetype", you receive 2 errors.

  • IDM executes ADD operation and you receive an error with no text message attached.
  • IDM executes MODIFY operation and you receive NULL for ID

So does this user exists? If so and you are sure that you provide all needed parameters to the pass, something is generally wrong and you should open an OSS ticket to SAP.

But if you are trying to update already existing user, than you definitely are missing some vital parameters for this pass.

Best Regards,

Ivan 

Former Member
0 Kudos

Hi Ivan

           The user is existing in IDM .Now we are trying to provisioning the user in EP(AS JAVA).During provisioning it is showing above error.