We might some time get into below issue after clone or after installing AD and TXK patches.
Error:
ETCC not run in the database node [Node Name]
The EBS Technology Codelevel Checker needs to be run on the database node.
It is available as Patch 17537119.
Reason:
It might be due to mismatch in host name between APPS.FND_NODES and APPLSYS.TXK_TCC_RESULTS tables.
Solution:
1. Login to the database as APPS schema.
2. Validate the data in FND_NODES and TXK_TCC_RESULTS table.
3. Download the ETCC Patch - 17537119 ,unzip the patch and run the following on the Database Node (Recommended)
Error:
ETCC not run in the database node [Node Name]
The EBS Technology Codelevel Checker needs to be run on the database node.
It is available as Patch 17537119.
Reason:
It might be due to mismatch in host name between APPS.FND_NODES and APPLSYS.TXK_TCC_RESULTS tables.
Solution:
1. Login to the database as APPS schema.
2. Validate the data in FND_NODES and TXK_TCC_RESULTS table.
3. Download the ETCC Patch - 17537119 ,unzip the patch and run the following on the Database Node (Recommended)
Please note if it's a RAC database you have to run on all nodes individually.
or
3. Update the correct node name in APPLSYS.TXK_TCC_RESULTS table.
sh checkDBpatch.sh
or
3. Update the correct node name in APPLSYS.TXK_TCC_RESULTS table.
3 Comments
Thanks Himanshu for the solution.
ReplyDeleteFor RAC/Multi-node DB setup please run 'checkDBpatch.sh'from all database nodes.
Thanks for the feedback.
DeleteHi
ReplyDeleteAfter a refresh from another instance, when we the checkDBpatch.sh or checkMTpatch.sh the following error is displayed.
mkdir: cannot create directory '/temp_checkDBpach_17100'; permission denied
Unable to create temp directory /temp_checkDBpach_17100
We have vaidated the instance owner have privileges to all the related directories.
What else should we look at ? .. an specific direcotry ? create manually the folder?
Post a Comment