Sunday, December 13, 2020

ETCC not run in the database node

 When running adpatch it used to complain with below error

[ERROR]     ETCC not run in the database node <DBhost>

                The EBS Technology Codelevel Checker needs to be run on the database node.

                It is available as Patch 17537119.

 

Solution :

 upon checking i found that value of dbserver in table applsys.txk_tcc_results is with DBhost.domain

you should update it to the value that was showing in  "ETCC not run in the database node <dbserver> "


On DB Node , login as applsys

 

sqlplus applsys/**********

 

select NODE_NAME from txk_tcc_results;

 

UPDATE applsys.txk_tcc_results SET node_name ='<DBhost.domain>' where NODE_NAME='DBhost';

 

Commit

 

Rerun adpatch again and check

 

No comments:

Post a Comment