Thursday, April 21, 2016

The Applications System names per the APPL_TOP and the database are different.

I cloned application(adcfgclone.pl) and ran adconfig.

I was planning to apply patches and executed adadmin I got this message. 



The Applications System names per the APPL_TOP and the database 

are different.
    Applications System name per the APPL_TOP: TEST_SID
    Applications System name per the database: PRODUCTION SID

If you continue, the Applications System name per the APPL_TOP will 

be ignored.


Do you wish to continue [No] ? no



I look at   FND_PRODUCT_GROUPS value is not updated, I don't know why, It was showing my production SID. 


select APPLICATIONS_SYSTEM_NAME  from FND_PRODUCT_GROUPS. it return my production SID name.


update FND_PRODUCT_GROUPS

set APPLICATIONS_SYSTEM_NAME = 'TEST_SID'

1 row updated.


commit;


I executed adadmin, I did not see the message.


No comments: