Showing posts with label set_profile. Show all posts
Showing posts with label set_profile. Show all posts

Friday, December 19, 2008

Change profile option Concurrent:GSM Enabled to 'Y' after every AutoConfig run if GSM is not required to be enabled

1. Backup the file $FND_TOP/admin/template/afcpgsm.sql then open it for editing.

2. Change the part that looks like:

set_profile(0, 'CONC_GSM_ENABLED',10001, 0,'Y',0);
To:
set_profile(0, 'CONC_GSM_ENABLED',10001, 0,'N',0);


i.e. Change the 'Y' to 'N'.

3. Save the file.

4. Next time when AutoConfig is run, it will set the profile option to 'N'.