Error:

Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.

Cause:

While running autoconfig we faced below issue,

Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.

Template shipped by oracle is having a version different than the template lying in custom directory.
Template shipped by Oracle : <FND_TOP>/admin/template/rwbuilder_conf_1012.tmp(version: 120.1.12010000.4)
Custom template : <FND_TOP>/admin/template/custom/rwbuilder_conf_1012.tmp(version: 120.1.12010000.3)
Please resolve the differences between the two templates or refer to Metalink Note 387859.1 for further details.

Solution:
Copy the rwbuilder_conf_1012.tmp file from FND_TOP template folder to template/custom
[applmgrp@01 ~]$ cd <FND_TOP>/admin/template/custom/
[applmgr@01 <FND_TOP>/admin/template/custom]$ ls
rwbuilder_conf_1012.tmp
[applmgr@01 <FND_TOP>/admin/template/custom]$ mv rwbuilder_conf_1012.tmp rwbuilder_conf_1012.tmp_bkp
[applmgr@01 <FND_TOP>/admin/template/custom]$ cp -rp <FND_TOP>/admin/template/rwbuilder_conf_1012.tmp .
[applmgr@01 <FND_TOP>/admin/template/custom]$ ls
rwbuilder_conf_1012.tmp rwbuilder_conf_1012.tmp_bkp

After copying run autoconfig

 

Recent Posts

Start typing and press Enter to search