Node ID does not exist for the current application server id
While Running Oracle Applications on the web, the following error appears:
Node ID does not exist for the current application server id.
Cause:
There is a mismatch between server_id in the fnd_nodes table and appl_server_id in the dbc file and
hence we are getting this "node id does not exist" error.
Solution:
Stop application.
Run adgendbc.sh script to configure apps tier dbc file with the correct id from the database instance.
Start the application and retest.
Location of script:
11i: $COMMON_TOP/admin/install/$CONTEXT_NAME
R12: $INST_TOP/admin/install
Below is the Example.
[oraprod@apps oraAP]$ cd $INST_TOP
[oraprod@apps POLPROD_apps]$ pwd
/oraprod/oraAP/fs2/inst/apps/POLPROD_apps
[oraprod@apps POLPROD_apps]$ cd admin/install/
[oraprod@apps install]$ ./adgendbc.sh
adgendbc.sh started at Wed Feb 19 10:21:03 EAT 2020
Enter the APPS username: apps
Enter the APPS password:
SQL*Plus: Release 10.1.0.5.0 - Production on Wed Feb 19 10:21:10 2020
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter value for 1: Enter value for 2: Enter value for 3: Connected.
[ APPS_DATABASE_ID ]
Application Id : 0
Profile Value : POLPROD
Level Name: SITE
INFO : Updated/created profile option value.
.
PL/SQL procedure successfully completed.
Commit complete.
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
==============================
* * * * DBC PARAMETERS * * * *
==============================
fnd_jdbc_buffer_min=1
fnd_jdbc_buffer_max=5
fnd_jdbc_buffer_decay_interval=300
fnd_jdbc_buffer_decay_size=5
fnd_jdbc_usable_check=false
fnd_jdbc_context_check=true
fnd_jdbc_plsql_reset=false
====================================
* * * * NO CUSTOM PARAMETERS * * * *
====================================
Unique constraint error (00001) is OK if key already exists
Creating the DBC file...
ADD executed successfully - /oraprod/oraAP/fs2/inst/apps/POLPROD_apps/appl/fnd/12.0.0/secure/POLPROD.dbc
Updating Server Security Authentication
AUTHENTICATION SECURE executed successfully - /oraprod/oraAP/fs2/inst/apps/POLPROD_apps/appl/fnd/12.0.0/secure/POLPROD.dbc
adgendbc.sh ended at Wed Feb 19 10:21:23 EAT 2020
adgendbc.sh exiting with status 0
ERRORCODE = 0 ERRORCODE_END
[oraprod@apps install]$
Once it get completed successfully start all the application services for EBS.
Node ID does not exist for the current application server id.
Cause:
There is a mismatch between server_id in the fnd_nodes table and appl_server_id in the dbc file and
hence we are getting this "node id does not exist" error.
Solution:
Stop application.
Run adgendbc.sh script to configure apps tier dbc file with the correct id from the database instance.
Start the application and retest.
Location of script:
11i: $COMMON_TOP/admin/install/$CONTEXT_NAME
R12: $INST_TOP/admin/install
Below is the Example.
[oraprod@apps oraAP]$ cd $INST_TOP
[oraprod@apps POLPROD_apps]$ pwd
/oraprod/oraAP/fs2/inst/apps/POLPROD_apps
[oraprod@apps POLPROD_apps]$ cd admin/install/
[oraprod@apps install]$ ./adgendbc.sh
adgendbc.sh started at Wed Feb 19 10:21:03 EAT 2020
Enter the APPS username: apps
Enter the APPS password:
SQL*Plus: Release 10.1.0.5.0 - Production on Wed Feb 19 10:21:10 2020
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter value for 1: Enter value for 2: Enter value for 3: Connected.
[ APPS_DATABASE_ID ]
Application Id : 0
Profile Value : POLPROD
Level Name: SITE
INFO : Updated/created profile option value.
.
PL/SQL procedure successfully completed.
Commit complete.
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
==============================
* * * * DBC PARAMETERS * * * *
==============================
fnd_jdbc_buffer_min=1
fnd_jdbc_buffer_max=5
fnd_jdbc_buffer_decay_interval=300
fnd_jdbc_buffer_decay_size=5
fnd_jdbc_usable_check=false
fnd_jdbc_context_check=true
fnd_jdbc_plsql_reset=false
====================================
* * * * NO CUSTOM PARAMETERS * * * *
====================================
Unique constraint error (00001) is OK if key already exists
Creating the DBC file...
ADD executed successfully - /oraprod/oraAP/fs2/inst/apps/POLPROD_apps/appl/fnd/12.0.0/secure/POLPROD.dbc
Updating Server Security Authentication
AUTHENTICATION SECURE executed successfully - /oraprod/oraAP/fs2/inst/apps/POLPROD_apps/appl/fnd/12.0.0/secure/POLPROD.dbc
adgendbc.sh ended at Wed Feb 19 10:21:23 EAT 2020
adgendbc.sh exiting with status 0
ERRORCODE = 0 ERRORCODE_END
[oraprod@apps install]$
Once it get completed successfully start all the application services for EBS.
Comments
Post a Comment