prepare phase failed [ERROR] etcc not run in database
While applying patch using adop receiving error :
[ERROR] etcc not run in database
Solution:
1 - Run etcc if not already run (for Linux: checkDBpatch.sh or for windows: checkDBpatch.cmd).
( You can download patch : 17537119 for the EBS Technology Codelevel Checker (ETCC) )
2 - If you have already ran checkDBpatch.sh or checkDBpatch.cmd and receiving error:
[ERROR] etcc not run in database
Then
Validate the correct entry in following table : applsys.txk_tcc_results:
[ERROR] etcc not run in database
Then
Validate the correct entry in following table : applsys.txk_tcc_results:
set node_name = server_name ( server_name.domain.com )
For example :
1 - If your node_name does not exists. Then run auto-config.
OR
2 - If node_name has wrong entry like : server_name.domain.com
Then update it like > update applsys.txk_tcc_results set node_name = 'server_name'
No comments:
Post a Comment
Thanks for making a comment.