12.2 adop cleanup fails with the following error :
ERROR :
———————–
Validating system setup.
Node registry is valid.
[ERROR] ETCC not run in the database node
The EBS Technology Codelevel Checker needs to be run on the database node.
Error doesn’t go away, even after executing ETCC on the database node.
Cause :
Either the database node /etc/hosts file has entries with an incorrect format.
or
The node name in table APPS.TXK_TCC_RESULTS and /etc/hosts can be different, causing an adop failure to identify the database host name correctly.
Solution:
Fix the /etc/hosts entries if the reason is that.
In my case, domain name was appended to the node_name in the TXK_TCC_RESULTS table.
I had to update it to fix the issue :
update APPLSYS.TXK_TCC_RESULTS set node_name=’uatfin’ where node_name =’uatfin.node.com’;