Symptom
- In manage pending hires (manage pending recruits), no workflow is initiated for a new hire created from onboarding 2.0.
- On save of personal information, an error appears; in some cases: “There was an error in saving user information”.
- After submitting, the system redirects to the user’s profile, but no workflow is processed.
- The profile is created automatically with many mandatory job information fields blank.
- Intermittent behavior; other hires processed in the same period proceed normally with workflow.
- Backend error observed: ECT_service_layer_HRIS_USERBEAN_SYNC_ERROR.
Environment
- SAP SuccessFactors Employee Central
- SAP SuccessFactors HCM Suite
Reproducing the Issue
- Open manage pending hires and select an onboarding 2.0 candidate.
- Enter or update personal/job information (for example, adjust the start date) and save/submit.
- An error may appear on save; the hire may be saved as draft and later reopened.
- After submit, the system redirects to the user profile; no workflow starts and mandatory job information fields can be blank.
Cause
- The save of an MPH hire for an onboarding 2.0 candidate fails with ECT_service_layer_HRIS_USERBEAN_SYNC_ERROR, preventing workflow initiation.
- "hireActionBean.setHireVO()" is not called on the save path when the save request lands on a different application server node than the page load (broken sticky routing).
- Due to a node-local cache miss, a new hireActionBean is created without a HireVO; the ONB2 skip guard then fails and attempts to recreate an existing user. Cache eviction and reconstruction without HireVO lead to the failure and no workflow.
Resolution
Product Engineering is investigating a solution.
Click on star to bookmark this article to receive updates about this issue. For more information about updates from subscribed KBAs, you can refer to the KB Article 2171560 - How to be notified of new or updated SAP Notes or KBAs.
Workaround
- When “There was an error in saving user information” appears on save in manage pending hires, do not save the hire as a draft.
- Navigate back to the manage pending hires list, reopen the hire from scratch, and submit again.
- This repopulates the cache with the HireVO and allows the workflow to start.
See Also
- SAP Community - SAP SuccessFactors Product Release & Road Map Information
- SAP Community - SAP SuccessFactors Patches Knowledge Base
- KBA 2171560 - How to be notified of new or updated SAP Notes or KBAs
Keywords
Product
SAP SuccessFactors Employee Central all versions ; SAP SuccessFactors HCM Suite all versions
SAP Knowledge Base Article - Public