R12.2.4 : autoconfig in both tiers failing
Hi,
we had to execute
EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
After that , We are trying to execute autoconfig in an R12.2.4 . It is failing due to following issue
Enter value for 1: Enter value for 2: Enter value for 3: Connected.
declare
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
ORA-06512: at "APPS.WF_EVENT", line 3698
ORA-06512: at "APPS.FND_WF_ENGINE", line 1025
ORA-06512: at "APPS.FND_PROFILE", line 1001
ORA-06512: at "APPS.FND_PROFILE", line 2252
ORA-06512: at "APPS.ADX_PRF_PKG", line 192
ORA-06512: at line 115
This is happening for all scripts.
Please advise