Issue:
After completing cloning procedure, you generally may across the following issue. "Node id does not exist for the current application server id" or
May be we created a disaster database for testing purpose due to this also you will get node id error.
There is a mismatch between server_id in the fnd_nodes table and appl_server_id in the dbc file and hence are getting this "node id does not exist" error.
When trying to open Oracle Forms, all forms error out with the below message:
“Node id does not exist for the current application server id”.
Solution:
Do a select on the server_id in the fnd_nodes table. Here is an example of what it could look like:
server_id=EA99227ED75CFE4EE030149077C4515496138833635529486962342698410274
Do a search on APPL_SERVER_ID in the .dbc file. It could show something like:
APPL_SERVER_ID=EA99220924EF823FE030149077C450C096138833635529486962342698410274
compare both the id if any mismatch or if both same also you can run the below script it will solve the issue.
Run adgendbc.sh to config the apps tier dbc file with the correct id from the database instance.
cd $INST_TOP/admin/install/
sh adgendbc.sh
Completes with:
Updating Server Security Authentication
AUTHENTICATION SECURE executed
successfully –
/u01/PROD/inst/apps/xxx/appl/fnd/12.0.0/secure/PROD.dbc
adgendbc.sh
exiting with status 0
ERRORCODE = 0 ERRORCODE_END
solution steps:
1.First stop the application.
2.Run adgendbc.sh script to configure apps tier dbc file with the correct id from the database instance.
3.Start the application and test your issue.
Best Regards.
After completing cloning procedure, you generally may across the following issue. "Node id does not exist for the current application server id" or
May be we created a disaster database for testing purpose due to this also you will get node id error.
There is a mismatch between server_id in the fnd_nodes table and appl_server_id in the dbc file and hence are getting this "node id does not exist" error.
When trying to open Oracle Forms, all forms error out with the below message:
“Node id does not exist for the current application server id”.
Solution:
Do a select on the server_id in the fnd_nodes table. Here is an example of what it could look like:
server_id=EA99227ED75CFE4EE030149077C4515496138833635529486962342698410274
Do a search on APPL_SERVER_ID in the .dbc file. It could show something like:
APPL_SERVER_ID=EA99220924EF823FE030149077C450C096138833635529486962342698410274
compare both the id if any mismatch or if both same also you can run the below script it will solve the issue.
Run adgendbc.sh to config the apps tier dbc file with the correct id from the database instance.
cd $INST_TOP/admin/install/
sh adgendbc.sh
Completes with:
Updating Server Security Authentication
AUTHENTICATION SECURE executed
successfully –
/u01/PROD/inst/apps/xxx/appl/fnd/12.0.0/secure/PROD.dbc
adgendbc.sh
exiting with status 0
ERRORCODE = 0 ERRORCODE_END
solution steps:
1.First stop the application.
2.Run adgendbc.sh script to configure apps tier dbc file with the correct id from the database instance.
3.Start the application and test your issue.
Best Regards.