Multiple Sets of Books is not compatible with MultiOrg - Adadmin Issue
Issue while running the adadmin utility: adadmin error Error in addgbc(): Multiple Sets of Books is not compatible with MultiOrg The issue is caused by the following setup: Duplicate entries for BSDK Bestseller application in FND_PRODUCT_INSTALLATIONS table. ========================================================== When the following queries are executed, two entries are found for the same application in FND_PRODUCT_INSTALLATIONS table with same application name and application id but different oracle id. 1 . SELECT APPLICATION_ID,COUNT(*) FROM FND_PRODUCT_INSTALLATIONS GROUP BY APPLICATION_ID HAVING COUNT(*) > 1; ---------------------------------------------------------- Upon execution the result will be as follows: APPLICATION_ID COUNT(*) -------------- ---------- 703 2 ---------------------------------------------------------- 2. SELECT FPI.APPLICATION_ID, FPI.ORACLE_ID, FAL.APPLICATION_NAME FROM FND_PRODUCT_INSTALLATIONS FPI, FND_APPLICATION_TL FAL...