Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Provisioning job not getting completed

sp
New Contributor
New Contributor

Hi All ,

I am trying to provision the account request from ARS to one of the SAP applications. The requests are getting submitted and pending tasks are getting created. but the provisioning job is getting stuck and is not picking up the pending tasks. I don't even see these jobs in the 'Running Jobs' tab. I don't see any error in the logs as well. How to resolve this issue? 

The provisioning job is working fine for other SAP applications. 

Thanks,

SP

12 REPLIES 12

SumathiSomala
All-Star
All-Star

@sp Restart the service once.

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

Amit_Malik
Valued Contributor II
Valued Contributor II

HI @sp , try to use advance query in job and give specific taskkey and see if that works.

Also, the advance query might have something already and hence not picking these tasks. 

Thanks,

Amit

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

sp
New Contributor
New Contributor

I did try using the advance query with just the taskkey I wanted to provision and facing the same issue. 

Manu269
All-Star
All-Star

Can you try creating new instance of job and run the same?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

sp
New Contributor
New Contributor

Yeah, I tried that as well. But it also got stuck . 

Please validate below

  • Automated provisioning is enabled as security system level
  • Account is in active state
  • Connection is successful.

Share logs when you start job,


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sp
New Contributor
New Contributor
  • Automated provisioning is enabled as security system level - Yes
  • Account is in active state - Yes
  • Connection is successful - Yes

If I put taskkey in the provisioning job , the job is getting stuck and is not getting completed. If I remove the taskkey from the job and run the provisioning job, the job is getting completed, number of retries on pending task is increasing but the tasks are not getting completed. Not seeing any error as well.

Please find attached the logs

 

You have issue with Create Account JSON. please share same


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sp
New Contributor
New Contributor

@rushikeshvartak here's the create account JSON :
{
"ADDRESS": {
"LASTNAME": "${if(user?.customproperty1!=null){user.customproperty1+' '+user.lastname}else{user.lastname}}",
"FIRSTNAME": "${if(user?.preferedFirstName!=null){user.preferedFirstName}else{user.firstname}}",
"E_MAIL": "${if(user?.email!=null){user.email}else{''}}",
"LANGUP_ISO": "en",
"DEPARTMENT": "${if(user?.departmentname!=null){user.departmentname}else{''}}",
"FUNCTION": "${if(user?.job_function!=null){user.job_function}else{''}}",
"TEL1_NUMBR": "${if(user?.phonenumber!=null){user.phonenumber}else{''}}",
"SORT1_P":"INCTest_2",
"SORT2_P":"test"
},
"DEFAULTS": {
"DCPFM": "X",
"DATFM": "2",
"LANGU": "EN",
"SPLD": "LOCL"
},
"LOGONDATA": {
"USTYP": "A",

"GLTGV": "${(new java.text.SimpleDateFormat('yyyyMMdd').format(new Date()))}",
"GLTGB": "${(user.employeeType=='Third Party')?user.enddate:'99991231'}"
},
"PASSWORD": {
"BAPIPWD": "${randomPassword}"
},
"ALIAS": {
"USERALIAS":"${user.lastname+','+user.firstname}"
},
"GROUPS": {
"USERGROUP":"contractors"
}

}

Please share connection config screenshot


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sp
New Contributor
New Contributor

Please see the screenshots below: 

sp_0-1709022666232.pngsp_1-1709022709167.png

 

sp_2-1709022741456.png

sp_8-1709023119455.png

 

sp_4-1709022918590.pngsp_5-1709022965401.png

 

sp_6-1709023043118.pngsp_7-1709023057932.png

 

 

Perform below changes 

  • PROV_JCO_LANG= EN
  • JCO_LANG= EN
  • SYSTEMNAME - can't be 00 - Check with SAP Team
  • RESET_PWD_FOR_NEWACCOUNT = FALSE

Also confirm does provisioning and import systems are different  ?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.