Description:

Once we completed clone successfully after that we run the Autoconfig its completed with error. error code (AC-50480: Internal error occurred)

Cause : 

The issue can occur if the wrong “NODE_NAME” value exists in the “FND_NODES” table.

Solution :

FNS_NODES table have production entries, The bellow query to clear the entries on FND_NODES table and rerun Autoconfig in both database node and application node.

Connect with apps user and run the below query.

SQL> exec fnd_conc_clone.setup_clean;

PL/SQL procedure successfully completed.

SQL> select node_name from fnd_nodes;

no rows selected.

Run Autoconfig on db tier and apps tier

After Autoconfig completed successfully.

SQL> select node_name from fnd_nodes;

UAT

APPSUAT

Recent Posts

Start typing and press Enter to search