Tuesday, 5 September 2017

wferr: - 1602: Could not save. - 1400: Could not save to database. MODE=UPGRADE EFFDATE=



Issue : FAILED: file hxcempwf.wft on worker  1 for product hxc username APPS.

When I saw on the worker log, I found this information in log file.

  - 1602: Could not save.
  - 1400: Could not save to database. MODE=UPGRADE EFFDATE=<null>
  - 1404: Please first load this entity or check protect and custom level of PROCESS_ACTIVITY 'WFSTD/VOTETEST'.
  - 1405: Invalid performer 'TC_APPROVER_FROM_ROLE' in process activity 'WFSTD/START'.
  - 1405: Invalid performer 'TC_APPROVER_FROM_ROLE' in process activity 'WFSTD/START'.

Solution:

Change the Patch driver file related FNDLOAD command from UPGRADE to FORCE.

Before Modify:
exec fnd bin FNDLOAD bin &phase=last+1 checkfile:hxc:patch/115/import/ESA:hxcempwf.wft &ui_apps 0 Y UPGRADE @FND:patch/115/import/afwfload.lct

3After Modify:
exec fnd bin FNDLOAD bin &phase=last+1 checkfile:hxc:patch/115/import/ESA:hxcempwf.wft &ui_apps 0 Y FORCE @FND:patch/115/import/afwfload.lct

No comments:

Post a Comment