Node id does not exist for the current application server id

Description:

After Clone the Oracle Application R12.1.3 and login the application this error occurs.

Solution:

  • Check the Server ID in fnd_node table .

Select server_id from fnd_node;

  • Take a backup of .dbc file
  • Make comment in APPL_SERVER_ID in .dbc file.
  • Then rerun the sh adgendbc.sh.(it will create a correct application id).
  • Login and check
  • After that Issue has been Resolved

Reference:

Oracle knowledge base document.

Recent Posts