Using the AdAdmin utility, how to Regenerate/Generate specific Forms
Using the AdAdmin utility, how to Regenerate/Generate specific Forms
Suppose I want to generate Forms for Account Receivables(AR)
Then Source the Application Environment.
And run adadmin. After entering the default values and passwords you will get below screen with options:
AD Administration Main Menu
--------------------------------------------------
1. Generate Applications Files menu
2. Maintain Applications Files menu
3. Compile/Reload Applications Database Entities menu
4. Maintain Applications Database Entities menu
5. Change Maintenance Mode
6. Exit AD Administration
Select 1. Generate Applications Files menu
And Select 2. Generate form files
There after it will ask few values:
Enter the number of workers : select default i.e. 4
Your current character set is "AL32UTF8".
Do you want to generate Oracle Forms objects
using this character set [Yes] ? select default
Do you want to regenerate Oracle Forms PL/SQL library files [Yes] ? select default
Do you want to regenerate Oracle Forms menu files [Yes] ? select default
Do you want to regenerate Oracle Forms executable files [Yes] ? select default
Enter list of products ('all' for all products) [all] : AR
Generate specific forms objects for each selected product [No] ? YES(Here write Yes otherwise it will generate Forms for ALL modules)
The current set of installed languages is: US
Please select languages for generating Oracle Forms files.
You may select all of the above languages, or just a subset.
Enter list of languages ('all' for all of the above) [all] :
You selected the following languages: US
Is this the correct set of languages [Yes] ?
And it will start regenerating Forms for specified module.
--------------------------------------------------------------------------------------------------------------------
You can check your log file in case of any error/warning/issue at:
$APPL_TOP/admin/$SID/log/adadmin.lo
Suppose I want to generate Forms for Account Receivables(AR)
Then Source the Application Environment.
And run adadmin. After entering the default values and passwords you will get below screen with options:
AD Administration Main Menu
--------------------------------------------------
1. Generate Applications Files menu
2. Maintain Applications Files menu
3. Compile/Reload Applications Database Entities menu
4. Maintain Applications Database Entities menu
5. Change Maintenance Mode
6. Exit AD Administration
Select 1. Generate Applications Files menu
And Select 2. Generate form files
There after it will ask few values:
Enter the number of workers : select default i.e. 4
Your current character set is "AL32UTF8".
Do you want to generate Oracle Forms objects
using this character set [Yes] ? select default
Do you want to regenerate Oracle Forms PL/SQL library files [Yes] ? select default
Do you want to regenerate Oracle Forms menu files [Yes] ? select default
Do you want to regenerate Oracle Forms executable files [Yes] ? select default
Enter list of products ('all' for all products) [all] : AR
Generate specific forms objects for each selected product [No] ? YES(Here write Yes otherwise it will generate Forms for ALL modules)
The current set of installed languages is: US
Please select languages for generating Oracle Forms files.
You may select all of the above languages, or just a subset.
Enter list of languages ('all' for all of the above) [all] :
You selected the following languages: US
Is this the correct set of languages [Yes] ?
And it will start regenerating Forms for specified module.
--------------------------------------------------------------------------------------------------------------------
You can check your log file in case of any error/warning/issue at:
$APPL_TOP/admin/$SID/log/adadmin.lo
Comments
Post a Comment